Search found 26 matches: pagesetup

Return to advanced search

Re: Creating table with Trichedit

... FONTFAMILY "froman","fswiss","fmodern"; CHARSET 0,0,10; FONTSIZE 8 ; TWIPFACTOR 1440 oRTF:lTrimSpaces := .T. DEFINE PAGESETUP oRTF MARGINS 0.5,0.5, 0.3, 0.3 ; // ---, ---, сверху,---- ALIGN TOP ; PAGEWIDTH 8.5 ; PAGEHEIGHT 11 RETURN oRTF I did the test with just three ...
by Silvio.Falconi
Mon Jan 29, 2024 3:41 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Creating table with Trichedit
Replies: 18
Views: 1445

Re: Creating table with Trichedit

... FONTFAMILY "froman","fswiss","fmodern"; CHARSET 0,0,10; FONTSIZE 8 ; TWIPFACTOR 1440 oRTF:lTrimSpaces := .T. DEFINE PAGESETUP oRTF MARGINS 0.5,0.5, 0.3, 0.3 ; // ---, ---, сверху,---- ALIGN TOP ; PAGEWIDTH 8.5 ; PAGEHEIGHT 11 RETURN oRTF
by MMK
Mon Jan 29, 2024 11:49 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Creating table with Trichedit
Replies: 18
Views: 1445

Re: Fwh 23.10 rpreview problems

Dear Silvio, Could you please run this code ? local oWord := WinWordObj() local oDoc := oWord:Documents:Add() oDoc:PageSetup:Orientation = 0 many thanks for your feedback I add these lines on my Anteprima() function Function Anteprima(oBrowse,oRec)local oWord := WinWordObj()local ...
by Silvio.Falconi
Thu Nov 09, 2023 9:49 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Fwh 23.10 rpreview problems
Replies: 7
Views: 575

Re: Fwh 23.10 rpreview problems

Dear Silvio,

Could you please run this code ?

local oWord := WinWordObj()
local oDoc := oWord:Documents:Add()

oDoc:PageSetup:Orientation = 0

many thanks for your feedback
by Antonio Linares
Thu Nov 09, 2023 9:19 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Fwh 23.10 rpreview problems
Replies: 7
Views: 575

export PDF from excel

... oWorkBook:Sheets("Foglio1"):Name := "Dati"...  then I save this file and export to pdf... oExcel:WorkSheets(1):PageSetup:PrintTitleRows := "$1:$2" oExcel:WorkSheets(1):PageSetup:CenterFooter := "Pagina &P di &N"    oExcel:WorkSheets(1):PageSetup:Orientation ...
by damianodec
Wed Jul 05, 2023 8:23 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: export PDF from excel
Replies: 0
Views: 139

oWord:CentimetersToPoints() en xHarbour

Buenas, No funciona en xHarbour porque? odoc:PageSetup:TopMargin := oWord:CentimetersToPoints( 2.5 ) Error: Erro! A entrada de AutoTexto não foi definida. ¡Error! La entrada de Autotexto no se ha definido. Que falta? Como defino Autotexto ? Compila ...
by karinha
Sat Apr 22, 2023 4:12 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: oWord:CentimetersToPoints() en xHarbour
Replies: 12
Views: 728

Re: Insertar imágen de recurso en Excel

... Object (Excel) Contains properties that apply to header and footer picture objects. Collapse sectionRemarks There are several properties of the PageSetup object that return the Graphic object. Use the CenterFooterPicture , CenterHeaderPicture , LeftFooterPicture , LeftHeaderPicture , RightFooterPicture ...
by Jimmy
Tue Mar 14, 2023 1:46 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Insertar imágen de recurso en Excel
Replies: 7
Views: 592

Excel SaveAs not working

