Search found 19 matches: cexp

Return to advanced search

Re: Build-in Querybuilder

Marc,

Please review FWH function FWExpBuilder( cExp, oRs, nClrTxt, nClrBack )

This function is used from FWH\samples\fivedbu.prg so you can test it

Image
by Antonio Linares
Tue Aug 07, 2018 7:18 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Build-in Querybuilder
Replies: 7
Views: 947

Re: funciones de FWH y Harbour en un archivo .txt

... TrueName(<cPath>)->cRoot TtoC(<dDateTime>)->cDateTimeString TtoS(<dDateTime>)->cYYYYMMDDhhmmss.ccc Type(<cExp>)->cType U2bin(<nNumber>)->cInteger UnCompressString(<cBuffer>,<nSize>)->cUncompressBuffer UnSelected()->cNull ...
by rubenfernandez01
Sun Oct 22, 2017 4:40 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: funciones de FWH y Harbour en un archivo .txt
Replies: 7
Views: 5719

Re: funciones de FWH y Harbour en un archivo .txt

... TrueName(<cPath>)->cRoot TtoC(<dDateTime>)->cDateTimeString TtoS(<dDateTime>)->cYYYYMMDDhhmmss.ccc Type(<cExp>)->cType U2bin(<nNumber>)->cInteger UnCompressString(<cBuffer>,<nSize>)->cUncompressBuffer UnSelected()->cNull ...
by carlos vargas
Sat Oct 21, 2017 8:44 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: funciones de FWH y Harbour en un archivo .txt
Replies: 7
Views: 5719

Re: funciones de FWH y Harbour en un archivo .txt

... AnsiToHtml(<cAnsiString>)->cHtmlString Array(<nElements>,[<nElements>,...])->aArray Asc(<cExp>)->nCode AScan(<aTargets>,<expSearch>,[<nStart>],[<nCount>],[<lExact>],[<lASCII>])->nStoppedAt ASCIISum(<cString>)->nASCIISum ...
by carlos vargas
Sat Oct 21, 2017 8:44 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: funciones de FWH y Harbour en un archivo .txt
Replies: 7
Views: 5719

Re: Extract email from string

