Search found 22 matches: conventional

Return to advanced search

link between PRG and RC

... the structure of my project: Main folder containing: configs folder rc folder release folder source folder *.prj file my first question: is this a conventional way of organizing a fivewin project? my second question: i noticed that prg files seem to interact with files located in rc/*.rc. but I ...
by Ruth
Mon Jan 29, 2024 4:34 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: link between PRG and RC
Replies: 20
Views: 1706

Re: Final conversion 16 bit to FWH

... can use oKlant later. It seems that if you are using oKlants it is obvious that it is a DBF (or table). And rather than opening the table using conventional syntax, I would create a subclass and open the database and indexes in that as I have shown before in other messages. Then it takes only ...
by James Bott
Fri Jul 07, 2017 11:40 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Final conversion 16 bit to FWH
Replies: 26
Views: 5051

Re: OpenAI

... the next move, and the other learned to predict the outcome from different arrangements on the board. The two networks were combined using a more conventional AI algorithm to look ahead in the game for possible moves. A scientific paper written by researchers from Google that describes the work ...
by modicr
Thu Jan 28, 2016 5:48 pm
 
Forum: Off Topic / Otros temas
Topic: OpenAI
Replies: 2
Views: 721

Re: DIREFENCIA ENTRE HARBOUR/XHARBOUR

... OBJECT from an expression, much like the WITH OBJECT construct. The above syntax not only saves typing, but is also MUCH faster than equivalent conventional coding. FOR EACH Syntax: ---------------- // <ElementOrProperty> must be a declared variable. FOR EACH <ElementOrProperty> ...
by Antonio Linares
Sun Jul 12, 2015 9:26 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: DIREFENCIA ENTRE HARBOUR/XHARBOUR
Replies: 4
Views: 2282

Re: FiveWeb

Randal, I guess I would be correct to assume you do not subscribe to the conventional wisdom around here (and elsewhere) that CGI is obsolete? CGI is a great technology to me and it's not obsolete at all. It's only less and less supported by the providers and ...
by Enrico Maria Giordano
Fri Feb 06, 2015 2:47 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: FiveWeb
Replies: 71
Views: 16384

Re: FiveWeb

... Darrell: Thank you for the sample, very nice! I guess I would be correct to assume you do not subscribe to the conventional wisdom around here (and elsewhere) that CGI is obsolete? Thanks, Randal
by Randal
Fri Feb 06, 2015 2:27 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: FiveWeb
Replies: 71
Views: 16384

Re: error 667

... time. i.e., use arrays instead of individual variables. 3. Decrease the number of ITEMS allocated if using ITEM.API of CA-Clipper. 4. Free more conventional memory for use by the VM System. Note: There could be an error in the runtime error handler. See Also: Error 650.
by Badara Thiam
Thu Oct 03, 2013 3:36 pm
 
Forum: FiveWin for CA-Clipper
Topic: error 667
Replies: 5
Views: 2972

Re: dbfntx very slow with 2+ users

... than DBF, especially with 2+ users. If I use sql commands like SELECT * etc, Mediator is very fast. the coding is 99% harbour compatiable using conventional programming syntax. i've had good luck with Mediator for about 5 years now. But, Mediator's updating of tables is much slower than dbf ...
by don lowenstein
Wed Aug 21, 2013 9:05 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: dbfntx very slow with 2+ users
Replies: 41
Views: 6819

Re: Windows Date Format

... I personally use my function "dtocfmt( <date>, <cformat> )", whenever I need to show date in a non-conventional format or a format different than the Set Date format. In a case like this I would bStrDate := { || dtocfmt( <datevar>, 'dd-mm-yyyy' ...
by James Bott
Tue Jun 28, 2011 5:07 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Windows Date Format
Replies: 1
Views: 456

Whereabout of Fix668.prg that may solve error 668.

... until the stack overflows. The evaluation stack expanded into a locked VMM segment. The CA-Clipper VM System will use the DGROUP Free Space when conventional DOS memory is very low. Action: Free up conventional DOS memory by reducing the application's load size and/or increasing free DOS memory ...
by xhbcoder
Thu Jul 29, 2010 5:21 pm
 
Forum: FiveWin for CA-Clipper
Topic: Whereabout of Fix668.prg that may solve error 668.
Replies: 1
Views: 1433

Re: convert 13 weeks of data to calendar months

... (YTD) and from that you can find weekly and monthly data with accuracy. It has been some time since I studied accounting so I don't know what the conventional methods are. Regards, James
by James Bott
Mon Jul 19, 2010 3:11 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: convert 13 weeks of data to calendar months
Replies: 12
Views: 4062

Re: How to view the //INFO data

... The reason for this is we are experiencing the Eval Stack Fault error 668 and we are tweaking the config.nt and autoexec.nt hoping to make more conventional memory available to the applciation but we have no means of checking. Regards,
by xhbcoder
Sun Jul 18, 2010 6:00 pm
 
Forum: FiveWin for CA-Clipper
Topic: How to view the //INFO data
Replies: 2
Views: 1367

Re: Definition of Font Size?

Ross_ValuSoft wrote:what does a height of -10 mean?


It's only a conventional sign that means "please, calculate the width of the font that best fits the absolute value of the provided height".

EMG
by Enrico Maria Giordano
Thu May 27, 2010 6:42 am
 
Forum: FiveWin for Pocket PC
Topic: Definition of Font Size?
Replies: 4
Views: 930

xBrowse with TArray

... with features like a DBF. For Eg. GoTop(), Skip(), Eof(), Bof(), Zap(), Append() etc. and refer array elements with field name instead of the conventional array subscript Any samples available ? Regards Anser
by anserkk
Tue Dec 16, 2008 8:33 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: xBrowse with TArray
Replies: 0
Views: 397

Client Server xBase - Introduction

... would you bother going client-server with xBase? In my case the answer is simple. I need better performance across a VPN than I can achieve with conventional xBase code. The alternative is to use a third party data base back end such as mySQL, PostrgeSQL, or if you want to pay for the privilege ...
by xProgrammer
Tue Aug 19, 2008 10:09 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Client Server Database Access the xBase Way
Replies: 39
Views: 11768
Next

Return to advanced search