Search found 6 matches: xcommands

Return to advanced search

Re: A Client-Server Data Base Server in Harbour

... data base. Note that the queries and the list of fields to be returned are created as objects the code to do this is generated by a series of #xcommands contained in DBQuery.ch // DBEmphasis.prg#include "rapids.ch"#include "DBEmphasis.ch"#include "DBQuery.ch"#define ...
by xProgrammer
Tue Mar 15, 2011 12:01 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: A Client-Server Data Base Server in Harbour
Replies: 11
Views: 2446

... 1) The object name is optional 2) All clauses are optional. 3) If there is a clause value, the clause name is required. I just noticed that other xcommands are different: #xcommand @ <nRow>, <nCol> CHECKBOX [ <oCbx> VAR ] <lVar> ; [ PROMPT <cCaption> ] ; In this case ...
by James Bott
Tue Aug 12, 2008 1:08 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Preprossesor xcommand problem
Replies: 14
Views: 2705

Re: Preprossesor xcommand problem

One forgot to me This code works without error with both #xcommands above: @ 1,1, xbutton oBtn So it seems that oBtn is not optional in the first #xcommand. Is there a way to change the first #xcommand so that oBtn is optional? I think you think oBtn ...
by quique
Sun Aug 10, 2008 10:51 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Preprossesor xcommand problem
Replies: 14
Views: 2705

Preprossesor xcommand problem

... [ <oBtn> ] ; => ; [ <oBtn> := ] TxButton():New() This code works without error with both #xcommands above: @ 1,1, xbutton oBtn So it seems that oBtn is not optional in the first #xcommand. Is there a way to change the first #xcommand so that ...
by James Bott
Sun Aug 10, 2008 1:10 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Preprossesor xcommand problem
Replies: 14
Views: 2705

... class and a RECORD_LIST class. Initial version will subclass these. Subclass will basically have a controlling array (set up by a series of #xcommands). Subsequent version will not need subclassing but read parameters from a file. I will be supporting: data name conversion (UI independant ...
by xProgrammer
Wed Apr 30, 2008 10:22 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Can Properties (DATA) be added dynamically to an Object (CLA
Replies: 9
Views: 2786

Global Flag for 2007 style - Requested

... at each and every instance of menu. bar, msgbar. popmenus spread over in many modules of of the application. This time I managed by changing xcommands' translates, but I normally do not like to modify FWH commands. For reconsideration
by nageswaragunupudi
Wed Dec 12, 2007 8:58 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Fivehm/multi thread vs child/MDI dialog
Replies: 6
Views: 1015

Return to advanced search