... := oExcel:WorkBooks:Add() oAS := oBook:Worksheets(1) oAs:Name := 'REPORT' oAS:Cells:Font:Name := "Arial" oAS:Cells:Font:Size := 10 oAs:PageSetup:PrintGridLines := .F. oAs:PageSetup:Orientation := 2 oAs:PageSetup:LeftMargin := .50 oAs:PageSetup:RightMargin := .50 oAs:PageSetup:TopMargin ...
by cdmmaui
Thu Jul 05, 2018 6:56 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Excel SaveAs not working
Replies: 2
Views: 910

Re: a new class into resources

yes the class have "CLASSDATA lRegistered AS LOGICAL" and the method redefine have registry command but now I saw there is not problem of new class but of pellesC because it make error also if I make Function test() Local oDlg DEFINE DIALOG oDlg NAME "DLG_PAGESETUP" ACTIVATE DIAL...
by Silvio.Falconi
Mon Mar 05, 2018 8:57 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: a new class into resources
Replies: 4
Views: 792

Re: a new class into resources

Error description: Error FiveWin/3 Cannot create Dialog Box: Resource: DLG_PAGESETUP
I rem the control make on that class but the error is allways
by Silvio.Falconi
Sat Mar 03, 2018 8:49 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: a new class into resources
Replies: 4
Views: 792

Re: Ayuda DLL

Antonio, aquí la segunda parte: Error: Unresolved external '_HB_FUN_DRAWTHEMED' referenced from P:\32BITS\FWH\LIB\FIVEHX.LIB|DIALOG Error: Unresolved external '_HB_FUN_GETDLGBASEUNITS' referenced from P:\32BITS\FWH\LIB\FIVEHX.LIB|DIALOG Error: Unresolved external '_HB_FUN_CDLG2CHR' referenced from P...
by ricardog
Thu Aug 31, 2017 2:56 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Ayuda DLL
Replies: 24
Views: 6329

Re: Shapes Excel

... 1 ) oSheet:name:="EMPRESA-1" oExcel:Sheets( "EMPRESA-1"):Select() oSheet:=oExcel:Get( "ActiveSheet" ) oSheet:PageSetup:Set("PaperSize", 9) oSheet:PageSetup:Set("Zoom",.F.) oSheet:PageSetup:Set("FitToPagesWide",0 ) oSheet:PageSetup:Set("FitToPagesTall",0 ...
by jbrita
Thu Jan 26, 2017 2:00 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Shapes Excel
Replies: 7
Views: 1636

Re: To < Anserkk > about sample < Wordtable.prg >

... oWord oWord = null // Finally, stub out the reference to make sure it's released setting margins : #define InchToPoints 72 oword:activedocument:pagesetup:TopMargin := InchToPoint * 1.5 oword:activedocument:pagesetup:BottomMargin := InchToPoint * 2 Best Regards Uwe :lol:
by ukoenig
Sat Feb 23, 2013 5:03 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: To < Anserkk > about sample < Wordtable.prg >
Replies: 12
Views: 6225

Excel problem

... bytes Time from start: 0 hours 0 mins 0 secs Error occurred at: 04/03/12, 11:46:33 Error description: Error Excel.Application:ACTIVESHEET:PAGESETUP/3 DISP_E_MEMBERNOTFOUND: _ORIENTATION Args: [ 1] = N 2 Stack Calls =========== Called from: source\rtl\win32ole.prg => TOLEAUTO:_ORIENTATION(0) ...
by MarcoBoschi
Tue Apr 03, 2012 9:53 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Excel problem
Replies: 1
Views: 635

Pregunta Fastrepor

Buen Dia , Saludos Al Forum Mi Consulta es como coloco los botones PDF , Excel , Email Etc... Ya Que hay un Botton que se llama Export y despliega un menu. (Sera que cada una de esas opciones tiene un Codigo asi como el la lista que enexo. Mi Otra Pregun como direccion que me grabe un reporte , se c...
by ruben Dario
Wed Sep 21, 2011 3:08 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Pregunta Fastrepor
Replies: 2
Views: 507
Next

Return to advanced search