... & Replace classes are currently under construction, but you may already use the full power of RegEx searches, new operators, HAS and LIKE. cExp HAS cPatern|RegEx => bFound cExp LIKE cPatern|RegEx => bLike As well as full featured Functions: HB_Atx( <cRegEx>, <cTargetString> ...
by Marc Venken
Wed Jun 28, 2017 2:28 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Extract email from string
Replies: 6
Views: 1082

Re: DIREFENCIA ENTRE HARBOUR/XHARBOUR

... & Replace classes are currently under construction, but you may already use the full power of RegEx searches, new operators, HAS and LIKE. cExp HAS cPatern|RegEx => bFound cExp LIKE cPatern|RegEx => bLike As well as full featured Functions: HB_Atx( <cRegEx>, <cTargetString> ...
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: oBrw:cFilterFld 2 campos

In that case please use bFilterExp instead of cFilterFld.

Eg:
oBrw:bFilterExp := { |cExp| Upper( cExp ) $ FIELD1 + FIELD2 }

With bFilterExp we can have any complex filter conditions:

Eg:
oBrw:bFilterExp := { |cExp| Upper( cExp ) $ FIELD1 .AND. .NOT. ( Upper( cExp ) $ FIELD2 ) }
by nageswaragunupudi
Thu May 14, 2015 6:35 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: oBrw:cFilterFld 2 campos
Replies: 1
Views: 418

Lista de funciones de [x]harbour con sus parametros para edi

... -> nArcSine ATan(<nRadians>) -> nArcTangent Array(<nElements> [, <nElements>,...]) -> aArray Asc(<cExp>) -> nCode AScan(<aTargets>, <expSearch>, [<nStart>], [<nCount>],[<lExact>], [<lASCII>]) -> nStoppedAt ...
by carlos vargas
Wed Feb 11, 2015 2:37 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Lista de funciones de [x]harbour con sus parametros para edi
Replies: 2
Views: 1031

How mysql deal a field "a1*a2+3"?

Hi!
Tmysql ,table/xbrowse like:
ID ,qty,qtyb,cexp,qtyc
001 10,100,"qty*3+5" ,35
002 20,200,"qtyb*2+10",410
003 30,300,"qty+qtyb",330
// qtyc:=&cexp
How to do this.

TKS!
Shuming Wang
by ShumingWang
Thu Aug 28, 2014 12:48 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: How mysql deal a field "a1*a2+3"?
Replies: 0
Views: 267

Re: Clase TDb o TDatabase....cual usar?

... METHOD Seek( uExp, lSoft ) METHOD SetOrder( cnTag, cFile ) INLINE ( ( ::nArea )->( OrdSetFocus( cnTag, cFile ) ) ) METHOD SetRelation( ncArea, cExp ) INLINE ; ( ::nArea )->( DbSetRelation( ncArea, Compile( cExp ), cExp ) ) METHOD Skip( nRecords ) METHOD Skipper( nRecords ) METHOD UnLock() ...
by Compuin
Thu Feb 28, 2013 6:28 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Clase TDb o TDatabase....cual usar?
Replies: 10
Views: 2796

... oMeter, cTitle, oFont, lSave ) #endif METHOD Exchange( nCol1, nCol2 ) INLINE ::SwitchCols( nCol1, nCol2), ; ::SetFocus() METHOD ExpLocate( cExp ) METHOD ExpSeek( cExp, lSoft ) METHOD FreezeCol( lNext ) METHOD GetColSizes() INLINE ; If( ValType( ::aColSizes ) == "A", ::aColSizes, Eval( ::aColSizes ...
by Natter
Mon Sep 08, 2008 11:34 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: bChange
Replies: 9
Views: 5470

... ha sido cambiado pero no han sido grabados. RollBack() puede ser llamada para restaurar el registro original. 16) Mejora: SetRelation( cnoArea, cExp, [lScoped] ). El primer parámetro puede ser otro objeto TDatabase. Añadido un nuevo parámetro opcional lScoped ( Por defecto a .F. ) 17) SetFilter( ...
by Antonio Linares
Fri Aug 29, 2008 7:22 am
 
Forum: WhatsNew / Novedades
Topic: New FTDN August / Agosto 2008 (8.08)
Replies: 1
Views: 4724

New FTDN August / Agosto 2008 (8.08)

... or any dbf fields are changed but not yet committed. RollBack() can be called to restore the original record. 16) Improved: SetRelation( cnoArea, cExp, [lScoped] ). First parameter can be another tdatbase object. Added new optional parameter lScoped ( defaults to .f. ) 17) SetFilter( <cFilter> ...
by Antonio Linares
Wed Aug 20, 2008 6:23 pm
 
Forum: WhatsNew / Novedades
Topic: New FTDN August / Agosto 2008 (8.08)
Replies: 1
Views: 4724

Problem with Editor of Source

... endif endif retu .t. // 1111 // 1234567890123 // FOR I=1 TO 10 STATIC FUNC FOR2WHILE(cLine) // TRANSFORMA EL FOR EN WHILE LOCAL VARINC,NAT,INI,FIN,CEXP,COND,RESU IF UPPE(SUBS(cLine,1,4))="FOR " VARINC:=ALLTRIM(SUBS(cLine,4));CEXP:=UPPE(VARINC) IF (NAT:=AT("=",VARINC))>0 VARINC:=SUBS(VARINC,1,NAT-1) ...
by Vladimir Zorrilla
Wed Jun 18, 2008 10:37 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Problem with Editor of Source
Replies: 1
Views: 1526

Editor de Codigo con syntaxis coloreada interperte y texto i

... endif endif retu .t. // 1111 // 1234567890123 // FOR I=1 TO 10 STATIC FUNC FOR2WHILE(cLine) // TRANSFORMA EL FOR EN WHILE LOCAL VARINC,NAT,INI,FIN,CEXP,COND,RESU IF UPPE(SUBS(cLine,1,4))="FOR " VARINC:=ALLTRIM(SUBS(cLine,4));CEXP:=UPPE(VARINC) IF (NAT:=AT("=",VARINC))>0 VARINC:=SUBS(VARINC,1,NAT-1) ...
by Vladimir Zorrilla
Wed Jun 18, 2008 10:29 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Editor de Codigo con syntaxis coloreada interperte y texto i
Replies: 1
Views: 2160
Next

Return to advanced search