Search found 30 matches: omit

Return to advanced search

Re: radio y bChange

Try this:

Code: Select all  Expand view
redefine radio oRAdio var nVar ...


If you omit the VAR clause, oRadio is the radio variable and not the radio object.
by Enrico Maria Giordano
Sat Aug 05, 2023 8:01 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: radio y bChange
Replies: 2
Views: 210

Re: Program techniques : change indexorder or use aliases

... bcRetExprn ) --> uResult uVal : Value / Expression to be lookedup ( seek or locate ) cOrder : OrderName for seek. Or field name for locate. Omit if uVal is an expression bcRetExpr: codeblock/string: Expression to evaluate Examples: CUSTOMER->( FW_DBFLOOKUP( 108, "ID", "AGE" ...
by Marc Venken
Wed Nov 04, 2020 11:30 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Program techniques : change indexorder or use aliases
Replies: 4
Views: 691

FWH 18.10: Enhancements to strings.prg

... same order. Where the translates are provided, FWString() returns the new translate and same English word in other cases. It is also possible to omit this array initially and later add translations using FWAddString(). FWMissingStrings() --> Writes missing strings (where translates are not ...
by nageswaragunupudi
Thu Nov 08, 2018 5:22 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: FWH 18.10: Enhancements to strings.prg
Replies: 19
Views: 5485

Mis programas FW hablan

... : set filename for SRT file --srt-enc <encoding> : set encoding for SRT file --raw : output is raw PCM data (headerless) --ignorelength : omit length of data in WAV header --sub-format <text> : set format of subtitles --sub-fit : increase speed to fit time intervals in subtitles ...
by Busmatic_wpb
Sat Oct 27, 2018 5:37 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Mis programas FW hablan
Replies: 7
Views: 2811

Re: How to reference xBrowse columns

... when the browse is first setup. oBrw:oCol( <cHeaderName> ) oBrw:<cHeaderName> If the header name contains spaces or CRLF, we can omit them. Example: if the Header is "First Name", following are valid: oBrw:oCol( "FIRST name" ) oBrw:oCol( "firstname" ...
by nageswaragunupudi
Wed May 23, 2018 3:44 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: How to reference xBrowse columns
Replies: 2
Views: 640

New FTDN September/Septiembre 2017 (FWH 17.09)

... bcRetExprn ) --> uResult uVal : Value / Expression to be lookedup ( seek or locate ) cOrder : OrderName for seek. Or field name for locate. Omit if uVal is an expression bcRetExpr: codeblock/string: Expression to evaluate Examples: CUSTOMER->( FW_DBFLOOKUP( 108, "ID", "AGE" ...
by Antonio Linares
Wed Oct 04, 2017 7:43 pm
 
Forum: WhatsNew / Novedades
Topic: New FTDN September/Septiembre 2017 (FWH 17.09)
Replies: 3
Views: 3398

Re: C wrapper help

... number debugging information /Ze Enable Microsoft extensions /Zg Write function prototypes to stdout /Zi Enable full debugging information /Zl Omit default library name in object file /Zs Syntax check only /Zx Enable Pelles C extensions
by Antonio Linares
Thu Oct 20, 2016 5:36 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: C wrapper help
Replies: 16
Views: 3268

Re: FHW 64 Harbour Console Debugger

In 32 bits I do the following: In source code: REQUEST HB_GT_WIN REQUEST HB_GT_WIN_DEFAULT procedure hb_gt_gui_default return In Link I OMIT the -aa switch: f:\prod\bcc582\BIN\ilink32.exe -Gn -Tpe -s - Iobj32 -Lf:\prod\bcc582 @%sys%.lnk In the .lnk file the debugger libs appear BEFORE the ...
by don lowenstein
Fri Sep 09, 2016 1:59 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: FHW 64 Harbour Console Debugger
Replies: 3
Views: 522

XBrowse 16.04 : RecordSelector

Till now we could toggle display of Record Selector and set width of record selector. From FWH 16.04 we can display text, change or omit pointer bitmap, display text or icon in recsel header, text on recsel footer and assign action and/or popup menu on click on recsel header. Following screen-shots ...
by nageswaragunupudi
Tue Apr 26, 2016 9:42 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: XBrowse 16.04 : RecordSelector
Replies: 8
Views: 2193

Color-calculations RGB to Hex, Html .... ???

... the standard function parseInt(string,10); the second, optional argument 10 specifies that the value must be parsed as a decimal number. (If we omit the 10, the script would still work, except for some input values starting with 0, e.g. 009 or 011, where it might incorrectly assume octal input.) ...
by ukoenig
Tue Jul 28, 2015 8:34 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Color-calculations RGB to Hex, Html .... ???
Replies: 0
Views: 478

Re: reemplazar un valor en una cadena caracteres

... last * character of <cReplaceString> is used as corresponding character * for the the "rest" of <cSearchString>. * One can omit the return value by setting the CSETREF() switch to .T., * but then one must pass <cString> by reference to get the result. * $EXAMPLES$ ...
by D.Fernandez
Wed Apr 22, 2015 2:04 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: reemplazar un valor en una cadena caracteres
Replies: 6
Views: 1134

Re: Problemas con xbrowse

// alias dbART ; Nover omit specifying the alias. This is a must for proper functioning. You need to enclose alias name in quotes. fields DBART->CODIGO,DBART->DESCRIPCIO, Please never use FIELDS. Only use COLUMNS. (We provided ...
by nageswaragunupudi
Mon Jan 12, 2015 4:50 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Problemas con xbrowse
Replies: 4
Views: 1033

Re: Error in txbrowse:ToExcel

nageswaragunupudi wrote:May we know the Excel version of your customer?
The code works well from version 2003 onwards.


From customer :
newest version Office 2013

I will try to omit the line :

oWin:FreezePanes := .t. <--- Gives error

Or , can it be changed in another line ?

Frank
by Franklin Demont
Mon Jul 28, 2014 10:45 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Error in txbrowse:ToExcel
Replies: 3
Views: 759

Re: xBrowse, editar varios campos

Hola José, lo siguiente funciona, pero con el inconveniente de que hay que omitir HEADERS en la declaracion del xbrowse: Hi, José, following code works, but you have to omit the HEADERS clause in the xbrowse declaration.   for n:=1 to 4      ...
by FranciscoA
Thu Jan 16, 2014 4:18 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: xBrowse, editar varios campos
Replies: 5
Views: 754

Re: xBrowse: how to retrieve field names...

... Add this line after your XBROWSE command.  You can query for the column name with oCol:cExpr When you upgrade the current versions, you can omit the extra line of code I suggested. Even if you do not omit it does not create any problem
by nageswaragunupudi
Wed Oct 02, 2013 8:31 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: xBrowse: how to retrieve field names...
Replies: 16
Views: 2478
Next

Return to advanced search