Dear Rick,
May I have it?
Regards,
Kok
Search found 117 matches
- Thu Aug 31, 2017 6:26 am
- Forum: FiveWin for Harbour/xHarbour
- Topic: Invoice software
- Replies: 14
- Views: 2989
- Fri Aug 25, 2017 10:42 am
- Forum: FiveWin for Harbour/xHarbour
- Topic: Xbrowse shows extra column I did not define
- Replies: 2
- Views: 572
Re: Xbrowse shows extra column I did not define
Dear Marc Venken ,
Change FOOTER to FOOTERS
regards,
KOK
Change FOOTER to FOOTERS
regards,
KOK
- Sat Mar 25, 2017 9:45 am
- Forum: FiveWin for Harbour/xHarbour
- Topic: FWMARIADB 17.03 Fast Loading/Browsing Very Large Tables
- Replies: 19
- Views: 4002
Re: FWMARIADB 17.03 Fast Loading/Browsing Very Large Tables
Dear G. N. Rao.,
just 1.89 second for get all data
Regards,
Kok
just 1.89 second for get all data
Regards,
Kok
- Sat Mar 04, 2017 6:15 pm
- Forum: FiveWin for Harbour/xHarbour
- Topic: How's change negative number to bracket in TCBrowse/XBrowse?
- Replies: 6
- Views: 872
Re: How's change negative number to bracket in TCBrowse/XBrowse?
Hi Richard,
Use :
picture '@( 9,999,999,999'
Regards,
Kok
Use :
picture '@( 9,999,999,999'
Regards,
Kok
- Fri Feb 17, 2017 9:06 am
- Forum: FiveWin for Harbour/xHarbour
- Topic: DEFINE MAIL How many attach files?
- Replies: 6
- Views: 1182
Re: DEFINE MAIL How many attach files?
Hi MarcoBoschi, Try #include "fivewin.ch" #include "mail.ch" FUNCTION SPEDISCITO( ) LOCAL i LOCAL oMail LOCAL aTo := {} LOCAL aFile2 := {} if file(xxxxxxxxx) // before add file, please check it ,if exit or not AADD( aFile2 , { "n:\hse\stat_onsite.txt" ...
- Tue Oct 06, 2015 8:44 am
- Forum: FiveTouch
- Topic: Do you like FiveWin ? Like it and get a free FiveTouch!!!
- Replies: 25
- Views: 10525
- Mon Aug 17, 2015 10:13 am
- Forum: FiveWin for Harbour/xHarbour
- Topic: (SOLVE) different harbour 3.2 r150129225 with r1506171039
- Replies: 13
- Views: 2360
Re:(SOLVE) different harbour 3.2 r150129225 with r150617103
Solve,
Just change this line :
$(HBDIR)\bin\harbour $< /N /Oobj\ /I$(FWDIR)\include;$(HBDIR)\include
to
$(HBDIR)\bin\harbour $< /n /Oobj\ /I$(FWDIR)\include;$(HBDIR)\include
Regards,
Kok
Just change this line :
$(HBDIR)\bin\harbour $< /N /Oobj\ /I$(FWDIR)\include;$(HBDIR)\include
to
$(HBDIR)\bin\harbour $< /n /Oobj\ /I$(FWDIR)\include;$(HBDIR)\include
Regards,
Kok
- Mon Aug 17, 2015 9:15 am
- Forum: FiveWin for Harbour/xHarbour
- Topic: (SOLVE) different harbour 3.2 r150129225 with r1506171039
- Replies: 13
- Views: 2360
Re: different harbour 3.2 r150129225 with r1506171039
Dear cnavorra,
Thank you,
yes I always to clear obj before start compile.
Regards,
Kok
Thank you,
yes I always to clear obj before start compile.
Regards,
Kok
- Mon Aug 17, 2015 9:01 am
- Forum: FiveWin for Harbour/xHarbour
- Topic: (SOLVE) different harbour 3.2 r150129225 with r1506171039
- Replies: 13
- Views: 2360
Re: different harbour 3.2 r150129225 with r1506171039
Dear cnavorra,
yes, if we use the buildh.bat from samples, everything run ok.
It's strange.
regards,
Kok
yes, if we use the buildh.bat from samples, everything run ok.
It's strange.
regards,
Kok
- Mon Aug 17, 2015 8:43 am
- Forum: FiveWin for Harbour/xHarbour
- Topic: (SOLVE) different harbour 3.2 r150129225 with r1506171039
- Replies: 13
- Views: 2360
Re: different harbour 3.2 r150129225 with r1506171039
Dear cnavarro,, Thank you for your help, yes, I don't mix them, this my rmk file. #Borland make sample, (c) FiveTech Software 2005 HBDIR=D:\HB1506 BCDIR=f:\bcc70 FWDIR=f:\com1507\fwh PELL =D:\pellesc #change these paths as needed .path.PRG = .\ .path.OBJ = .\obj .path.CH = $(FWDIR)\include;$(HBDIR)...
- Mon Aug 17, 2015 8:23 am
- Forum: FiveWin for Harbour/xHarbour
- Topic: (SOLVE) different harbour 3.2 r150129225 with r1506171039
- Replies: 13
- Views: 2360
Re: different harbour 3.2 r150129225 with r1506171039
Dear cnavarro,
not compile error but runtime error,
regards,
Kok
not compile error but runtime error,
regards,
Kok
- Mon Aug 17, 2015 5:10 am
- Forum: FiveWin for Harbour/xHarbour
- Topic: (SOLVE) different harbour 3.2 r150129225 with r1506171039
- Replies: 13
- Views: 2360
Re: different harbour 3.2 r150129225 with r1506171039
Dear Antonio,
With r150129225 the result is 1,
With r1506171039 , variabel does not exit.
Regards,
Kok
With r150129225 the result is 1,
With r1506171039 , variabel does not exit.
Regards,
Kok
- Sun Aug 16, 2015 5:18 pm
- Forum: FiveWin for Harbour/xHarbour
- Topic: (SOLVE) different harbour 3.2 r150129225 with r1506171039
- Replies: 13
- Views: 2360
(SOLVE) different harbour 3.2 r150129225 with r1506171039
Dear Antonio,
using Harbour 3.2 r150129225 + bcc7 + fivewin 15.07 below sample run ok, but if we use harbour 3.2 r1506171039 , the program will error.
Regards,
Kok
using Harbour 3.2 r150129225 + bcc7 + fivewin 15.07 below sample run ok, but if we use harbour 3.2 r1506171039 , the program will error.
Code: Select all
#include 'fivewin.ch'
static adata :={1,2,3}
function main()
msginfo(adata[1])
return nil
Kok
- Wed May 20, 2015 11:41 am
- Forum: FiveWin for Harbour/xHarbour
- Topic: advantage database server 10.1
- Replies: 4
- Views: 938
Re: advantage database server 10.1
Dear russimicro,
Thank you for your information.
I have purchased ads.11.x for 5 user with 845 euro.
This email address that can be contacted for those of you who want to buy ads.
SAP-SYB-ADS_TEAM@SAP.com
Regards,
Kok
Thank you for your information.
I have purchased ads.11.x for 5 user with 845 euro.
This email address that can be contacted for those of you who want to buy ads.
SAP-SYB-ADS_TEAM@SAP.com
Regards,
Kok
- Fri May 01, 2015 4:46 am
- Forum: FiveWin for Harbour/xHarbour
- Topic: advantage database server 10.1
- Replies: 4
- Views: 938
Re: advantage database server 10.1
Thank you Massimo, I have contacted them before, and they have forwarded my email to SAP Indonesia, from SAP Indonesia they told me that since 1 January 2015 they don't sell advantage database server by packet like 2 user, 5 user and so on, they sell by core for one server and the price is very expe...