Search found 417 matches: ctitle

Return to advanced search

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: 325

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: 2435

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: 1838

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: 481

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: 603

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: 302

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: 302

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: 302

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: 3122

Re: Calculate total pages

thanks Rao Would this also work if I use the browse setup? example oBrw:Report( cTitle, , , ; { |oRep, oBrw| MySetUp( oRep, oBrw, oDbf,aGroup,nGroup,lEject,aCampi ) } ) static function MySetUp( oRep, oBrw, oDbf,aGroup,nGroup,lEject,afields ) local cFooter := "Progetto ...
by Silvio.Falconi
Tue Nov 28, 2023 8:39 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Calculate total pages
Replies: 32
Views: 5878

Re: Shell.Explorer.2 problem

// \SAMPLES\CMSOFT1.PRG #Include "FiveWin.ch" STATIC oActiveX FUNCTION CmSoft_Web() LOCAL oChildWnd, cTitle cTitle := "FiveWin Brasil" MsgWait( "CONECTANDO AL FIVEWIN MUNDIAL...", ; "AGUARDE UM MOMENTO POR FAVOR... ", 2.0 ) // DEFINE WINDOW ...
by karinha
Mon Jun 26, 2023 10:41 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Shell.Explorer.2 problem
Replies: 12
Views: 719

Number Total Pages

... from Xbrowse I use a function I wisth show the total pages I tried with LTrim( Str( Len( oRep:oDevice:oDevice:aMeta ) ) ) but not run oBrw:Report( cTitle, , , ; { |oRep, oBrw| MySetUp( oRep, oBrw, oDbf,aGroup,nGroup,lEject,aFields ) }) function MySetUp( oRep, oBrw, oDbf,aGroup,nGroup,lEject,afields ...
by Silvio.Falconi
Fri Jun 23, 2023 9:12 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Number Total Pages
Replies: 2
Views: 260

Re: Effect Pjama on Treport ( from Xbrowse)

... why the pajama effect will never happen Another solution on the xbrowse class at Method Report we can add a new parameter METHOD Report( cTitle, lPreview, lModal, bSetUp, aGroupBy, cPDF, aCols, lshadow ) CLASS TXBrowse  local oRep, oPrn, oFont, oBold, uRet   local nFor, oCol, uBookMark  ...
by Silvio.Falconi
Thu May 11, 2023 6:22 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Effect Pjama on Treport ( from Xbrowse)
Replies: 5
Views: 303

Re: New FTDN April/Abril 2023 (FWH 23.04)

... * FWMariaConnection: - Método QueryResult( cSql ) mejorado a QueryResult( cSql, [aParams] ) * Nueva función JsonView( cJsonText/File, [cTitle] ) * La función FW_CopyToClipBoard( uValue, [nFormat] ) --> lSucess Ahora también soporta texto UTF8. * Corrección: la función GetProfString() ...
by Antonio Linares
Thu May 04, 2023 6:37 am
 
Forum: WhatsNew / Novedades
Topic: New FTDN April/Abril 2023 (FWH 23.04)
Replies: 4
Views: 1757

group on oBrw:Report

... work for me through a combobox the user selects the index oDbf:setorder(nGroup) oDbf:gotop() nGroup is a number aGroup := {nGroup} oBrw:Report( cTitle, , , ; { |oRep, oBrw| MySetUp( oRep, oBrw, oDbf ) }, aGroup ) static function MySetUp( oRep, oBrw, oDbf )   local  cFooter  := "footer ...
by Silvio.Falconi
Tue May 02, 2023 8:36 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: group on oBrw:Report
Replies: 1
Views: 142
Next

Return to advanced search

cron