Search found 25 matches: suffix

Return to advanced search

Re: show a string into xbrowse

I have a field numeric and I wish show the string + "gg" Your question was to display "numeric" values with suffix "gg". The suggestion of oCol:cEditPicture := "###gg" works for numeric values but not character values In your code: cstring:= "30/60/90"aData ...
by nageswaragunupudi
Tue Dec 12, 2023 12:24 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: show a string into xbrowse
Replies: 4
Views: 410

Strange error Modharbour and IIS

... replacing .dll by this number 10864.471 then 10864.277 10864.120 10864.789 ... Launching another prg from the samples folders, will give another suffix ie: 4789.125 4789.569 ... I checked my ENV VAR LIBHARBOUR wich is a system VAR and point to E:\Modharbour\libharbour.dll Any idea ? J. Lefebvre, ...
by jfl@mafact.com
Fri Jun 19, 2020 7:01 pm
 
Forum: mod_harbour
Topic: Strange error Modharbour and IIS
Replies: 7
Views: 969

New FTDN May/Mayo 2019 (FWH 19.05)

... with this method. * Enhancement: When the number format "@X" is used, negative numbers are treated as debits and displayed with suffix of " DB". In some regions, users prefer displaying " DR" instead of " DB". If the 6th new parameter of FWNumFormat(...) ...
by Antonio Linares
Mon Jun 03, 2019 12:54 pm
 
Forum: WhatsNew / Novedades
Topic: New FTDN May/Mayo 2019 (FWH 19.05)
Replies: 4
Views: 3161

Re: Setup Barcode system in FWH

... for your answer. I explained myself bad. I mean if someone accidentally uses the scanner in a dialog which is not for scanning. Then the “ENTER”- suffix is handled like you press the enter key. This is a problem with a keyboard wedge. I thought maybe you have a solution to disable the scanner. ...
by Otto
Wed Mar 13, 2019 9:27 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Setup Barcode system in FWH
Replies: 29
Views: 6212

Re: Connect with MySql database

You can suffix port number to cServerAddress with ":"
Example:
maria_Connect( "host:3455", "db", "user", "pw" )

Or
maria_Connect( "host", "db", "user", "pw", nPort )
by nageswaragunupudi
Sat Feb 02, 2019 10:29 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Connect with MySql database
Replies: 3
Views: 896

Re: xbrowse bLDblClick y edición de columnas

My sample works with FWH 17.05 also. "nEditType" and "bLDClickData" are DATAS of TXBrwColumn. When we suffix "s" to any column DATA and use it with XBrowse, it is translated and applied to all columns of the browse. oBrw:nEditTypes := <n> is equivalent ...
by cnavarro
Mon May 28, 2018 1:00 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: xbrowse bLDblClick y edición de columnas [solucionado]
Replies: 7
Views: 2094

Re: xbrowse bLDblClick y edición de columnas

My sample works with FWH 17.05 also. "nEditType" and "bLDClickData" are DATAS of TXBrwColumn. When we suffix "s" to any column DATA and use it with XBrowse, it is translated and applied to all columns of the browse. oBrw:nEditTypes := <n> is equivalent ...
by nageswaragunupudi
Mon May 28, 2018 12:10 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: xbrowse bLDblClick y edición de columnas [solucionado]
Replies: 7
Views: 2094

Re: lector codigo de barras, y dialogo

busca en el manual del dispositivo, y configuralo para que te de el enter automatico.

generalmente esta en la parte de SUFFIX MODE, lees el codigo de barra con el mismo aparato , algo que te indique como Add CR Suffix y listo!!

Saludos.

PD. Puede variar según marca y modelo del lector.
by armando.lagunas
Thu Apr 19, 2018 4:52 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: lector codigo de barras, y dialogo
Replies: 5
Views: 1589

Re: PhoneTO

... . A lot of windows method has 2 versions, ending with A for Ansi version and with W for wideChar version, then define the version without suffix based on unicode compilation option.
by AntoninoP
Thu Jan 04, 2018 8:17 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: PhoneTO
Replies: 8
Views: 1197

New FTDN December/Diciembre 2017 (FWH 17.12)

... values, it may be required that the new values should be added to the existing values. This is now provided. If a fieldname in the field list has suffix "+", then the corresponding value is added to the existing value in case of updation. Example: oCn:Insert( "debtors", "custid,lastdate,due+", ...
by Antonio Linares
Tue Dec 26, 2017 6:07 pm
 
Forum: WhatsNew / Novedades
Topic: New FTDN December/Diciembre 2017 (FWH 17.12)
Replies: 0
Views: 2083

Re: Interfacing with Dicom sistems

... NAME XPN.1 194 FN O Family Name XPN.2 30 ST O FirstName Given Name XPN.3 30 ST O Second And Further Given Names Or Initials Thereof XPN.4 20 ST O Suffix (e.g., Jr Or Iii) XPN.5 20 ST O Prefix (e.g., Dr) XPN.6 6 IS B 0360 Degree (e.g., Md) XPN.7 1 ID O 0200 Name Type Code XPN.8 1 ID O 0465 Name ...
by xProgrammer
Tue May 02, 2017 9:40 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Interfacing with Dicom sistems
Replies: 41
Views: 11783

Re: DIREFENCIA ENTRE HARBOUR/XHARBOUR

... for further details. OOP Macros: ----------- Objects now support macros: Syntax: ------- - <Obj>:&Macro - <Obj>:&Macro.Suffix - <Obj>:&( <MacroExp> ) WITH OBJECT now supports macros: Syntax: ------- - :&Macro - :&Macro.Suffix - :&( <MacroExp> ...
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: Advice needed for reccount() in scopped and filtered dbfcdx.

... as a matter of routine: INDEX ON DELETED() TAG DELETED When we do not need any filter use SET FILTER TO !DELETED() When we need a filter, suffix " .AND. !DELETED()" to the filter condition: SET FILTER TO <condition> .AND. !DELETED() We may create conditional indexes on ...
by nageswaragunupudi
Wed Feb 04, 2015 8:08 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Advice needed for reccount() in scopped and filtered dbfcdx.
Replies: 31
Views: 8369

Re: a function return 2 values

Silvio,

@ as parameter suffix means "by reference". [x]Harbour fully support it, just like Clipper.

EMG
by Enrico Maria Giordano
Mon Feb 02, 2015 9:50 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: a function return 2 values
Replies: 11
Views: 2294

Re: En tiempo de compilacion...

... marker - converts each comma separated expression in matched result into codeblock token by simple adding "{||" prefix and "}" suffix. The expression is not modified at all. Leading spaces in first '{' token are inherited from result pattern. If the expression starts with '{' ...
by Antonio Linares
Tue Aug 26, 2014 7:44 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: En tiempo de compilacion...
Replies: 3
Views: 1561
Next

Return to advanced search