Search found 47 matches: lmodal

Return to advanced search

New FTDN April/Abril 2018 (FWH 18.04)

... <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 ...
by Antonio Linares
Mon Jun 04, 2018 6:34 am
 
Forum: WhatsNew / Novedades
Topic: New FTDN April/Abril 2018 (FWH 18.04)
Replies: 1
Views: 2949

New FTDN February/Febrero 2018 (FWH 18.02)

... 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 introduced ...
by Antonio Linares
Fri Mar 09, 2018 12:01 pm
 
Forum: WhatsNew / Novedades
Topic: New FTDN February/Febrero 2018 (FWH 18.02)
Replies: 0
Views: 1504

Report from xBrowse, need options

... 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
by Adolfo
Sun Aug 20, 2017 3:59 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Report from xBrowse, need options
Replies: 1
Views: 617

no printer selected program errors out

... Best 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" ...
by Otto
Tue Aug 08, 2017 11:18 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: no printer selected program errors out
Replies: 2
Views: 537

Ventana Modal

... de 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 DIALOG ...
by pgfdz
Tue Dec 20, 2016 2:45 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Ventana Modal
Replies: 5
Views: 1162

New FTDN April 2015 (FWH 15.04)

... define 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: ...
by Antonio Linares
Sat Apr 25, 2015 7:44 am
 
Forum: WhatsNew / Novedades
Topic: New FTDN April 2015 (FWH 15.04)
Replies: 6
Views: 3974

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." ...
by MOISES
Thu Feb 26, 2015 6:56 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: bug Fivewin printer.prg
Replies: 1
Views: 815

Re: empezando con easyPreview

... comando es: EASYREPORT <oVRD> ; NAME <cRptFile> ; [ PREVIEW <lPreview> ] ; [ TO <cPrinter> ] ; [ OF <oWnd> ] ; [ <lModal: MODAL> ] ; [ <lPrintIDs: PRINTIDS> ] ; [ <lNoPrint: NOPRINT> ] ; [ <lNoExpr: NOEXPR> ] ; [ CHECK <lCheck> ] ; [ AREAPATH ...
by lucasdebeltran
Sun Aug 24, 2014 6:36 pm
 
Forum: EasyReport, EasyDialog y EasyPreview
Topic: empezando con easyPreview
Replies: 9
Views: 4335

Re: "Snap" for Clipper

...    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 ...
by Antonio Linares
Sat Oct 26, 2013 9:44 am
 
Forum: Off Topic / Otros temas
Topic: "Snap" for Clipper
Replies: 7
Views: 8673

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 )
by Gale FORd
Sat Jun 02, 2012 9:58 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Passing number of Copies to the printer
Replies: 1
Views: 466

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,K_DOWN,K_TAB,K_LEFT,K_RIGHT,K_DEL,K_BS,K_SHIFT,K_RSHIFT,K_CTRL,K_UPPER,K_KEYPAD0,K_ALT,K_ALT_GR,K_F_ESPECIAL},nkey)>0 ...
by jgayoso
Mon Apr 09, 2012 12:37 pm
 
Forum: FiveLinux / FiveDroid (Android)
Topic: Lectura del teclado con convinación de teclas
Replies: 2
Views: 1249

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 ...
by jgayoso
Thu Apr 05, 2012 2:46 pm
 
Forum: FiveLinux / FiveDroid (Android)
Topic: Lectura del teclado con convinación de teclas
Replies: 2
Views: 1249

Problemas con @ browse FiveLinux-harbour

... ( 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:={}, ...
by jgayoso
Fri Apr 29, 2011 12:44 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Problemas con @ browse FiveLinux-harbour
Replies: 4
Views: 1526

Re: Deshabilitar botón

El botón HELP (?) se que se quita así: oDlg:lHelpIcon:=.F.

La clase DIALOG tiene ademas estas otras datas: lResize16, lCentered, lModal, lModify

Aunque he probado esto y funciona: DEFINE WINDOW soWnd TITLE "..." MDI ICON soIco STYLE 255 quita el botón [X].
by JmGarcia
Wed Oct 20, 2010 3:37 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Deshabilitar botón
Replies: 9
Views: 1209

Re: Ayuda con Un Ejemplo Report Con ADO y GROUP

... me estoy peleando con los reportes, con listados básicos no he tenido ningún problema pues lo hago mediante el método ::Report( cTitle, lPreview, lModal, bSetUp, aGroupBy ) de la Clase XBrowse y no me he preocupado de los recorridos del recordset ni nada, ya está automatizado. Como puedes darte ...
by sjingo
Wed Mar 10, 2010 1:11 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Ayuda con Un Ejemplo Report Con ADO y GROUP
Replies: 10
Views: 2171
Next

Return to advanced search