... dir\DECLBUST.c:
R:\Temp\hbmk_qq6xab.dir\ERR_LOG.c:
R:\Temp\hbmk_qq6xab.dir\FILNPATH.c:
R:\Temp\hbmk_qq6xab.dir\FUNCTRAK.c:
R:\Temp\hbmk_qq6xab.dir\JULIAN.c:
R:\Temp\hbmk_qq6xab.dir\LIBREAD.c:
R:\Temp\hbmk_qq6xab.dir\NICEDATE.c:
R:\Temp\hbmk_qq6xab.dir\OBUFREAD.c:
R:\Temp\hbmk_qq6xab.dir\OBUFWRIT.c:
R ...
Search found 22 matches: julian
Searched query: julian
- Sat Dec 21, 2019 8:55 am
- Forum: FiveWin for Harbour/xHarbour
- Topic: buildH.BAT more than 1 PRG ?
- Replies: 4
- Views: 1198
- Fri Oct 06, 2017 5:30 am
- Forum: FiveWin for Harbour/xHarbour
- Topic: How to validate dates in a corrupted database
- Replies: 9
- Views: 1672
Re: How to validate dates in a corrupted database
... structure. FWH then returns the error:
Error description: Error ADSCDX/5095 Error 5095: The date specified is not valid. Date won't convert to julian. when trying to load the contents of the record into the buffer.
It is called from:
Called from: => FIELDGET( 0 )
Called from: C:\Projects ...
Error description: Error ADSCDX/5095 Error 5095: The date specified is not valid. Date won't convert to julian. when trying to load the contents of the record into the buffer.
It is called from:
Called from: => FIELDGET( 0 )
Called from: C:\Projects ...
- Wed Jun 07, 2017 10:59 pm
- Forum: FiveWin for Harbour/xHarbour
- Topic: Date search in 17.05 problem
- Replies: 2
- Views: 534
Date search in 17.05 problem
... move the view to the matching record. Instead we get the following message:
ADSCDX / 5095 The date specified in not valid. Date won't convert to Julian
This error results from a call to Database.prg line 958 ( seek ).
Is anyone else trying to do a search in a browse, using a database object, and ...
ADSCDX / 5095 The date specified in not valid. Date won't convert to Julian
This error results from a call to Database.prg line 958 ( seek ).
Is anyone else trying to do a search in a browse, using a database object, and ...
- Wed Feb 06, 2013 3:22 pm
- Forum: FiveWin for Harbour/xHarbour
- Topic: Tbrowse
- Replies: 7
- Views: 1462
Re: Tbrowse
Julian,
FiveWin's XBrowse online docs are available from:
http://wiki.fivetechsoft.com/doku.php?id=fivewin_class_txbrowse
FiveWin's XBrowse online docs are available from:
http://wiki.fivetechsoft.com/doku.php?id=fivewin_class_txbrowse
- Wed Feb 06, 2013 2:03 pm
- Forum: FiveWin for Harbour/xHarbour
- Topic: Tbrowse
- Replies: 7
- Views: 1462
Re: Tbrowse
Julian
There is a wealth of information contained in the \samples folder .. some good xBrowse examples are :
any sample that starts with "xb"
TestXbrw.prg
TestXbr3.prg
You can compile any of the above using Build.bat ( harbour ) or BuildX.bat ( xharbour ) from the command prompt .. all found in ...
There is a wealth of information contained in the \samples folder .. some good xBrowse examples are :
any sample that starts with "xb"
TestXbrw.prg
TestXbr3.prg
You can compile any of the above using Build.bat ( harbour ) or BuildX.bat ( xharbour ) from the command prompt .. all found in ...
- Wed Feb 06, 2013 9:54 am
- Forum: FiveWin for Harbour/xHarbour
- Topic: Master Detail Transaction
- Replies: 0
- Views: 346
Master Detail Transaction
Hi All,
In clipper I use tbrowse for developing master detail transaction like invoicing. How to do with fivewin?
Regards,
Julian
In clipper I use tbrowse for developing master detail transaction like invoicing. How to do with fivewin?
Regards,
Julian
- Wed Feb 06, 2013 9:47 am
- Forum: FiveWin for Harbour/xHarbour
- Topic: Tbrowse
- Replies: 7
- Views: 1462
Re: Tbrowse
Hi Antonio,
Could you share xbrowse documentation? I search in fivewin help but not found.
Regards,
Julian
Could you share xbrowse documentation? I search in fivewin help but not found.
Regards,
Julian
- Tue Feb 05, 2013 5:33 pm
- Forum: FiveWin for Harbour/xHarbour
- Topic: Tbrowse
- Replies: 7
- Views: 1462
Re: Tbrowse
Julian,
I was wrong. The SELECT ... clause is only available for TWBrowse (the initial FIveWin browse) and not for XBrowse.
If you just want to show some records from the DBF, you may use SET SCOPE TO ... or SET FILTER on a non indexed DBF.
SET SCOPE docs:
http://www.ousob.com/ng ...
I was wrong. The SELECT ... clause is only available for TWBrowse (the initial FIveWin browse) and not for XBrowse.
If you just want to show some records from the DBF, you may use SET SCOPE TO ... or SET FILTER on a non indexed DBF.
SET SCOPE docs:
http://www.ousob.com/ng ...
- Tue Feb 05, 2013 3:56 pm
- Forum: FiveWin for Harbour/xHarbour
- Topic: Tbrowse
- Replies: 7
- Views: 1462
Re: Tbrowse
Hi Antonio,
Can I get a sample xbrowse with select command?
Regards,
Julian
Can I get a sample xbrowse with select command?
Regards,
Julian
- Sun Feb 03, 2013 5:32 pm
- Forum: FiveWin for Harbour/xHarbour
- Topic: Tbrowse
- Replies: 7
- Views: 1462
Re: Tbrowse
Julian,
You can implement a filter on a browse based on a current index in use:
#xcommand @ <nRow>, <nCol> [ COLUMN ] XBROWSE <oBrw> ; [ [ FIELDS ] <Flds,...>] ; [ SELECT <cField> FOR <uValue1> [ TO <uValue2> ] ] ...
You can implement a filter on a browse based on a current index in use:
#xcommand @ <nRow>, <nCol> [ COLUMN ] XBROWSE <oBrw> ; [ [ FIELDS ] <Flds,...>] ; [ SELECT <cField> FOR <uValue1> [ TO <uValue2> ] ] ...
- Sun Feb 03, 2013 5:23 pm
- Forum: FiveWin for Harbour/xHarbour
- Topic: Tbrowse
- Replies: 7
- Views: 1462
Re: Tbrowse
Julian,
FIveWin originally implemented a Class TWBrowse, that you can use this way:
@ 1, 1 LISTBOX oLbx FIELDS Clientes->Nombre, AllTrim( Clientes->Direccion ),; Clientes->Telefono ...
FIveWin originally implemented a Class TWBrowse, that you can use this way:
@ 1, 1 LISTBOX oLbx FIELDS Clientes->Nombre, AllTrim( Clientes->Direccion ),; Clientes->Telefono ...
- Sun Feb 03, 2013 4:14 pm
- Forum: FiveWin for Harbour/xHarbour
- Topic: Tbrowse
- Replies: 7
- Views: 1462
Tbrowse
Hi,
I want to use tbrowse, how to use it with fivewin?
Regards,
Julian
I want to use tbrowse, how to use it with fivewin?
Regards,
Julian
- Sat Feb 02, 2013 11:28 am
- Forum: FiveWin for Harbour/xHarbour
- Topic: ADS for Harbour 3.2.0
- Replies: 4
- Views: 756
Re: ADS for Harbour 3.2.0
Julian,
I emailed it to you, please check it, thanks![Smile :-)](./images/smilies/icon_smile.gif)
I emailed it to you, please check it, thanks
![Smile :-)](./images/smilies/icon_smile.gif)
- Sat Feb 02, 2013 3:30 am
- Forum: FiveWin for Harbour/xHarbour
- Topic: ADS local vs dbfcdx
- Replies: 1
- Views: 375
ADS local vs dbfcdx
Hi All,
What's benefit using ADS local with cdx index? Which better ADS local cdx vs dbfcdx?
Regards,
Julian
What's benefit using ADS local with cdx index? Which better ADS local cdx vs dbfcdx?
Regards,
Julian
- Sat Feb 02, 2013 3:27 am
- Forum: FiveWin for Harbour/xHarbour
- Topic: ADS for Harbour 3.2.0
- Replies: 4
- Views: 756
Re: ADS for Harbour 3.2.0
Hi Antonio,
Thanks, it's works.
I need rddads.lib. Where i can find it?
Regards,
Julian
Thanks, it's works.
I need rddads.lib. Where i can find it?
Regards,
Julian