Search found 79 matches: lvalid

Return to advanced search

Re: CLASS modification

Args: [ 1] = U Stack Calls =========== Called from: .\source\classes\CONTROL.PRG => TDATEPICK:LVALID( 983 ) Called from: .\source\classes\CONTROL.PRG => TDATEPICK:FWLOSTFOCUS( 1233 ) Called from: .\source\classes\CONTROL.PRG => TDATEPICK:HANDLEEVENT( 1830 ) Called ...
by Silvio.Falconi
Sun May 28, 2023 1:59 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: CLASS modification
Replies: 33
Views: 1700

Re: Handling images and other files

... I have tested many types of images. At the heart of this program the main conversion function: static function Blob2Image( cText ) local nAt local lValid := .t. if ( nAt := AT( "base64", cText ) ) > 0 cText := SubStr( cText, nAt + 6 ) if Left( cText, 1 ) == "," cText := SubStr( ...
by Otto
Thu Jan 07, 2021 4:17 pm
 
Forum: mod_harbour
Topic: Handling images and other files
Replies: 4
Views: 1217

Re: How to implement GETACTIVE()?

... [ 1] = C test [ 2] = N 0 Stack Calls =========== Called from: testright.prg => (b)MAIN( 14 ) Called from: .\source\classes\TGET.PRG => TGET:LVALID( 2112 ) Called from: .\source\classes\CONTROL.PRG => TGET:FWLOSTFOCUS( 1205 ) Called from: .\source\classes\CONTROL.PRG => TCONTROL:HANDLEEVENT( ...
by mauri.menabue
Wed Oct 28, 2020 11:57 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: How to implement GETACTIVE()?
Replies: 31
Views: 2259

Re: New FTDN August/Agosto 2020 (FWH 20.08)

... * Función FWCheckExpression( cExpression, [uVal], [@uRet] ) --> lValid El tercer nuevo parámetro opcional por referencia contiene el resultado de la evaluación de la expresión. * xbrowser.prg: Presionando Ctrl-E ...
by Antonio Linares
Tue Sep 22, 2020 4:33 pm
 
Forum: WhatsNew / Novedades
Topic: New FTDN August/Agosto 2020 (FWH 20.08)
Replies: 3
Views: 2297

New FTDN August/Agosto 2020 (FWH 20.08)

... * function FWCheckExpression( cExpression, [uVal], [@uRet] ) --> lValid Optional 3rd new param by ref contains the result on evaluation of the expression. * xbrowser.prg: Pressing Ctrl-E + Ctrl-X enables entering ...
by Antonio Linares
Sun Sep 20, 2020 11:38 am
 
Forum: WhatsNew / Novedades
Topic: New FTDN August/Agosto 2020 (FWH 20.08)
Replies: 3
Views: 2297

ERROR EN PREVIEW DE FWH 18.03

... 155 ) Llamado desde: .\source\classes\WINDOW.PRG => (b)TWINDOW( 672 ) Llamado desde: .\source\classes\WINDOW.PRG => TWINDOW:LVALID( 0 ) Llamado desde: .\source\classes\WINDOW.PRG => (b)TWINDOW( 342 ) Llamado desde: .\source\classes\WINDOW.PRG => TWINDOW:END( 0 ) Llamado ...
by rterraz
Mon May 04, 2020 11:03 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: ERROR EN PREVIEW DE FWH 18.03
Replies: 0
Views: 289

Problem with datepick

... ), ) ) ; VALID ValidareData (dDataIniziale, dDataFinale ) Function ValidareData ( dFechaIni, dFechaFin ) LOCAL lValid := .T. IF ( dFechaIni > dFechaFin ) alert( "La data finale deve essere maggiore di quella iniziale " ) lValid := .F. ENDIF RETURN ...
by Silvio.Falconi
Fri Mar 06, 2020 8:00 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Problem with datepick
Replies: 13
Views: 2484

Re: MariaRowSet Field ERROR in TGET READONLY Control

Please make the following 2 modifications in \fwh\source\classes\tget.prg. METHOD lValid() Present code: METHOD lValid() CLASS TGet   local lRet := .t.   if ::oGet:BadDate  Modify as: METHOD lValid() CLASS TGet   local ...
by nageswaragunupudi
Tue Dec 31, 2019 3:17 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: MariaRowSet Field ERROR in TGET READONLY Control
Replies: 6
Views: 968

