Search found 7 matches: oexport

Return to advanced search

Re: Fastreport y PDF sin pasar por un PREVIEW (SOLUCIONADO)

Hola Segun el manual estos son las salidas que soporta, puede que tenga mas ya que tengo una versian antigua :DoExport(<cExportObjectName>) Exports a report using the specified export filter object. Parameters: <cExportObjectName> - character string containing the name of filter object. ...
by Patricio Avalos Aguirre
Tue Mar 08, 2016 1:28 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Fastreport y PDF sin pasar por un PREVIEW (SOLUCIONADO)
Replies: 6
Views: 1278

Re: Ayuda con Exportacion a Excel

... JOIN DPCTA ON CTA_CODIGO=MOC_CUENTA " +; "INNER JOIN DPCENCOS ON MOC_CENCOS=CEN_CODIGO " +cWhere+ "GROUP BY CTA_CODIGO" oExport:=OpenTable(cSql,.T.) oHoja:Cells( 3, 1 ):Value := "Cuenta" oHoja:Cells( 3, 1 ):Font:Size := 8 oHoja:Cells( 3, 1 ):Font:Bold := .F. ...
by hugodatapro
Fri Jun 05, 2015 12:44 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Ayuda con Exportacion a Excel
Replies: 14
Views: 1749

>oExport:varPush( cVar )

It should be oExport:varPut( cVar ).

James
by James Bott
Fri Feb 01, 2008 9:04 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Refresh vars in Office2007-Bar from MDI-Child ? => solved
Replies: 3
Views: 927

Update a Var in Office2007-Bar from MDI-Child fixed !!!

As a sample i had to do : In the Outlook2003-Child => oExport VAR cEXPORT To show the Var in the Office2007-Buttonbar oExport:Value() // the changed value from the child ------------------ I just want to export the database to the new destination ...
by ukoenig
Fri Feb 01, 2008 9:00 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Refresh vars in Office2007-Bar from MDI-Child ? => solved
Replies: 3
Views: 927

I don't quite undestand what you are trying to do but if you wish to update the GET you are going to have to do oExport:varPus( cVar ) where cVar is the new value. Then you may need to refresh the GET; oExport:refresh(). If you want to do this each time a record is changed than ...
by James Bott
Fri Feb 01, 2008 8:33 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Refresh vars in Office2007-Bar from MDI-Child ? => solved
Replies: 3
Views: 927

Refresh vars in Office2007-Bar from MDI-Child ? => solved

... oSay:Refresh() The changes for the problem : // This Var has to be changed //-------------------------------------- REDEFINE GET oEXPORT VAR cEXPORT ID 170 OF aCtrl[nPage] ; PICTURE "!!!!!!!!!!!!!!!!!!!!" UPDATE // ------------------------------------- aCtrl[nPage]:bStart:= ; ...
by ukoenig
Fri Feb 01, 2008 6:51 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Refresh vars in Office2007-Bar from MDI-Child ? => solved
Replies: 3
Views: 927

Problem with xBrowse in MDI-Childs

... oBtn4, oBrw5, DBFTYP := "" local oFilter, cFilter := SPACE( 70 ), cFELD := "", l_INDEX := .F. local oSUCH, cSUCH := "", aSCOPE, nSCOPE := 1 local oEXPORT, cEXPORT := "EXPORT.DBF ", oINDKEY, cINDKEY := "" local oOemAnsi, cOemAnsi := "" DEFINE DIALOG aCtrl[nPage] RESOURCE "BROWSER" OF oDlg PIXEL ...
by ukoenig
Tue Jan 29, 2008 8:20 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Problem with xBrowse in MDI-Childs
Replies: 3
Views: 1125

Return to advanced search