Search found 86 matches: hunter

Return to advanced search

Re: XBROWSE issue

Hunter

SetDlgGradient() sets the system wide transparency flag to .t. which effects all controls.

Rick Lipkin
by Rick Lipkin
Sun Aug 20, 2017 3:15 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: XBROWSE issue
Replies: 2
Views: 623

Re: Using Advantage database server with database folder hidden

Under Table Properties, select YES under auto create.

Image
by Giovany Vecchi
Fri Aug 11, 2017 1:56 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Using Advantage database server with database folder hidden
Replies: 4
Views: 681

Re: To Antonio: premature EXECUTION error

Hunter,

please review your source code repmenu.prg, look for "SWITCH".

Best regards,
by Baxajaun
Thu Feb 02, 2017 5:53 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: To Antonio: premature EXECUTION error
Replies: 7
Views: 1643

Re: To Antonio: premature EXECUTION error

Hunter,

please, review [url]viewtopic.php?t=9142[/url]

Best regards
by Baxajaun
Thu Feb 02, 2017 5:42 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: To Antonio: premature EXECUTION error
Replies: 7
Views: 1643

Re: Link script error.

Hunter,

I am very glad that. Thank you for you solution.

Best regards
by Baxajaun
Thu Feb 02, 2017 2:44 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Link script error.
Replies: 5
Views: 1129

Re: Link script error.

Hunter, please try with this: #Borland make sample, (c) FiveTech Software 2005-2014HBDIR=c:\harbourbHDIRL=$(HBDIR)\libBCDIR=c:\bcc7FWDIR=c:\fwhFWH=$(FWDIR)#change these paths as needed.path.OBJ = .\obj.path.PRG ...
by Baxajaun
Thu Feb 02, 2017 11:46 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Link script error.
Replies: 5
Views: 1129

Re: Link script error.

Hunter, please, review your make file, your problem is with comma in echo $(BCDIR)\lib\c0w32.obj + > b32.bc   echo $(PRG:.PRG=.OBJ), + >> b32.bc   echo errsysw.obj, + >> b32.bc  ...
by Baxajaun
Thu Feb 02, 2017 8:55 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Link script error.
Replies: 5
Views: 1129

Re: Why should I migrate from xHarbour to Harbour ?

Hunter,

Besides the above info, I have started publishing a detailed guide here:

viewtopic.php?f=17&t=28723&start=0
by Antonio Linares
Mon Jun 23, 2014 5:31 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Why should I migrate from xHarbour to Harbour ?
Replies: 44
Views: 7224

Re: Why should I migrate from xHarbour to Harbour ?

Hunter, https://github.com/harbour/core/blob/master/doc/xhb-diff.txt But basically, if you use standard "clipper" code, then you can just recompile your sources using Harbour, really easy :-) We have ...
by Antonio Linares
Mon Jun 23, 2014 5:03 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Why should I migrate from xHarbour to Harbour ?
Replies: 44
Views: 7224

Re: Dialog closing via Alt-F4 or X button

Hunter I usually turn off the ESC key on my dialogs with this valid clause : VALID(!GETKEYSTATE( 27 ))  As for ALT-F4, ( as Enrico mentions ) that is the same as closing with the X and you can trap that on ...
by Rick Lipkin
Thu Apr 24, 2014 1:07 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Dialog closing via Alt-F4 or X button
Replies: 3
Views: 723

Re: Dialog closing via Alt-F4 or X button

Hunter,

use VALID clause.

EMG
by Enrico Maria Giordano
Thu Apr 24, 2014 12:50 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Dialog closing via Alt-F4 or X button
Replies: 3
Views: 723

Re: Going to a field directly.

Well, we can suppose the user know and remember the alphabet.

Hunter, you must use a say before every get with the accelerator key. A for Get1, B for Get2, etc.
by Patrizio
Thu Apr 17, 2014 8:15 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Going to a field directly.
Replies: 6
Views: 1104

Re: Going to a field directly.

Hunter, Well that is clear, but I wouldn't advise it. The user would have to memorize 20 key combinations, and I can't see that happening. The reason phone numbers are 7 digits long is due to a study a long time back that ...
by James Bott
Wed Apr 16, 2014 1:42 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Going to a field directly.
Replies: 6
Views: 1104

Re: Going to a field directly.

Hunter, I'm not clear on exactly what you want. If you just want to go to one of the two fields in the same row, then Tab or Shift-Tab will do it. But, I expect you already knew that. If you are looking to be able to jump ...
by James Bott
Mon Apr 14, 2014 2:18 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Going to a field directly.
Replies: 6
Views: 1104
Next

Return to advanced search