Search found 423 matches: ctitle

Return to advanced search

Re: Most powerfull Xbrowser and PDF

... window displaying the PDF using WndBitmap. Trims unnecessary borders (BmpTrim) and saves the bitmap as a JPEG file using BmpBufToJpg. 2. FindWnd(cTitle) Finds a window handle (hWnd) by matching its title (cTitle). Uses a loop to traverse through all child windows on the desktop. 3. BmpTrim(hBmp) ...
by Otto
Mon Nov 18, 2024 10:02 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Most powerfull Xbrowser and PDF
Replies: 16
Views: 666

Buttonbar Hided RESOLVED

... But I cannot see the buttonbar is at Right , Why ? DEFINE DIALOG oDlg ; SIZE nWidth, nHeight PIXEL TRUEPIXEL ; TITLE cTitle COLOR 0, CLR_WHITE FONT oFont DEFINE BUTTONBAR oBar OF oDlg SIZE 60,25 RIGHT 2007 BORDER DEFINE BUTTON aBtnBar[1] OF oBar PROMPT "Ritardatari" ...
by Silvio.Falconi
Wed Nov 13, 2024 12:57 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Buttonbar Hided RESOLVED
Replies: 2
Views: 132

General program technique : on init()

... into my program and discovered that i think I do thinks wrong : Short description : DEFINE DIALOG oDlg FROM 60,0 to 750,1900 PIXEL TRUEPIXEL TITLE cTitle GRADIENT aGrad @ 0, 0 FOLDEREX oFld SIZE oDlg:nWidth, oDlg:nHeight ; PROMPT "Basis","Historiek","Art. Foto's","Leveranciers","Webshop ...
by Marc Venken
Thu Oct 24, 2024 9:04 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: General program technique : on init()
Replies: 2
Views: 170

Re: FWH64 : ERROR SE SALE DEL SISTEMA

... NIL comente esa linea y paso pero al cerrar manualmente el dialogo de espera que se inicia en esta funcion : function waitOn( cCaption, oWait, cTitle ) //simula un waiton de grump LOCAL nWidth local lVal := .t. local oBrush local oImage, lSetAlpha := .t. local bAction := { || .t. } default ...
by CARLOS ATUNCAR
Tue Aug 20, 2024 2:32 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: FWH64 : ERROR SE SALE DEL SISTEMA
Replies: 33
Views: 4357

Re: DBF editors

... to avoid anything specific. I will stick with Franklin's original version. Hello friends, I have noticed that the function ExpBuilder(cExp, cTitle, cType) in frankDB.prg is the same as the one provided by Fivewin in the following: // Expression Builder Dialog // FiveWin - Dialog tools #include ...
by Otto
Wed Jun 26, 2024 7:58 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: DBF editors
Replies: 78
Views: 8772

Re: DBF editors

Hello friends, I have noticed that the function ExpBuilder(cExp, cTitle, cType) in frankDB.prg is the same as the one provided by Fivewin in the following: // Expression Builder Dialog // FiveWin - Dialog tools #include "FiveWin.ch" #include "ExpBuild.ch" ...
by Otto
Wed Jun 26, 2024 5:49 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: DBF editors
Replies: 78
Views: 8772

Ayuda C++ : SOLUCIONADO

... Los métodos de manipulación del archivo de salida están en C++ La function es PSPRINTFILE(...) FUNCTION PSPrintFile(cFileName, lDelete, nPrinter, cTitle, nOrientation, ; nCopies, cFont, nNroImp, cNroLog, cCodCia,nNroFor, ; nNueTam,FormType,cNomFil ) Link para descargar fuete http://www.down.russoft.net/actualiz/PSC_C.rar ...
by russimicro
Thu Apr 11, 2024 4:56 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Ayuda C++ : SOLUCIONADO
Replies: 12
Views: 1636

Re: Problem with valid email refresh btnbmp

change the line

@ 10, 420 GET aGet[11] VAR cCodEmail SIZE 180,nSizeHGet PIXEL OF oDlg;
ON CHANGE ( lPienoEmail:=validaEmail(aGet[11]:ctitle) , if( lPienoEmail , oBtnSel[4]:Enable() , oBtnSel[4]:Disable() ) )

if Valtype(aMatch)='A' //Empty( aMatch )
by Daniel Segura
Wed Apr 03, 2024 2:16 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Problem with valid email refresh btnbmp- RESOLVED
Replies: 25
Views: 4830

Re: "Save As" dialog box

cGetDir( cTitle, [cInitDir] ) shows only folders without files. I need the files of the folder to be visible, but without the possibility of selection
by Natter
Sat Jan 27, 2024 7:28 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: "Save As" dialog box
Replies: 14
Views: 2782

Re: WebView2 Essentials: Guides, Tips & Resources

... a previously bound JavaScript function. Return(cRequest, nBindResult, cFromPrgToJS): Handles the return value from a bound function. SetTitle(cTitle): Sets the title of the web view window. SetSize(nWidth, nHeight, nHints): Sets the size of the web view window with optional size hints. Print(): ...
by Otto
Wed Jan 10, 2024 7:05 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: WebView2 Essentials: Guides, Tips & Resources
Replies: 2
Views: 655

Re: Definir font richedit5

... así: RichEdit5( @xHecho, "Desvio", 9, 9, 30, 140 ) sin definir en el programa, lo que hice fue definir: Function RichEdit5( cText, cTitle, nTop, nLeft, nBottom, nRight ) local oFont, oDlg local hDLL local uTemp := If( ! Empty( cText ), cText, '' ) local lRich := .F., lGTF := .F., ...
by jpcavagnaro
Tue Dec 26, 2023 11:02 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Definir font richedit5
Replies: 3
Views: 868

Re: PRINT oPrn NAME cTitle PREVIEW

TPreview():bButtonbar := { |oPrev,oWnd| MyButtonBar( oPrev, oWnd ) and function MyButtonBar( oPrev, oWnd )  local oBar  DEFINE BUTTONBAR oBar OF oWnd <otherClauses>  DEFINE BUTTON ...  // ...    oPrev:oBar := oBarreturn nil  This topic was recently discussed ...
by nageswaragunupudi
Mon Dec 11, 2023 5:10 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: PRINT oPrn NAME cTitle PREVIEW
Replies: 2
Views: 388

Re: PRINT oPrn NAME cTitle PREVIEW

Look,

Code: Select all  Expand view

PRV2PDF.PRG
 


Maybe...

Regards, saludos.
by karinha
Mon Dec 11, 2023 4:18 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: PRINT oPrn NAME cTitle PREVIEW
Replies: 2
Views: 388

PRINT oPrn NAME cTitle PREVIEW

Hi, when I put the PREVIEW CLAUSE I see a preview window. I want to know if is it possibile to personalize the button bar. For example delete some buttons such as pdf, mail export to word and so on and personalize other. I want to know if is it possible to create for instance a button that if clicke...
by MarcoBoschi
Mon Dec 11, 2023 3:18 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: PRINT oPrn NAME cTitle PREVIEW
Replies: 2
Views: 388

Re: Dialogos dentro de una ventana

... Para el caso 2, con dialogos Resizables y minimizables simplemente lo defines en el dialogo DEFINE DIALOG oDlg SIZE nWd,nHt PIXEL TITLE cTitle FONT oFont RESIZABLE OF oWnd Espero que te de al menos una pista
by cmsoft
Wed Dec 06, 2023 11:40 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Dialogos dentro de una ventana
Replies: 14
Views: 4097
Next

Return to advanced search