Search found 21 matches: tracked

Return to advanced search

Antonio and all others, as of now, it looks like we tracked down the problem. After every dbseek() we called the Method olb:refresh(). After stopping the time (@James, thanks for your hint, but I used the Function Seconds() that is already available ...
by gkuhnert
Tue Jul 29, 2008 5:10 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: XBrowse very slow in network with big databases (solved!)
Replies: 34
Views: 7865

I tracked the COPYFILE function errors using GetLastError() and an 1006 error appairs randomly copying files from an hard disk to a pen drive. This is the Microsoft error code: --- ERROR_FILE_INVALID 1006 0x3EE The volume for ...
by Marco Turco
Fri Jun 20, 2008 9:05 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: About copyfile: checking results
Replies: 12
Views: 2383

I tracked down the error. It seems that is the call

Code: Select all  Expand view
TrackMouseEvent( ::hWnd, TME_LEAVE )


in MouseMove() method of TBtnBmp class that recursively calls MouseMove() again and again.

Any thought?

EMG
by Enrico Maria Giordano
Wed Nov 07, 2007 10:05 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Bug in Harbour version of toolbar
Replies: 55
Views: 8245

... $ 'abcdefghijklmnopqrstuvwxyz' nKey = Asc( Upper( Chr( nKey ) ) ) endif endif Following down the code, I have tracked the error... It is in TRANSFORM() where the error is done... and unfortunately, I don't have the code for this function :-( I believe that the ...
by E. Bartzokas
Mon Dec 04, 2006 9:17 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Picture "@!" (upper case) problems
Replies: 3
Views: 1061

Antonio,

Thank you for your efforts! I hope the problem can be tracked down without too much effort. If you don't mind emailing the maindll.obj file to me that would be appreciated.

Thanks,
by Bill Simmeth
Wed Nov 15, 2006 12:15 am
 
Forum: FiveWin for Pocket PC
Topic: Create FWPPC DLL?
Replies: 6
Views: 2320

CallDll32 funny

... calls CallDLL32(.....). In my application when CallDLL32 is called, i get a pop up msgalert "CallDll32", with a title of "calldll.c". I have tracked this down to \fwh\source\winapi\calldll.c which contains #ifdef __BORLANDC__ .......... #else CLIPPER CALLDLL32( PARAMS ) { #ifndef UNICODE ...
by peterk
Wed Oct 18, 2006 5:16 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: CallDll32 funny
Replies: 3
Views: 1359
Previous

Return to advanced search