Search found 46 matches: clues

Return to advanced search

Re: Force xBrowse sort.

Richard:

Thank you for your reply but the code:
Code: Select all  Expand view
oBrw:aCols[3 ]:SETORDER()
 

Does not link, it says
Code: Select all  Expand view
Error: Unresolved external '_HB_FUN_SETORDER' referenced from ...


I'm using FiveWin 13.09. Any clues ? Thank you very much.
by HunterEC
Sun May 11, 2014 11:34 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Force xBrowse sort.
Replies: 3
Views: 621

Re: How do I replace errsysw.prg

... Or we will be consuming GDI as   // we don't generate the error but we were generating the bitmap//   hLogo = FWBitMap()  Any clues ? Thank you.
by HunterEC
Sun Mar 09, 2014 9:46 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: How do I replace errsysw.prg
Replies: 7
Views: 1235

Re: Bug in TDialog title

Some other clues. The following sample does work fine: #include "Fivewin.ch"FUNCTION MAIN()    LOCAL oDlg    DEFINE DIALOG oDlg;//           TITLE REPLICATE( "X", ...
by Enrico Maria Giordano
Sat Feb 15, 2014 11:00 am
 
Forum: Bugs report & fixes / Informe de errores y arreglos
Topic: Bug in TDialog title [Solved]
Replies: 35
Views: 6455

Re: Antonio: linking errors

Antonio:

The latest xHarbour does not have the hbsix library. ALso in my FW 1309 batch (buildx.bat) file I have the following:
Code: Select all  Expand view
echo %hdirl%\hbsix.lib + >> b32.bc

Any clues ?

Thank you
by HunterEC
Tue Dec 24, 2013 9:05 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Antonio: linking errors (Not solved)
Replies: 3
Views: 593

Error with TDolphin

Hello All,

I am testing this fantastic class, but I'm facing this problem when I use the generated lib. Any clues?

Image

Thanks in advance.
by Kleyber
Fri Nov 15, 2013 1:56 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Error with TDolphin
Replies: 0
Views: 206

To Antonio: XBROWSE bound error

... me the error. I'd tried without quotes, calling the function with and without quotes (no EVAL), through an IIF(), with quotes, without quotes. Any clues ? Thank you. FiveWin 10.6
by HunterEC
Sat Nov 03, 2012 7:39 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: To Antonio: XBROWSE bound error
Replies: 0
Views: 284

Re: Index meter.

... oMeter, oText, oDlg, @lEnd ), lEnd := .T., oDlg:End() }   ACTIVATE DIALOG oDlg CENTERED VALID lEndRETURN(NIL)  Any clues ? Thank you Gustavo
by HunterEC
Fri Oct 19, 2012 2:30 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Index meter (Solved)
Replies: 9
Views: 1900

Re: Index meter.

André: Thank you very much for your response. Here is what I did, the dialog shows but the meter never displays. Any clues ?       MsgMeter ( { | oMeter, oText, oDlg, lEnd | ;                CreateTag( oMeter, oText, oDlg, @lEnd, "Test", "TagName", ...
by HunterEC
Thu Oct 18, 2012 11:38 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Index meter (Solved)
Replies: 9
Views: 1900

Re: Creating an Open Office spreadsheet file .xls

... aCols ) CLASS TXBrowse  I am trying to figure out what the array containes that is in the aSaveAs parameter .. I see in this xbrowse code some clues ? // If you want to convert this to other formats like PDF format or MS Excel   IF Len(aSaveAs) > 0      FOR I:=1 TO Len(aSaveAs)  ...
by Rick Lipkin
Wed Nov 02, 2011 2:20 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Creating an Open Office spreadsheet file .xls
Replies: 23
Views: 12010

Bluetooth File Transfer on Dell Axim X51v PDA

... caused by Windows Mobile 5? Would upgrading WM to say 6.x solve this mismatch? Or is it a basic problem with the Axim PDA? Thanks for any clues ... Cheers, Ross
by Ross_ValuSoft
Wed Oct 19, 2011 10:19 am
 
Forum: FiveWin para Pocket PC
Topic: Bluetooth File Transfer on Dell Axim X51v PDA
Replies: 0
Views: 605

Bluetooth File Transfer on Dell Axim X51v PDA

... caused by Windows Mobile 5? Would upgrading WM to say 6.x solve this mismatch? Or is it a basic problem with the Axim PDA? Thanks for any clues ... Cheers, Ross
by Ross_ValuSoft
Wed Oct 19, 2011 5:55 am
 
Forum: FiveWin for Pocket PC
Topic: Bluetooth File Transfer on Dell Axim X51v PDA
Replies: 0
Views: 732

Re: Why it's not working ?

... the hotkey secuence. Even if I move the ResetHotey function as the first condition evaluated, the F2 hotkey is activated in any of the gets. Any clues ?
by HunterEC
Tue Aug 16, 2011 6:52 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Why it's not working ?
Replies: 3
Views: 697

To Antonio: I'm getting frustrated

... symbol '??2@YAPAXI@Z referenced from Fivehcm.lib(ACTX.obj)' Unresolved external symbol '??3@YAXPAX@Z referenced from Fivehcm.lib(ACTX.obj)' Any clues ? Thank you in advance. Windows XP Pro SP3, FiveWin 10.5
by HunterEC
Wed Jun 01, 2011 7:27 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: To Antonio: I'm getting frustrated
Replies: 17
Views: 5745

Bug in TerminateProcess() and/or GetWndTask() function(s) ?

... number Isn't GetWndTask( hWnd) supposed to get the process id ? TerminateProcess( hTask , 1 ) <--- this fails because of the wrong hTask Any clues ?
by HunterEC
Sat Nov 29, 2008 9:24 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Bug in TerminateProcess() and/or GetWndTask() function(s) ?
Replies: 3
Views: 671

Antonio:

Everything compiled & linked ok. The FindWindow function gets the correct hWnd value but the TerminateProcess( GetWndTask( hTask ), 1 ) does not close the application. Any clues ?
by HunterEC
Sat Nov 29, 2008 10:17 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: How can I get a program's process id ?
Replies: 11
Views: 1649
PreviousNext

Return to advanced search