XBROWSE Question

I have this code and have the problem that the cursor in cells go to next cell even the function lg_stamm_such(…) returns .F. (lValid)! I will stay on this column if lValid == .F.     /*2*/ADD COLUMN TO XBROWSE oList DATA aEin[oList:nArrayat,LG_ARR_POS_FELDER,LG_FELD_PERSON,LG_ARR_POS_SUCH] ...
by byte-one
Fri Apr 05, 2019 2:16 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: XBROWSE Question
Replies: 3
Views: 677

Re: Ejemplo de xBrowse

... Source\AppPag.Prg => BRWFAC( 932 ) Called from: Source\AppPag.Prg => (b)APPPAG( 147 ) Called from: .\source\classes\TGET.PRG => TGET:LVALID( 1657 ) Called from: .\source\classes\CONTROL.PRG => TGET:FWLOSTFOCUS( 1136 ) Called from: .\source\classes\CONTROL.PRG => TCONTROL:HANDLEEVENT( ...
by Armando
Fri Jun 29, 2018 2:13 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Ejemplo de xBrowse (Solucionado, thanks Mr. Rao)
Replies: 23
Views: 5081

Re: Ejemplo de xBrowse

... Source\AppPag.Prg => BRWFAC( 911 ) Called from: Source\AppPag.Prg => (b)APPPAG( 147 ) Called from: .\source\classes\TGET.PRG => TGET:LVALID( 1657 ) Called from: .\source\classes\CONTROL.PRG => TGET:FWLOSTFOCUS( 1136 ) Called from: .\source\classes\CONTROL.PRG => TCONTROL:HANDLEEVENT( ...
by Armando
Thu Jun 28, 2018 6:23 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Ejemplo de xBrowse (Solucionado, thanks Mr. Rao)
Replies: 23
Views: 5081

TDatabase FWH 17.08 : Datas and Methods

... "ID=99", nil, "SALARY += 100" )//Salary field is incremented by 100 and returns the incremented value  58. lValidRow( cOperation, [hRec] ) --> lValid Internal Evaluates ::bValidRow with parameters Self, cOpertion and optional hRec and returns the result. ...
by nageswaragunupudi
Fri Sep 15, 2017 12:50 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: TDatabase FWH 17.08 : Datas and Methods
Replies: 1
Views: 1782

Re: DLL con sintaxis de VB6 / DLL with VB6 sintax

... 0 ) Called from: Bin\ruc.prg => BRUC( 232 ) Called from: Bin\ruc.prg => (b)ADDREG( 141 ) Called from: .\source\classes\TGET.PRG => TGET:LVALID( 1207 )
by CARLOS ATUNCAR
Wed Oct 19, 2016 11:57 pm
 
Forum: Utilities / Utilidades
Topic: DLL con sintaxis de VB6 / DLL with VB6 sintax
Replies: 5
Views: 3006

Problema con listbox (Solucionado)

... from: livencli.prg => LOCALIST( 344 ) Called from: livencli.prg => (b)LIVENCLI( 91 ) Called from: .\source\classes\TGET.PRG => TGET:LVALID( 1302 ) Called from: .\source\classes\CONTROL.PRG => TGET:FWLOSTFOCUS( 1138 ) Called from: .\source\classes\CONTROL.PRG => TCONTROL:HANDLEEVENT( ...
by sajarm
Thu Oct 22, 2015 11:38 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Problema con listbox (Solucionado)
Replies: 16
Views: 2948

Re: xBrowse - No entiendo el error (Mr. Rao)

... Llamado desde: D:\MixHarb\Temege\Sources\mgCfgSys.prg (b)TCFGSYS:CFGSYS(428) Llamado desde: .\source\classes\TGET.PRG TGET:LVALID(1184) Llamado desde: D:\MIHARB~1\Mifwh\Sources\control.prg TGET:FWLOSTFOCUS(1110) Llamado desde: D:\MIHARB~1\Mifwh\Sources\control.prg TCONTROL:HANDLEEVENT(1675) ...
by nageswaragunupudi
Sun Jun 07, 2015 11:13 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: xBrowse - No entiendo el error (Mr. Rao)
Replies: 21
Views: 4327
Next

Return to advanced search