Search found 22 matches: julian

Searched query: julian

by Jimmy
Sat Dec 21, 2019 8:55 am
Forum: FiveWin for Harbour/xHarbour
Topic: buildH.BAT more than 1 PRG ?
Replies: 4
Views: 1198

Re: buildH.BAT more than 1 PRG ?

... 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 ...
by TimStone
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 ...
by TimStone
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 ...
by Antonio Linares
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
by Rick Lipkin
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 ...
by julian
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
by 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
by Antonio Linares
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 ...
by julian
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
by Antonio Linares
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> &#91; COLUMN &#93; XBROWSE <oBrw> ; &#91; &#91; FIELDS &#93; <Flds,...>&#93; ; &#91; SELECT <cField> FOR <uValue1> &#91; TO <uValue2> &#93; &#93; ...
by Antonio Linares
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:

&nbsp; @ 1, 1 LISTBOX oLbx FIELDS Clientes->Nombre, AllTrim&#40; Clientes->Direccion &#41;,;&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; Clientes->Telefono ...
by julian
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
by Antonio Linares
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 :-)
by julian
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
by 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