Thanks, Enrico. Cheers, mate.
Col
Search found 56 matches
- Tue Oct 23, 2018 10:42 pm
- Forum: FiveWin for Harbour/xHarbour
- Topic: Are there checked uncheck box bitmap functions ?
- Replies: 8
- Views: 1865
- Tue Oct 23, 2018 4:44 am
- Forum: FiveWin for Harbour/xHarbour
- Topic: Are there checked uncheck box bitmap functions ?
- Replies: 8
- Views: 1865
Re: Are there checked uncheck box bitmap functions ?
Thank you as always, my friend, and especially for such a prompt response but I've been out of the Fivewin loop and my FWH version is about 2008 so does not have those functions.
Regards,
Colin
Regards,
Colin
- Tue Oct 23, 2018 2:44 am
- Forum: FiveWin for Harbour/xHarbour
- Topic: Are there checked uncheck box bitmap functions ?
- Replies: 8
- Views: 1865
Re: Are there checked uncheck box bitmap functions ?
Apologies for resurrecting such an old post but hoping it's been solved by now. I've been out of the FWH community loop for long time but need to revisit some legacy apps of mine and, in my browses based on TCBrowse, it seems that the next bit still works to display a check (tick) in a cell but no ...
- Sun Mar 22, 2009 8:24 pm
- Forum: FiveWin for Harbour/xHarbour
- Topic: Running FWH/xharbour app on Apples
- Replies: 5
- Views: 1010
Re: Running FWH/xharbour app on Apples
Thanks Antonio and Colin.
Will DLL's (eg FreeImage, RMChart) and OCX's used by my FWH app work as expected?
Anyone had any experience running their FWH / xHb app on a network of Apple MACs?
Colin
Will DLL's (eg FreeImage, RMChart) and OCX's used by my FWH app work as expected?
Anyone had any experience running their FWH / xHb app on a network of Apple MACs?
Colin
- Thu Mar 19, 2009 10:39 pm
- Forum: FiveWin for Harbour/xHarbour
- Topic: Running FWH/xharbour app on Apples
- Replies: 5
- Views: 1010
Running FWH/xharbour app on Apples
What's involved for my client to run my FWH/xHarbour app (I'm using DBFCDX RDD) in a network on Apple MACs?
Are there any "gotcha"'s? (eg Will DLL's used by my FWH app work fine?)
How good is the performance (speed) compared to normal PC/Windows environment?
What facilities would my client need ...
Are there any "gotcha"'s? (eg Will DLL's used by my FWH app work fine?)
How good is the performance (speed) compared to normal PC/Windows environment?
What facilities would my client need ...
- Sat Jan 24, 2009 9:02 am
- Forum: FiveWin for Harbour/xHarbour
- Topic: To Antonio: ReadVar()
- Replies: 10
- Views: 2889
Re: To Antonio: ReadVar()
Hi Anser
No. oGet:VarGet returns the contents of the get. (e.g. "Smith")
oGet:Name returns the name of the GET's variable (e.g. "Surname").
My suggested changes to FWH code are no big deal and there are usually other approaches that can be used. It's just that I've recently read some posts ...
No. oGet:VarGet returns the contents of the get. (e.g. "Smith")
oGet:Name returns the name of the GET's variable (e.g. "Surname").
My suggested changes to FWH code are no big deal and there are usually other approaches that can be used. It's just that I've recently read some posts ...
- Sat Jan 24, 2009 8:11 am
- Forum: FiveWin for Harbour/xHarbour
- Topic: To Antonio: ReadVar()
- Replies: 10
- Views: 2889
Re: To Antonio: ReadVar()
Here's a template example of possible usage:
------------------
...
...
REDEFINE GET oMYGet1 VAR CustNo ID 101 OF oDlg UPDATE VALID {|oGet|GENERALUDF(oGet)}
REDEFINE GET oMyGet2 VAR PostCode ID 102 OF oDlg UPDATE VALID {|oGet|GENERALUDF(oGet)}
REDEFINE GET oMyGet3 VAR ProductNo ID 103 OF oDlg UPDATE ...
------------------
...
...
REDEFINE GET oMYGet1 VAR CustNo ID 101 OF oDlg UPDATE VALID {|oGet|GENERALUDF(oGet)}
REDEFINE GET oMyGet2 VAR PostCode ID 102 OF oDlg UPDATE VALID {|oGet|GENERALUDF(oGet)}
REDEFINE GET oMyGet3 VAR ProductNo ID 103 OF oDlg UPDATE ...
- Sat Jan 24, 2009 6:48 am
- Forum: FiveWin for Harbour/xHarbour
- Topic: To Antonio: ReadVar()
- Replies: 10
- Views: 2889
To Antonio: ReadVar()
I suggest a better approach to determing READVAR() is by using Get:Name by making the following simple changes to FHW source:
1. In FIVEWIN.CH:
#xcommand REDEFINE GET [ <oGet> VAR ] <uVar> ;
[ ID <nId> ] ;
[ <dlg: OF, WINDOW, DIALOG> <oDlg> ] ;
[ <help:HELPID, HELP ID> <nHelpId> ] ;
[ VALID ...
1. In FIVEWIN.CH:
#xcommand REDEFINE GET [ <oGet> VAR ] <uVar> ;
[ ID <nId> ] ;
[ <dlg: OF, WINDOW, DIALOG> <oDlg> ] ;
[ <help:HELPID, HELP ID> <nHelpId> ] ;
[ VALID ...
- Sun Sep 07, 2008 11:24 pm
- Forum: FiveWin for Harbour/xHarbour
- Topic: Project manager
- Replies: 7
- Views: 1686
- Sun Sep 07, 2008 11:08 pm
- Forum: FiveWin for Harbour/xHarbour
- Topic: Project manager
- Replies: 7
- Views: 1686
- Fri Sep 05, 2008 1:00 am
- Forum: FiveWin for Harbour/xHarbour
- Topic: Project manager
- Replies: 7
- Views: 1686
Project manager
I'm considering moving from xHB.com Builder to some other project builder. I've had quick looks ar UEStudio and xMate.
I would like to hear from anyone who switched from xHB.com Builder to another project builder. In particular,
- What did you end up choosing?
- What did you gain or lose in ...
I would like to hear from anyone who switched from xHB.com Builder to another project builder. In particular,
- What did you end up choosing?
- What did you gain or lose in ...
- Wed Aug 27, 2008 4:37 am
- Forum: FiveWin for Harbour/xHarbour
- Topic: zip files and unzip files
- Replies: 3
- Views: 788
- Thu Aug 14, 2008 10:22 am
- Forum: FiveWin for Harbour/xHarbour
- Topic: Antonio: ALT accelerator with button - Urgent help needed
- Replies: 12
- Views: 3840
- Thu Aug 14, 2008 2:42 am
- Forum: FiveWin for Harbour/xHarbour
- Topic: Antonio: ALT accelerator with button - Urgent help needed
- Replies: 12
- Views: 3840
Antonio, your suggestion fix doesn't make any difference.
The only difference it makes is that, if using ALT accelerator, focus now finishes up on the button. However, using ALT accelerator, the valid still gets executed as per all the original problems (wrong timing and/or executed twice) in my ...
The only difference it makes is that, if using ALT accelerator, focus now finishes up on the button. However, using ALT accelerator, the valid still gets executed as per all the original problems (wrong timing and/or executed twice) in my ...
- Wed Aug 13, 2008 3:58 pm
- Forum: FiveWin for Harbour/xHarbour
- Topic: Antonio: ALT accelerator with button - Urgent help needed
- Replies: 12
- Views: 3840