Search found 70 matches: lsave

Return to advanced search

Re: Parpadeo de un SAY

... "CANCELA.BMP" CANCEL ACTION oDlgMa:End() oAceptar:lTransparent = .t. oCancelar:lTransparent = .t. ACTIVATE DIALOG oDlgMa CENTERED if lSave if agrega Materia->(DbAppend()) Materia->Codigo := nCodigo endif Materia->Detalle := cDetalle Materia->Abrevia := cAbrevia Materia->Ramo ...
by José Camilo
Sat Mar 02, 2024 10:30 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Parpadeo de un SAY
Replies: 18
Views: 590

Re: check on get

... oBtn   local cVar1 := PadR( "ABC", 20 )   local cVar2 := PadR( "DEF", 20 )   local nVar  := 30000   local lSave := .f.   SetGetColorFocus()   DEFINE FONT oFont NAME "Segoe UI" SIZE 0,-14   DEFINE DIALOG oDlg SIZE 300,200 PIXEL TRUEPIXEL ...
by Silvio.Falconi
Sat Dec 02, 2023 11:58 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: check on get
Replies: 27
Views: 3939

Re: check on get

... test()local aGet:=array(2)local oDlglocal cGet1:=space(60)local cGet2:=space(60)local lSave:=.f.local bChecklocal oBtn1,oBtn2DEFINE DIALOG oDlg SIZE 400,300@ 10,10 GET aGet[1] VAR cGet1 SIZE 100,10 PIXEL of oDlg@ 40,10 GET aGet[2] ...
by Silvio.Falconi
Wed Nov 29, 2023 8:49 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: check on get
Replies: 27
Views: 3939

Re: check on get

what is difficult? bother variable of the type "lsave:= .t. or lsave:= .f." It's just for kids, it seems like you're still programming with the clipper Silvio, I learned to program in CLIPPER 5.3 and I continue to use the CLIPPER 5.3 modus ...
by karinha
Wed Nov 29, 2023 5:11 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: check on get
Replies: 27
Views: 3939

Re: check on get

yo haria asi: // C:\FWH\SAMPLES\SILVICHK.PRG#include "FiveWin.ch"STATIC lSave := .F.FUNCTION Main()   LOCAL aGet := ARRAY( 2 )   LOCAL oDlg   LOCAL cGet1 := SPACE( 60 )   LOCAL cGet2 := SPACE( 60 )   LOCAL bCheck   LOCAL ...
by Silvio.Falconi
Mon Nov 27, 2023 10:05 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: check on get
Replies: 27
Views: 3939

check on get

... test()local aGet:=array(2)local oDlglocal cGet1:=space(60)local cGet2:=space(60)local lSave:=.f.local bChecklocal oBtn1,oBtn2DEFINE DIALOG oDLG SIZE 400,200@ 10,10 GET aGet[1] VAR cGet1 SIZE 100,10 PIXEL of oDlg@ 40,10 GET aGet[2] ...
by Silvio.Falconi
Fri Nov 24, 2023 2:55 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: check on get
Replies: 27
Views: 3939

Ayuda, busqueda incremental

... ), "Ult. Proveedor", ; "costo" , ; "UM", , "Ult.Modif" ; LINES CELL font ofont ON dblCLICK ( lsavek := .t., oDlgSTK:End() ) obrw:bKeyDown = { | nKey, nCol, nFlags | iif( nKey = K_ENTER, ( lsavek := .t., oDlgSTK:End() ), ) } oBrw:nRowHeight := ...
by jpcavagnaro
Wed Nov 22, 2023 11:20 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Ayuda, busqueda incremental
Replies: 1
Views: 313

error TXBROWSE:CARGOS

... ACTION ( ImprimirInfo() ) redefine BTNBMP oCan 2007 prompt HB_UTF8CHR( 57615 ) + " Volver " font oSegoe ID 992 OF princfac ACTION ( lsave := .f., dbCloseall() , princfac:End(), oWndChild:End() ) // cancel oCan:lCancel := .t. redefine BTNBMP oCanc 2007 prompt HB_UTF8CHR( 57615 ) + ...
by jpcavagnaro
Wed Aug 30, 2023 12:55 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: error TXBROWSE:CARGOS
Replies: 3
Views: 280

