... as DATA member Eval)
Return Value: None
Usage Example: (Internal use only - method version for codeblock usage)
244. Report( cTitle, lPreview, lModal, bSetUp, aGroupBy, cPDF, aCols )
Description: Accessor for Report (same as DATA member, method version for codeblock usage).
Parameters: (Same as ...
Search found 49 matches: lmodal
Searched query: lmodal
- Fri Jan 24, 2025 10:38 am
- Forum: FiveWin for Harbour/xHarbour
- Topic: Using new Class TDeepSeek for documenting
- Replies: 29
- Views: 5078
- Fri Jan 24, 2025 10:37 am
- Forum: FiveWin for Harbour/xHarbour
- Topic: Using new Class TDeepSeek for documenting
- Replies: 29
- Views: 5078
Re: Using new Class TDeepSeek for documenting
... through all rows and displays "Column1" value in each row.
content_copy
download
Use code with caution.
Harbour
170. Report( cTitle, lPreview, lModal, bSetUp, aGroupBy, cPDF, aCols )
Description: Generates a report from the browse data, allowing for preview, printing, and exporting to PDF ...
content_copy
download
Use code with caution.
Harbour
170. Report( cTitle, lPreview, lModal, bSetUp, aGroupBy, cPDF, aCols )
Description: Generates a report from the browse data, allowing for preview, printing, and exporting to PDF ...
- Mon Jun 04, 2018 6:34 am
- Forum: WhatsNew / Novedades
- Topic: New FTDN April/Abril 2018 (FWH 18.04)
- Replies: 1
- Views: 3148
New FTDN April/Abril 2018 (FWH 18.04)
... nBottom>, <nRight>,;
<nClrText>, <cFile>, <nLin>, <lRead>, <oDlg>, <lMnu>, <pDoc>, <nLex>, <bSetup>,;
<nSizeFont>, <lBold>, <bInit>, <lLoad>, <lModal>, <bExec>, <oMenu> )
lLoad : load Dll need
lModal : Show dialog in modal mode
bExec : Function user defined for build prgs
oMenu : Object Menu ...
<nClrText>, <cFile>, <nLin>, <lRead>, <oDlg>, <lMnu>, <pDoc>, <nLex>, <bSetup>,;
<nSizeFont>, <lBold>, <bInit>, <lLoad>, <lModal>, <bExec>, <oMenu> )
lLoad : load Dll need
lModal : Show dialog in modal mode
bExec : Function user defined for build prgs
oMenu : Object Menu ...
- Fri Mar 09, 2018 12:01 pm
- Forum: WhatsNew / Novedades
- Topic: New FTDN February/Febrero 2018 (FWH 18.02)
- Replies: 0
- Views: 1730
New FTDN February/Febrero 2018 (FWH 18.02)
... Method Pages()
* Function SourceEdit ( MemoEdit.prg )
- Bug fixed in "Save" action button
* TDIALOG:
- Methods End() and Destroy() assume DATA lModal was already initialized.
Calling these methods without calling Activate() results in runtime error.
Fixed.
* TGET:
- Fix: Due to a bug ...
* Function SourceEdit ( MemoEdit.prg )
- Bug fixed in "Save" action button
* TDIALOG:
- Methods End() and Destroy() assume DATA lModal was already initialized.
Calling these methods without calling Activate() results in runtime error.
Fixed.
* TGET:
- Fix: Due to a bug ...
- Sun Aug 20, 2017 3:59 pm
- Forum: FiveWin for Harbour/xHarbour
- Topic: Report from xBrowse, need options
- Replies: 1
- Views: 635
Report from xBrowse, need options
... app. To make things simplier, I just added a button with xBrowse:Report(), fast an easy.
But... in one of them I need to put lines, like in formal report with CELLVIEW().
xBrowse:Report( cTitle, lPreview, lModal, bSetUp, aGroupBy, cPDF )
bSetup is for that, How?
Thanks in advance
From Chile
Adolfo
But... in one of them I need to put lines, like in formal report with CELLVIEW().
xBrowse:Report( cTitle, lPreview, lModal, bSetUp, aGroupBy, cPDF )
bSetup is for that, How?
Thanks in advance
From Chile
Adolfo
- Tue Aug 08, 2017 11:18 am
- Forum: FiveWin for Harbour/xHarbour
- Topic: no printer selected program errors out
- Replies: 2
- Views: 577
no printer selected program errors out
... regards,
Otto
oVRD.prg
after:
::oPrn := PrintBegin( ::cTitle,, ::lPreview, ;
IIF( EMPTY( ::cPrinter ), NIL, ::cPrinter ), ;
IIF( ::lPreview, lModal, .F. ) )
insert:
//kein Drucker gefunden
if ::oPrn:hDC = 0
RETURN ( Self )
Endif
in my program:
EASYREPORT oVRD NAME ".\xVrd\kabrg.vrd ...
Otto
oVRD.prg
after:
::oPrn := PrintBegin( ::cTitle,, ::lPreview, ;
IIF( EMPTY( ::cPrinter ), NIL, ::cPrinter ), ;
IIF( ::lPreview, lModal, .F. ) )
insert:
//kein Drucker gefunden
if ::oPrn:hDC = 0
RETURN ( Self )
Endif
in my program:
EASYREPORT oVRD NAME ".\xVrd\kabrg.vrd ...
- Tue Dec 20, 2016 2:45 pm
- Forum: FiveWin para Harbour/xHarbour
- Topic: Ventana Modal
- Replies: 5
- Views: 1245
Ventana Modal
... diálogo y se mete la ventana dentro de ella. Algo asi:
DATA oModal
METHOD Activate() CLASS TWindow // mdichild, o lo que sea
...
...
...
if ::lModal
Modaliza( self )
endif
return 0
Function modaliza( o )
// quitar los bordes y el título a la ventana
DEFINE DIALOG o:oModal ....
ACTIVATE ...
DATA oModal
METHOD Activate() CLASS TWindow // mdichild, o lo que sea
...
...
...
if ::lModal
Modaliza( self )
endif
return 0
Function modaliza( o )
// quitar los bordes y el título a la ventana
DEFINE DIALOG o:oModal ....
ACTIVATE ...
- Sat Apr 25, 2015 7:44 am
- Forum: WhatsNew / Novedades
- Topic: New FTDN April 2015 (FWH 15.04)
- Replies: 6
- Views: 4283
New FTDN April 2015 (FWH 15.04)
... bar and buttons in ON INIT clause.
sample: barondlg.prg
* Enhancement: dialog.prg: Data or codeblocks assigned to lCentered, lCenterInWnd,
lModal, bLClicked, bRClicked, bWhen, bValid, bInit, bPainted are used by
Activate() method if not overriden in the ACTIVATE command.
* Enhancement ...
sample: barondlg.prg
* Enhancement: dialog.prg: Data or codeblocks assigned to lCentered, lCenterInWnd,
lModal, bLClicked, bRClicked, bWhen, bValid, bInit, bPainted are used by
Activate() method if not overriden in the ACTIVATE command.
* Enhancement ...
- Thu Feb 26, 2015 6:56 pm
- Forum: FiveWin para Harbour/xHarbour
- Topic: bug Fivewin printer.prg
- Replies: 1
- Views: 830
bug Fivewin printer.prg
Hola,
En source/printer.prg hay que usar FWStrings en :
METHOD New( cDocument, lUser, lPreview, cModel, lModal, lSelection, cFile ) CLASS TPrinter
MsgStop( "There are no printers installed!" + CRLF + ;
"Please exit this application and install a printer." )
METHOD _EndPage() CLASS TPrinter ...
En source/printer.prg hay que usar FWStrings en :
METHOD New( cDocument, lUser, lPreview, cModel, lModal, lSelection, cFile ) CLASS TPrinter
MsgStop( "There are no printers installed!" + CRLF + ;
"Please exit this application and install a printer." )
METHOD _EndPage() CLASS TPrinter ...
- Sun Aug 24, 2014 6:36 pm
- Forum: EasyReport, EasyDialog y EasyPreview
- Topic: empezando con easyPreview
- Replies: 9
- Views: 5410
Re: empezando con easyPreview
... Vrd; source\vrd.prg y el comando es:
EASYREPORT <oVRD> ;
NAME <cRptFile> ;
[ PREVIEW <lPreview> ] ;
[ TO <cPrinter> ] ;
[ OF <oWnd> ] ;
[ <lModal: MODAL> ] ;
[ <lPrintIDs: PRINTIDS> ] ;
[ <lNoPrint: NOPRINT> ] ;
[ <lNoExpr: NOEXPR> ] ;
[ CHECK <lCheck> ] ;
[ AREAPATH <cAreaPath ...
EASYREPORT <oVRD> ;
NAME <cRptFile> ;
[ PREVIEW <lPreview> ] ;
[ TO <cPrinter> ] ;
[ OF <oWnd> ] ;
[ <lModal: MODAL> ] ;
[ <lPrintIDs: PRINTIDS> ] ;
[ <lNoPrint: NOPRINT> ] ;
[ <lNoExpr: NOEXPR> ] ;
[ CHECK <lCheck> ] ;
[ AREAPATH <cAreaPath ...
- Sat Oct 26, 2013 9:44 am
- Forum: Off Topic / Otros temas
- Topic: "Snap" for Clipper
- Replies: 7
- Views: 9994
Re: "Snap" for Clipper
... 1114 1119 1135 1198
LINETO() (function in ?)
WINDOW.PRG 2465
LMAX
WINDOW.PRG 487 1115 1124 1133
LMIN
WINDOW.PRG 487 1115 1124 1132
LMODAL
WINDOW.PRG 2141 2614
LNEW
WINDOW.PRG 1875 1885 1893 3326
LOADFILE() (function in ?)
WINDOW.PRG 682 3445
LOGICAL
WINDOW.PRG 437 438 456 ...
LINETO() (function in ?)
WINDOW.PRG 2465
LMAX
WINDOW.PRG 487 1115 1124 1133
LMIN
WINDOW.PRG 487 1115 1124 1132
LMODAL
WINDOW.PRG 2141 2614
LNEW
WINDOW.PRG 1875 1885 1893 3326
LOADFILE() (function in ?)
WINDOW.PRG 682 3445
LOGICAL
WINDOW.PRG 437 438 456 ...
- Sat Jun 02, 2012 9:58 pm
- Forum: FiveWin for Harbour/xHarbour
- Topic: Passing number of Copies to the printer
- Replies: 1
- Views: 476
Re: Passing number of Copies to the printer
Try
oPrn := PrintBegin( cTitle, lUser, lPrintPreview, cPrintModel, lModal, lSelection )
if Empty( oPrn:hDC )
return( .f. ) // Printer was not installed or ready
endif
oPrn:SetCopies( ::nNoCopies )
or
PrnSetCopies( nNoCopies )
oPrn := PrintBegin( cTitle, lUser, lPrintPreview, cPrintModel, lModal, lSelection )
if Empty( oPrn:hDC )
return( .f. ) // Printer was not installed or ready
endif
oPrn:SetCopies( ::nNoCopies )
or
PrnSetCopies( nNoCopies )
- Mon Apr 09, 2012 12:37 pm
- Forum: FiveLinux / FiveDroid (Android)
- Topic: Lectura del teclado con convinación de teclas
- Replies: 2
- Views: 1393
Re: Lectura del teclado con convinación de teclas
... not. fTeclaCombinacion(@nkey,@nTeclaCombinacion) .and. nkey > 0, (msgalert(str(nTeclaCombinacion)+' '+str(nkey)), nLastkey:=nKey, fpx:= nKey, lModal:=.F., oDlg:End() ), ) }
Function fTeclaCombinacion(nkey,nTeclaCombinacion)
Local lRetorno:=.F.
if ascan({K_HOME,K_END,K_PAGEUP,K_PAGEDOWN,K_UP ...
Function fTeclaCombinacion(nkey,nTeclaCombinacion)
Local lRetorno:=.F.
if ascan({K_HOME,K_END,K_PAGEUP,K_PAGEDOWN,K_UP ...
- Thu Apr 05, 2012 2:46 pm
- Forum: FiveLinux / FiveDroid (Android)
- Topic: Lectura del teclado con convinación de teclas
- Replies: 2
- Views: 1393
Lectura del teclado con convinación de teclas
... como cuando uno preciona Control + A, Alt + B, pero con inkey() siempre me entrega un valor 65453, para cualquier tecla especial.
Local fpx:=0, lModal:=.T., oGet, cPaso:=' '
DEFINE DIALOG oDlg TITLE " " SIZE 350, 60
@2,1 say hb_strtoutf8(padc(alltrim(cMsg),50)) OF oDlg SIZE 330,nAltoLetra
@10 ...
Local fpx:=0, lModal:=.T., oGet, cPaso:=' '
DEFINE DIALOG oDlg TITLE " " SIZE 350, 60
@2,1 say hb_strtoutf8(padc(alltrim(cMsg),50)) OF oDlg SIZE 330,nAltoLetra
@10 ...
- Fri Apr 29, 2011 12:44 pm
- Forum: FiveWin para Harbour/xHarbour
- Topic: Problemas con @ browse FiveLinux-harbour
- Replies: 4
- Views: 1564
Problemas con @ browse FiveLinux-harbour
... 33 ACTION ( vdbf_[ oBrw:nRowPos ][ 1 ] := ! vdbf_[ oBrw:nRowPos ][ 1 ], oBrw:Refresh() )
@31, 19 BUTTON "Aceptar" OF oDlg SIZE 120, 33 ACTION ( lModal:=.F., aSeleccion := {cValor}, oDlg:End() )
@31, 36 BUTTON "Cancelar" OF oDlg SIZE 120, 33 ACTION ( lModal:=.F., lRetorno:=.F., aSeleccion ...
@31, 19 BUTTON "Aceptar" OF oDlg SIZE 120, 33 ACTION ( lModal:=.F., aSeleccion := {cValor}, oDlg:End() )
@31, 36 BUTTON "Cancelar" OF oDlg SIZE 120, 33 ACTION ( lModal:=.F., lRetorno:=.F., aSeleccion ...