Search found 24 matches: setproperty

Return to advanced search

Send mail from fastreport

... https://www.smartprint.co.rs/prazno.png I want it to behave like when using the "Export to pdf" dialog (FrPrn:SetProperty("PDFExport", "ShowDialog", .t.)): https://www.smartprint.co.rs/puno.png This is code: Function PdfAndMail(mSubject,mTo,mCc)mFileName=cOsnDir+"\Pdf\" ...
by mtajkov
Sun Nov 26, 2023 3:57 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Send mail from fastreport
Replies: 1
Views: 300

Re: FASTREPORT - MAILExport

... there be a way to do something similar to generate a spreadsheet in Excel, not using the Fast routine for that, but using My ex routine: FrPrn:SetProperty("XLSExport", "OpenExcelAfterExport" , .F.) // Abrir o excel FrPrn:SetEventHandler("XLSExport","OnSendXls",{|ParamsArray|MySendXls(FrPrn,cPdfFile)})
by marca
Tue May 23, 2023 6:31 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: FASTREPORT - MAILExport
Replies: 3
Views: 1108

Web Services Security WSS OASIS

... xmlns:ds="http://www.w3.org/2000/09/xmldsig#"' oDOMDocument:setProperty( "SelectionNamespaces", ns ) oXmldsig := win_oleCreateObject( 'MSXML2.MXDigitalSignature.5.0' ) oXmldsig:signature := oDOMDocument:selectSingleNode('.//SOAP-ENV:Envelope/SOAP-ENV:Header/wsse:Security/ds:Signature') ...
by Francisco Valério
Mon Feb 20, 2023 7:14 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Web Services Security WSS OASIS
Replies: 0
Views: 216

Re: FWForum Post and code grabber

Thanks Jimmy, I changed the DO Events to sysrefresh and uncomment the 2 lines //SetProperty( "TranslateMemo", "RichEdit_Translate", "Value", TRIM( cTranslated ) ) //DoMethod( "TranslateMemo", "RichEdit_Translate", ...
by Marc Venken
Fri Oct 14, 2022 7:38 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: FWForum Post and code grabber
Replies: 14
Views: 803

Re: HARBOUR (DOS Error -2147352567) WINOLE/1007 (SOLUCIONADO)

Saludos Estoy utilizando la libreria CHILKAT.DLL y genera la incidencia : (DOS Error -2147352572) WINOLE/1007 Argument error: SETPROPERTY oEmail:Visible:= .f. oEmail:SetProperty( "from", "<adaptaprodrive@gmail.com>") Time from start: 0 hours 0 mins 0 secs Error ...
by jnavas
Sat Oct 31, 2020 5:41 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: HARBOUR (DOS Error -2147352567) WINOLE/1007 (SOLUCIONADO)
Replies: 7
Views: 2878

Maybe Important - 2015-07-31 16:05 UTC-0800 Pritpal Bedi (be

... etc. CLASS HbQtQmlBridge() METHOD init( oParent ) METHOD create( oParent ) METHOD setQml( cQml ) -> lSuccess METHOD show() -> NIL METHOD setProperty( cProperty, xValue ) -> lSuccess METHOD setChildProperty( cChild, cProperty, xValue ) -> lSuccess METHOD getProperty( cProperty ) ...
by Pritpal Bedi
Sat Aug 01, 2015 1:47 am
 
Forum: FiveTouch
Topic: Maybe Important - 2015-07-31 16:05 UTC-0800 Pritpal Bedi (be
Replies: 1
Views: 1671

Re: Help needed with SOAP Authentication

... Enrico, never mind, i found the solution. Walter Negro was able to read and show me the layout of methods related to 'ConnectoProperty' , and the SetProperty was receiving 2 paremeters, then we realized that, to activate the 'Set', the method should be called with an underscore '_' in front of ...
by Carlos Mora
Thu Sep 18, 2014 7:42 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Help needed with SOAP Authentication
Replies: 7
Views: 1525

FastReport: PDF export

... (spirin class) for my FWH apps. I need to provide my customers a function to export in PDF just some pages of the report. I know the method FrPrn:SetProperty("RTFExport","FileName",cfile) but it exports all the report, not single pages. Any ideas ? Thanks in advance.
by Marco Turco
Mon Sep 16, 2013 3:30 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: FastReport: PDF export
Replies: 7
Views: 1526

Re: Saber Metodos de un CREATEOBJECT

... VARIANT schemas() STDCALL dispatch PROPERTYPUTREF void schemas( [in] VARIANT ) STDCALL dispatch FUNC PTR validate() STDCALL dispatch FUNC void setProperty( [in] BSTR, [in] VARIANT ) STDCALL dispatch FUNC VARIANT getProperty( [in] BSTR )
by Antonio Linares
Mon May 13, 2013 5:48 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Saber Metodos de un CREATEOBJECT
Replies: 62
Views: 32147

Re: Need examples of FW Report Engine with TDolphine -MySQL

... where id='"+cid1+"'") end case lpreview==.t. FrPrn:showReport() case lpreview==.f. // FrPrn:showReport() FrPrn:SetProperty("Report", "ShowProgress", .f.) FrPrn:PrepareReport() FrPrn:Print(.f.) FrPrn:SetProperty("Report", "ShowProgress", ...
by ShumingWang
Sat Apr 20, 2013 7:59 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Need examples of FW Report Engine with TDolphine -MySQL
Replies: 3
Views: 975

Re: Fastreport y PDF sin pasar por un PREVIEW

... //////////////////////////////////////////////////////////////////////// // GetProperty()/ Universal functions that set or return any property // SetProperty() - (except object property) of any Fast Report object. // Possible values of sObjectName: // // Report, Designer, // PDFExport, HTMLExport, ...
by joseluisysturiz
Wed Mar 06, 2013 10:13 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Fastreport y PDF sin pasar por un PREVIEW (SOLUCIONADO)
Replies: 6
Views: 1309

Re: MyRpt - Reporting dessigner - Work in progress :-)

+ New Method SetPropierty().


Did you mean SetProperty()?

EMG
by Enrico Maria Giordano
Sun Jun 26, 2011 9:42 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: MyRpt - Reporting dessigner - Work in progress :-)
Replies: 19
Views: 4260

Re: MyRpt - Diseñador de Reportings - En desarrollo :-)

... v.0357 ------ + SetPropierty() -> Now is SetProperty() !!! Thanks to my friend Manu :-) + Property Border See CliAlb.prg + New Property Section: Effect Pijama See ProdList.prg + New Property ...
by Carles
Tue Jun 21, 2011 8:19 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: MyRpt - Diseñador de Reportings - En desarrollo :-)
Replies: 132
Views: 36297

Re: MyRpt - Diseñador de Reportings - En desarrollo :-)

Tal vez deberías cambiarla a ::SetProperty()
jaja o es spanglis jeje

Saludos y buen curro, sí señor ;-)
by xmanuel
Fri Jun 17, 2011 6:39 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: MyRpt - Diseñador de Reportings - En desarrollo :-)
Replies: 132
Views: 36297

Re: Ejecutar pagina en FASTREPORT

Esta fue la repuesta de Spirin Sergey

FrPrn:SetProperty("GroupHeader1", "Condition", "my condition")

Lo anterior permite cambiar las condiciones del grupo
by albertofernandezm
Sat Aug 14, 2010 7:23 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Ejecutar pagina en FASTREPORT
Replies: 1
Views: 471
Next

Return to advanced search