Search found 233 matches
- Sun Apr 15, 2012 9:55 am
- Forum: FiveWin for Harbour/xHarbour
- Topic: DIRECTORY() Function not giving fresh information?
- Replies: 6
- Views: 2225
- Sun Apr 15, 2012 6:10 am
- Forum: FiveWin for Harbour/xHarbour
- Topic: DIRECTORY() Function not giving fresh information?
- Replies: 6
- Views: 2225
Re: DIRECTORY() Function not giving fresh information?
Hey Uwe- Thanks for that! It seems your app behaves the same as mine though. Your app watches the size of the ../images folder - so I made my app download to that folder and had your app (and mine) watch the folder size while I download file from the internet into it. Both our apps behave as follows...
- Thu Apr 12, 2012 10:39 am
- Forum: FiveWin for Harbour/xHarbour
- Topic: DIRECTORY() Function not giving fresh information?
- Replies: 6
- Views: 2225
DIRECTORY() Function not giving fresh information?
Hi guys, My application launches a 3rd party program (in a hidden window) that downloads some files into a folder. I want my application to report back on the progress. I am running a TIMER that calls the function below to get the folder size every 1000ms and displays it. Its returned value doesn't ...
- Tue Mar 20, 2012 5:48 pm
- Forum: FiveWin for Harbour/xHarbour
- Topic: Windows 7 64 bit not responding.
- Replies: 13
- Views: 3363
Re: Windows 7 64 bit not responding.
Thanks Antonio for the advice,
Do you have some sample code to help me create the log file?
Ollie.
Do you have some sample code to help me create the log file?
Ollie.
- Tue Mar 20, 2012 11:39 am
- Forum: FiveWin for Harbour/xHarbour
- Topic: Windows 7 64 bit not responding.
- Replies: 13
- Views: 3363
Windows 7 64 bit not responding.
I have an established application that has been working well, untouched, for years now. The application runs on a server in their office via a mapped network drive. A client recently upgraded to Windows 7 64bit (new hardware). She works in my app, keeps it open and switches between Outlook and Word ...
- Wed Feb 29, 2012 5:02 pm
- Forum: FiveWin for Harbour/xHarbour
- Topic: Mailmerge with Word - not waiting for user
- Replies: 2
- Views: 662
Re: Mailmerge with Word - not waiting for user
Thanks for that - good advice then - I'll make it FALSE.
I can see how "Ask Fields" may work, but sometimes I want to merge just one document (so then Ask is ok), but other times, a whole mail merge - in which case "Ask" won't be very nice.
So the quest continues.
Ollie.
I can see how "Ask Fields" may work, but sometimes I want to merge just one document (so then Ask is ok), but other times, a whole mail merge - in which case "Ask" won't be very nice.
So the quest continues.
Ollie.
- Wed Feb 29, 2012 5:08 am
- Forum: FiveWin for Harbour/xHarbour
- Topic: Mailmerge with Word - not waiting for user
- Replies: 2
- Views: 662
Mailmerge with Word - not waiting for user
I am sending an email using word. I would like it to stop in the email (allow the user to make any changes) and then hit send. The code below doesn't wait for the user - it just sends it. How can I make it wait for the user? I thought it has to so with this line, but .T. or .F. behaves the same: oWo...
- Wed Feb 29, 2012 4:41 am
- Forum: FiveWin for Harbour/xHarbour
- Topic: Changing Main Window Title
- Replies: 2
- Views: 542
Re: Changing Main Window Title
Perfect. Thanks.
- Wed Feb 29, 2012 3:10 am
- Forum: FiveWin for Harbour/xHarbour
- Topic: Changing Main Window Title
- Replies: 2
- Views: 542
Changing Main Window Title
I define the main window of my app as follows: DEFINE WINDOW Win_Main FROM 0, 0 TO 600, 800 PIXEL TITLE 'Application name' MDI ICON oIcon MENU mainmenu() ... ... ACTIVATE WINDOW Win_Main ON INIT login() VALID lExitAllowed The user then logs in and I have a variable: cUsername I would now like to c...
- Tue May 05, 2009 4:27 pm
- Forum: FiveWin for Harbour/xHarbour
- Topic: Problem with HB_Crypt - After FWH904
- Replies: 2
- Views: 606
Re: Problem with HB_Crypt - After FWH904
That did it! Thanks.
- Tue May 05, 2009 3:09 pm
- Forum: FiveWin for Harbour/xHarbour
- Topic: Problem with HB_Crypt - After FWH904
- Replies: 2
- Views: 606
Problem with HB_Crypt - After FWH904
I get this error after I upgraded to FWH904
Error: Unresolved external '_adler32' referenced from C:\XHARBOUR\LIB\RTL.LIB|hbcrypt
The offending code is:
cResult := LEFT( HB_Crypt( UPPER( ALLTRIM( cUserID ) + ALLTRIM( cAccess ) ) + ALLTRIM( cPassword ), 'MyPasskey' ) + SPACE( 30 ), 30 )
Any ideas?
Error: Unresolved external '_adler32' referenced from C:\XHARBOUR\LIB\RTL.LIB|hbcrypt
The offending code is:
cResult := LEFT( HB_Crypt( UPPER( ALLTRIM( cUserID ) + ALLTRIM( cAccess ) ) + ALLTRIM( cPassword ), 'MyPasskey' ) + SPACE( 30 ), 30 )
Any ideas?
- Wed Apr 15, 2009 2:08 pm
- Forum: FiveWin for Harbour/xHarbour
- Topic: Freelance Developer Needed
- Replies: 0
- Views: 348
Freelance Developer Needed
Hi all, I have developed a few apps with FiveWin for xHarbour. I have become very busy with other things and don't have the time anymore. I need someone to help me with extra little features / enhancements to my existing software. Does anyone on this forum do Freelance work? My email address is olli...
- Tue Mar 10, 2009 5:25 pm
- Forum: FiveWin for Harbour/xHarbour
- Topic: Crystal Reports
- Replies: 4
- Views: 1744
Re: Crystal Reports
Hi,
I am trying to use Crystal Reports XI. I don't have a clue where to start, so I used your code above.
Unresolved external _HB_FUN_TCCRPE
Please tell mw what I'm missing.
Thanks.
I am trying to use Crystal Reports XI. I don't have a clue where to start, so I used your code above.
Unresolved external _HB_FUN_TCCRPE
Please tell mw what I'm missing.
Thanks.
- Wed Nov 26, 2008 2:15 pm
- Forum: FiveWin for Harbour/xHarbour
- Topic: Full text Search
- Replies: 15
- Views: 4441
- Wed Nov 26, 2008 12:08 pm
- Forum: FiveWin for Harbour/xHarbour
- Topic: Database Search
- Replies: 17
- Views: 5815