Search found 16 matches: syntaxes

Return to advanced search

New FTDN September/Septiembre 2019 (FWH 19.09)

... and then save (or discard) all changes including additions and deletions together to DBF or MySql table. - Method New() now has 3 alternative syntaxes New( aData, aStruct ) // use simple array New( [cAlias], [bFor], [bWhile], [nNext], [nRecord], [lRest] ) // DBF New( oCn, cTable, [cWhere] ...
by Antonio Linares
Sun Oct 13, 2019 11:14 am
 
Forum: WhatsNew / Novedades
Topic: New FTDN September/Septiembre 2019 (FWH 19.09)
Replies: 1
Views: 2899

New FTDN July 2017 (FWH 17.07)

... for editing/saving a record - Update( aFlds, aVals ) --> lSuccess Modifies an existing record, writing aVals to corresponding aFlds Alternative Syntaxes: Update( cFieldList, aVals ) --> lSuccess Update( aVals ) // aVals written to fields 1,2, .etc Update( aFldVal ) // aFldVal can be 2 dim ...
by Antonio Linares
Sun Aug 13, 2017 8:19 am
 
Forum: WhatsNew / Novedades
Topic: New FTDN July 2017 (FWH 17.07)
Replies: 5
Views: 2910

TDatabase class WIKI

... for editing/saving a record - Update( aFlds, aVals ) --> lSuccess Modifies an existing record, writing aVals to corresponding aFlds Alternative Syntaxes: Update( cFieldList, aVals ) --> lSuccess Update( aVals ) // aVals written to fields 1,2, .etc Update( aFldVal ) // aFldVal can be 2 dim ...
by nageswaragunupudi
Wed Aug 02, 2017 7:48 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: TDatabase class WIKI
Replies: 4
Views: 749

Class syntax not working

Antonio, I am trying to use the syntaxes, READONLY, HIDDEN, and PROTECTED in classes but none of them are working. I seem to remember that in the past at least some of them were working. The test code below compiles and runs without any errors--and ...
by James Bott
Fri Jun 30, 2017 8:10 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Class syntax not working
Replies: 6
Views: 1201

New FTDN June/Junio 2016 (FWH 16.06)

... LIKE ?", { "K?D%" }, "ADO" ) -> "NAME LIKE 'K?D*'" Any number of parameters can be speicified. Different syntaxes are ? // standard sql :1, :2, :3 &1, &2, $3 :name, :age, :jgdate // standard sql &name, &age, &jgdate, etc In case of named ...
by Antonio Linares
Sun Aug 07, 2016 7:03 am
 
Forum: WhatsNew / Novedades
Topic: New FTDN June/Junio 2016 (FWH 16.06)
Replies: 2
Views: 2346

Re: Visual Studio Community 2015 PRGs/CHs syntax coloring

Mine is here:

c:\Program Files (x86)\Microsoft Visual Studio 14.0\Common7\IDE\Extensions\1kztsa3m.wi0\Starterkit\Extensions\Harbour\Syntaxes\Harbour.tmLanguage
by Antonio Linares
Wed Jul 27, 2016 6:34 pm
 
Forum: Utilities / Utilidades
Topic: Visual Studio Community 2015 PRGs/CHs syntax coloring
Replies: 22
Views: 6928

Re: Visual Studio Community 2015 PRGs/CHs syntax coloring

Antonio,

Here is it :

C:\Program Files (x86)\Microsoft Visual Studio 14.0\Common7\IDE\Extensions\0pmyoiw4.hzh\Starterkit\Extensions\Harbour\Syntaxes
by vilian
Wed Jul 27, 2016 10:59 am
 
Forum: Utilities / Utilidades
Topic: Visual Studio Community 2015 PRGs/CHs syntax coloring
Replies: 22
Views: 6928

FWH: Parent Child RowSets (MySql/MariaDB)

... field "code" in states table. METHOD-1 First open rowset of parent: oStates := oCn:RowSet( "states" ) There are 3 alternative syntaxes: a) oStates:AddChild( "select * from customer where state = ?", { "code" } ) b) oStates:AddChild( "select * from customer ...
by nageswaragunupudi
Thu Jul 21, 2016 7:52 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: FWH: Parent Child RowSets (MySql/MariaDB)
Replies: 12
Views: 4239

Re: Visual Studio Community 2015 PRGs/CHs syntax coloring

... name (1kztsa3m.wi0) folder: c:\Program Files (x86)\Microsoft Visual Studio 14.0\Common7\IDE\Extensions\1kztsa3m.wi0\Starterkit\Extensions\Harbour\Syntaxes\Harbour.tmLanguage
by Antonio Linares
Tue May 17, 2016 8:34 am
 
Forum: Utilities / Utilidades
Topic: Visual Studio Community 2015 PRGs/CHs syntax coloring
Replies: 22
Views: 6928

Visual Studio Community 2015 PRGs/CHs syntax coloring

... If so, I have found that creating a Harbour folder there, with this structure: Harbour + Syntaxes and placing there this file: https://bitbucket.org/fivetech/fivewin-contributions/downloads/Harbour.tmLanguage then we have automatic ...
by Antonio Linares
Fri May 06, 2016 7:32 am
 
Forum: Utilities / Utilidades
Topic: Visual Studio Community 2015 PRGs/CHs syntax coloring
Replies: 22
Views: 6928

Re: 15.10 Browse problem

... problems The requirement of png.lib was removed many versions earlier. General advice about the recommended syntax for creation of xbrowse: The syntaxes: ... XBROWSE .. FIELDS ... and ADD TO oBrw DATA ... were provided only for easier migration from WBrowse and TCBrowse, but not well suited. ...
by nageswaragunupudi
Thu Dec 31, 2015 3:57 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: 15.10 Browse problem
Replies: 27
Views: 8401

Re: TSBrowse TXBrowse ?

... need to change the picture clauses through out our application. @ 10,10 XBROWSE oBrw SIZE -10,-30 PIXEL OF oDlg <clauses>  XBrowse provides syntaxes similar to both TWBrowse and TCBrowse. In the above line, negative sizes indicate that a margin of 10 pixels on the right and 30 pixels at ...
by nageswaragunupudi
Mon Jan 24, 2011 7:40 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: TSBrowse TXBrowse ?
Replies: 8
Views: 3076

[OT] DICOM 4 Harbour

... software. To date I have code that will do the following: Parse a DICOM file (currently in explicit VR little endian syntax only but adding other syntaxes would be easy) Send an A-ASSOCIATE-RQ PDU, receive and analyse the returned A-ASSOCIATE-AC PDU or A-ASSOCIATE-RJ PDU, send an A-RELEASE_RQ ...
by xProgrammer
Mon Aug 23, 2010 11:06 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: [OT] DICOM 4 Harbour
Replies: 5
Views: 1488

... to writing my code the way Fivewin expects me to write and it does not really bother me. The problem for me has been remembering the different syntaxes. The rules are not documented anywhere that I am aware of. I would have never guessed that the PROMPT clause was optional when you specified ...
by James Bott
Tue Aug 12, 2008 1:08 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Preprossesor xcommand problem
Replies: 14
Views: 2720

EDITTEXT 101, 51, 31, 58, 12

and

CONTROL "", 101,"EDIT",0 , 51, 31, 58, 12

are two different syntaxes for the same control, as far as I know.

EMG
by Enrico Maria Giordano
Thu Aug 07, 2008 11:51 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Get with "flat" border
Replies: 29
Views: 5014
Next

Return to advanced search