Search found 36 matches: brackets

Return to advanced search

Re: Xbrowse : oBrw:ToArray (How to do it)

While showing syntax, we enclose some parameters in square brackets to inform the programmer that these parameters are optional. Not at all that you should use the square brackets in real usage. NOT oBrw:bRClicked := { |r,c,f,oBrw| aResult := XbrToArray( ...
by nageswaragunupudi
Thu Apr 13, 2023 2:06 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Xbrowse : oBrw:ToArray (How to do it)
Replies: 13
Views: 957

Re: How to create a PRIVATE variable owned by the caller?

... ... ] Arguments <identifier> is the name of a private variable or array to create. If the <identifier> is followed by square brackets ([ ]), an array is created and assigned to the <identifier>. When the <identifier> specification indicates an array, the syntax ...
by hmpaquito
Tue Jan 10, 2023 6:42 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: How to create a PRIVATE variable owned by the caller?
Replies: 21
Views: 783

Re: special Codeblock Syntax under Fivewin

... and this is a must for us the FWteam. It is safe to use this template: < |params,..|  // code  return any>  xHarbour: Angular brackets is the right syntax for xHarbour and the return statement does not hurt xHarbour Harbour: Fivewin.ch translates the angular brackets ( < ...
by nageswaragunupudi
Tue Nov 08, 2022 2:27 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: special Codeblock Syntax under Fivewin
Replies: 10
Views: 491

Resolve nested brackets

Hello friends,
Before I go deeper into this problem, I would like to ask whether there is an algorithm for resolving nested brackets

Thank you in advance
Otto
by Otto
Tue Nov 16, 2021 7:35 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Resolve nested brackets
Replies: 0
Views: 228

Re: metodo find de ado / Method find with ado

... you have to rewind the recordset to the beginning .. oRsCli:MoveFirst() .. then use the find method .. as you will notice ( for clarity ) I use brackets [] to designate table fields .. and character values ( as mentioned above ) have to be surrounded with a single quote. Rick Lipkin
by Rick Lipkin
Fri Feb 08, 2019 10:34 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: metodo find de ado / Method find with ado
Replies: 6
Views: 1506

Can't select text in get with mouse if it start with bracket

Hi guys, I just noticed this behaviour. If a get's content starts with a "(", can't select the content using mouse. Immediately after you release the mouse button the selection is gone. I tested with BCC7+FWH15.01using SAMPLES\testget2.prg https://s13.postimg.org/pk26ecjqv/get&...
by hua
Mon Jan 29, 2018 9:52 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Can't select text in get with mouse if it start with bracket
Replies: 2
Views: 706

Re: Prestashop Mapping solution

... things a lot. First you need to import each file into a temp DBF. The temp DBF needs to be the same structure as the master DBF. Substitute the brackets with the file names you wish to use. USE [MASTER DBF] COPY STRUCTURE TO [TEMP DBF] USE [TEMP DBF] APPEND FROM [CVS FILE] DELIMITED Then you ...
by James Bott
Fri Oct 21, 2016 2:41 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Prestashop Mapping solution
Replies: 17
Views: 9022

Re: COPY FILE issue

Jeff

I know with Sql you can put things in brackets .. perhaps

Copy file ( "[Some,File]" ) to ( "[ Some,Where ]" ) .. untested .. just a shot in the dark.

Rick Lipkin
by Rick Lipkin
Wed May 04, 2016 10:06 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: COPY FILE issue
Replies: 9
Views: 1185

Re: FiveWeb Questions

... one line of text that I grab from the text file: POSSIBLE RIGHT VENTRICULAR CONDUCTION DELAY [RSR (QR) IN V1/V2] As you can see it contains both brackets and a slash.
by Jeff Barnes
Fri Mar 18, 2016 7:16 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: FiveWeb Questions
Replies: 140
Views: 25578

Re: FiveWeb Questions

... This is a test \\\(small test\\\) --- second save This is a test \\\\\\\(small test\\\\\\\) --- third save etc.... I've tried this with different brackets and the result is the same () {} [] Any ideas?
by Jeff Barnes
Fri Mar 18, 2016 12:04 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: FiveWeb Questions
Replies: 140
Views: 25578

Re: Simple print question

... and then email them to the respective recipients all without requiring any user input. How can I get it to work the old way? You are tried without brackets? print oprn name pname to cprinter
by cnavarro
Sun Jan 31, 2016 10:40 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Simple print question
Replies: 9
Views: 1919

Re: controls on dialog init/not init

... as a bug... The really strange thing is the style of TGet, in the first case they have the clientEdge, in the second case they look with square brackets...
by AntoninoP
Wed Jul 01, 2015 2:45 pm
 
Forum: Bugs report & fixes / Informe de errores y arreglos
Topic: controls on dialog init/not init
Replies: 4
Views: 1600

Re: INSERT into SQL with special character in field

Rick, With your example I get this error http://www.vms.be/FW/MySQL.jpg Without the brackets I had http://www.vms.be/FW/MySQL1.jpg As you can see, the brackets are not allowed. First, I had only an error 'near '(005' I also tried INSERT INTO ...
by Marc Vanzegbroeck
Thu Mar 19, 2015 5:18 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: INSERT into SQL with special character in field
Replies: 9
Views: 1675

Re: INSERT into SQL with special character in field

Marc

Surround your field name with brackets :

[This and that field name]

Rick Lipkin
by Rick Lipkin
Thu Mar 19, 2015 3:47 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: INSERT into SQL with special character in field
Replies: 9
Views: 1675

Re: Migrating to Harbour

... in xhb.lib. To avoid having to add the header file to each prgs, I put it in fivewin.ch . ii. Any regular expression statement is enclosed in brackets. For example cVar has ".*@.*\.com" will become (cVar has ".*@.*\.com") . That sentence would be compiled correctly under ...
by hua
Sun Dec 21, 2014 5:21 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Migrating to Harbour
Replies: 238
Views: 44815
Next

Return to advanced search