Ayuda por favor con folder y listbox

... ACTION ( ImprimirInfo() ) redefine BTNBMP oCan 2007 prompt HB_UTF8CHR( 57615 ) + " Volver " font oSegoe ID 992 OF princfac ACTION ( lsave := .f., dbCloseall() , princfac:End(), oWndChild:End() ) // cancel ACTIVATE DIALOG princfac CENTERED nowait ON INIT princfac:Move( 0, 0 ) //, ...
by jpcavagnaro
Wed Mar 29, 2023 12:04 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Ayuda por favor con folder y listbox
Replies: 1
Views: 238

Re: cGetFile32 initial file

ARREGLADO FALTABA lSAved:=.T. Function cGetFile32( cFileMask, cTitle, nDefaultMask, cInitDir, lSave, nFlags, cIniFile ) local cSection, cFile local nRet DEFAULT lSave := .f. CursorWait() // On cGetFile() that parameter is a boolean for long filenames if nFlags != Nil .and. ...
by PAUL SIMM
Mon Nov 28, 2022 1:23 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: cGetFile32 initial file
Replies: 3
Views: 603

Re: edit a record with tdatabase - I am in trouble

... then before save the array there is a part on source I not understood from this WITH OBJECT oBrw --- END then I made the same from if lSave /endif but here make me error
by Silvio.Falconi
Tue Jun 22, 2021 7:39 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: edit a record with tdatabase - I am in trouble
Replies: 8
Views: 1295

cGetFile32 initial file

... the user select a folder to save a file //cGetFile( <cFileMask>, <cTitle>, [<nDefaultMask>], [<cInitialDirectory>], [<lSave>], [<lLongNames>], [<nFlags>], [<cInitialFile>] ) –> cFileName I tried with cNamePdf := oBrowse:aArrayData[ oBrowse:narrayat][3] ...
by Silvio.Falconi
Thu Dec 03, 2020 11:08 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: cGetFile32 initial file
Replies: 3
Views: 603

Como abrir el excel automatico con tsbrowse?

... usando tsbrowse, agregue un botón para generar un archivo de excel usando la misma clase. ExcelOle( cXlsFile, lActivate, oMeter, cTitle, oFont, lSave, bExtern ) // --- Impresion del contenido de un browsestatic function ImprimeVent(aVent,lExcel)local oFont,nRegif lExcel if confirma('La ...
by noe aburto
Sat Sep 26, 2020 2:48 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Como abrir el excel automatico con tsbrowse?
Replies: 3
Views: 542

Re: Converting sample test of Tplan

Nages, on METHOD BuildDialog( oPlan, dCheckIn, dCheckOut ) I made IF lSave if lNew ::oReserva:Append() oRec:= ::oReserva:record(.t.) else ::oReserva:Seek( oPlan:GetRowID() + DToS( dCheckIn ) ) oRec:= ::oReserva:record() endif oRec:DATE = Date() oRec:ROOMS_ID ...
by Silvio.Falconi
Fri Jun 21, 2019 9:17 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Converting sample test of Tplan
Replies: 26
Views: 2638

Re: To Nages : Explain me how I must make this tdatabase

... even in READONLY mode Then at the time of the save of record there is the same control which avoids duplication. ACTIVATE DIALOG oDlt CENTERED IF lsave IF lNew IF (oDCli) -> (DbSeek (cCli)) (ODCli) -> (DbGoBottom ()) CCLI: = StrZero (Val ((oDCli) -> NumCli) +1.4) ENDIF (ODCli) -> (DbAppend ...
by Silvio.Falconi
Mon Mar 04, 2019 8:27 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: To Nages : Explain me how I must make this tdatabase
Replies: 18
Views: 3313
Next

Return to advanced search