Search found 4065 matches: seems

Return to advanced search

... it shows up on the emulator as well as an Intermec 700 (where I can examine the registry independently). RegEnumKey operates OK. BTW - the Forum seems more focused and business-like, thanks. hth regards
by Jon Munro
Wed Oct 26, 2005 7:11 am
 
Forum: FiveWin for Pocket PC
Topic: Registry functions
Replies: 18
Views: 8189

Array of gets

... ) cFld := aFlds[ nGt ] @ nRw, nCol GET oGets[ nGt ] VAR aGets[ nGt ] PICTURE aPct[ nGt ] PIXEL SIZE nSz, nFh VALID n_pas( cAlias, cFld ) next It seems that this isn't working .. :-(( I remmember something about deattached locals , but at this moment i can't to find about them . Thanks in advance ...
by Rimantas
Wed Oct 26, 2005 7:07 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Array of gets
Replies: 11
Views: 4740

... echo $(HBDIR)\lib\hbzip.lib + >> b32.bc snip ... In testing I added the following line to my function LOCAL oZipFile := ZipNew() The compile seems to run fine, however on linking I get the following error. Turbo Incremental Link 5.00 Copyright (c) 1997, 2000 Borland Error: Unresolved external ...
by Richard Chidiak
Tue Oct 25, 2005 7:09 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Testzip and Testuzip will not compile
Replies: 10
Views: 5978

GWard, Your defines are ok. It seems as the windows don't allow such style. We have modified FWPPC to allow DEFINE WINDOW ... STYLE ... clause (as FW for PC) but the OK button at the caption area does not show :( . It looks as you may need ...
by Antonio Linares
Tue Oct 25, 2005 4:42 pm
 
Forum: FiveWin for Pocket PC
Topic: OK Icon on application Windows
Replies: 8
Views: 3040

... echo $(HBDIR)\lib\hbzip.lib + >> b32.bc snip ... In testing I added the following line to my function LOCAL oZipFile := ZipNew() The compile seems to run fine, however on linking I get the following error. Turbo Incremental Link 5.00 Copyright (c) 1997, 2000 Borland Error: Unresolved external ...
by Vytas
Tue Oct 25, 2005 11:58 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Testzip and Testuzip will not compile
Replies: 10
Views: 5978

off topic

I have just started today the aplication. Fwppc really seems very easy to work with.

Next week I will have a matricial printer, they have tell me that it works with 12 volts. ¿Hoy can a work with it?. Perhaps I go to my car for making the test?.

Thanks
by josevalle
Sat Oct 22, 2005 1:58 am
 
Forum: FiveWin for Pocket PC
Topic: Simple aplication
Replies: 18
Views: 7975

Any news about compatibility with xHarbour changes ( CVS ) ?

Hi ! Today I read in xHarbour.news that are some critical changes which are affected to FWH libs as errors . It seems that for xHarbour new changes , if you are not FTDN user , can say good bye ... Can you inform , what can help in this situation ?

With best regards !
by Rimantas
Thu Oct 20, 2005 5:09 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Any news about compatibility with xHarbour changes ( CVS ) ?
Replies: 2
Views: 1220

Bug in TIcon

... ICON oIcon OF oDlg ACTIVATE DIALOG oDlg; ON INIT oIcon:hIcon := LOADICON( 0, IDI_QUESTION ); CENTER RETURN NIL The offending code seems to be METHOD EraseBkGnd() VIRTUAL // for transparency on dialogs from icon.prg. EMG
by Enrico Maria Giordano
Wed Oct 19, 2005 1:11 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Bug in TIcon
Replies: 7
Views: 2584

... Enrico. We are going to review it asap. In xharbour.news I saw that the news of FWH is in "What is new" , but I didn't found where it's ... It seems that the olds libs with new xharbour builds have problems ? Or not ? I tried with the latest xHarbour from CVS and as Enrico gived the same errors ...
by Rimantas
Wed Oct 19, 2005 10:36 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: FWH and latest xHarbour from CVS
Replies: 12
Views: 5492

John,

Where can I find the latest TOleAuto() class ?

The one that I got seems to be incomplete.

Thanks.
by driessen
Sat Oct 15, 2005 12:10 am
 
Forum: FiveWin for CA-Clipper
Topic: OLE and Outlook
Replies: 5
Views: 2374

Re: Hernan's Twbrowse ( msvc ) ??

Rimantas,

Rimantas wrote:It seems that my olds FWH libraries ( 2.5 ver of 2004 October ) are buggies for that compiler . Antonio , as ussual , promised to view about that. But that was promise ... So I leaved with BC ++.


Its an old version and new Microsoft compiler versions. We can't make miracles, sorry :)
by Antonio Linares
Thu Oct 13, 2005 8:22 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Colouring TwBrowse ( Hernan's )
Replies: 12
Views: 6590

Re: Hernan's Twbrowse ( msvc ) ??

... to be able to re-compile TWbrowse with Microsoft but am hung up on the naitave .c code. Hi Rick ! I can't to run FWH with MS C++ compiler . It seems that my olds FWH libraries ( 2.5 ver of 2004 October ) are buggies for that compiler . Antonio , as ussual , promised to view about that . But ...
by Rimantas
Thu Oct 13, 2005 5:37 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Colouring TwBrowse ( Hernan's )
Replies: 12
Views: 6590

zip-unzip

I'm trying to work with zipfile() and unzipfile(), testing testzip.prg in the samples folder. I get a link error for the two unknown functions. Looking at functions help of FWH, it seems the two functions were integrated in FWH libs.
I'm using Xharbour, where is the problem?
regards
by Maverich
Sun Oct 09, 2005 8:35 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: zip-unzip
Replies: 4
Views: 2219

DeviceCapabilities()

... @xContainer) if nValue > 0 MsgInfo(Str(nValue)) // Returns 15. Don't know what it means MsgInfo(Str(Len(xContainer))) // Returns 15. Seems to be the lenght of the string MsgInfo(ValType(xContainer)) // Returns `C` for string instead of `A`for array MsgInfo(xContainer) // Displays ...
by Gilbert Vaillancourt
Sun Oct 09, 2005 7:05 pm
 
Forum: FiveWin for CA-Clipper
Topic: DeviceCapabilities()
Replies: 1
Views: 1140

Congratulations, with adsl widely used these days, this hmtl based service seems much more usefull for all of us.

thanks! :)
by Guest
Thu Oct 06, 2005 8:28 pm
 
Forum: FiveWin for CA-Clipper
Topic: Welcome to the new FiveTech Software forums
Replies: 3
Views: 5145
Previous

Return to advanced search