Search found 30 matches: ryugarai27

Return to advanced search

Re: Process all files in directory and sub directories

Hi Rao,

Great! Many thanks!

ryugarai27
FWH1706 + xHarbour 1.2.3 + PellesC
by ryugarai27
Wed May 15, 2019 10:08 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Process all files in directory and sub directories SOLVED!
Replies: 2
Views: 577

Process all files in directory and sub directories SOLVED!

Hi Fivewin Gurus,

I am trying to read and process all text files in a directory and all its subdirectories no matter how deep, but I am unable to create a recursive function to do the task. Any help would be greatly appreciated, many thanks.

ryugarai27
FWH1706 + xHarbour 1.2.3 + PellesC
by ryugarai27
Fri May 10, 2019 10:44 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Process all files in directory and sub directories SOLVED!
Replies: 2
Views: 577

Re: xBrowse error on ADS SOLVED!

Hi Rao,

Thanks so much for your help! It is working fine now.

Best regards,
ryugarai27
by ryugarai27
Sun Sep 16, 2018 4:11 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: xBrowse error on ADS (SOLVED!)
Replies: 12
Views: 2734

Re: xBrowse error on ADS

Hi Rao,

Seems that my FWH 1706 version is not stable, I tried your example and still the error persists. If you could, please send me the link where I can download the stable version of FWH1706.

Many thanks,
ryugarai27
by ryugarai27
Fri Sep 14, 2018 7:24 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: xBrowse error on ADS (SOLVED!)
Replies: 12
Views: 2734

Re: xBrowse error on ADS

... ELSE MsgStop(" Error connecting to tables " ) END DBCloseAll() AdsDisconnect( hAds ) return (nil ) Best regards, ryugarai27
by ryugarai27
Sat Sep 08, 2018 10:32 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: xBrowse error on ADS (SOLVED!)
Replies: 12
Views: 2734

Re: xBrowse error on ADS

Hi Nages,

I have removed the ADSKEYNO error by adding the following EXTERN commands:
EXTERN ADSKeyNo
EXTERN ADSKeyCount
EXTERN ADSSetRelKeyPos
EXTERN ADSGetRelKeyPos

but still the error on xbrowse:ldrag persists.

Best regards,
ryugarai27
by ryugarai27
Sat Sep 01, 2018 6:05 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: xBrowse error on ADS (SOLVED!)
Replies: 12
Views: 2734

Re: xBrowse error on ADS

... and rddads.lib. Could this be a problem in the ads library? Can I have an ads libraray compatible with FWH1706? Thanks much and more power! ryugarai27
by ryugarai27
Sat Sep 01, 2018 5:32 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: xBrowse error on ADS (SOLVED!)
Replies: 12
Views: 2734

Re: xBrowse error on ADS

... function Main() use customer alias "cust" xBrowse("cust") return (nil) Hi Frances, I sent you an email on vichezzz. Thanks, ryugarai27
by ryugarai27
Sat Sep 01, 2018 5:01 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: xBrowse error on ADS (SOLVED!)
Replies: 12
Views: 2734

Re: xBrowse error on ADS

... Here is the link to the xbrowse.prg source file: https://drive.google.com/open?id=1UQIY8msFCB4dspylDXrgCDbL-eggii6f Best regards, ryugarai27
by ryugarai27
Fri Aug 31, 2018 1:48 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: xBrowse error on ADS (SOLVED!)
Replies: 12
Views: 2734

xBrowse error on ADS (SOLVED!)

... using arrays and it seems to work fine. I am using FWH1706 + xHarbour 1.2.3 (Simplex) (Build 20161218) + bcc 7.0 Thanks a lot and more power! ryugarai27
by ryugarai27
Fri Aug 31, 2018 9:17 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: xBrowse error on ADS (SOLVED!)
Replies: 12
Views: 2734

Re: Testing PNG reader

Lailton,

Thanks!

ryugarai27
by ryugarai27
Fri Aug 24, 2012 7:24 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Testing PNG reader
Replies: 14
Views: 5089

Re: Testing PNG reader

Hi Daniel,

I tried to compile your code and encountered the following error:

Unresolved external '_HB_FUN_ISGDIOBJECT' referenced from Z:\obj\main.obj

I am using FWH 9.01 + BCC55 + xHB1.1

Thanks.
ryugarai27
by ryugarai27
Tue Aug 21, 2012 6:55 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Testing PNG reader
Replies: 14
Views: 5089

Re: Custom xBrowse

Hi Rao,

Thanks! The changes works perfectly.

The line :

CLASSDATA lRegistered AS LOGICAL INIT .f.

solves the problem.

regards,
ryugarai27
by ryugarai27
Fri Mar 23, 2012 8:45 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Custom xBrowse
Replies: 12
Views: 3297

Re: Custom xBrowse

... in the version i am using. is there a possible workaround to to this error for the meantime until i get an updated version of FWH? thanks..ryugarai27
by ryugarai27
Fri Mar 23, 2012 2:47 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Custom xBrowse
Replies: 12
Views: 3297

Re: Custom xBrowse

ryugarai27,

look in the include file xbrowse.ch, how the original class is used and how the object is created (function xBrowseNew (...) ).

You can try to create your own function for your own class.
by StefanHaupt
Fri Mar 16, 2012 8:03 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Custom xBrowse
Replies: 12
Views: 3297
Next

Return to advanced search