Search found 18 matches: page2

Return to advanced search

Re: [BUG] in source/font.prg and a question

... =========== Called from: => CFACENAME( 0 ) Called from: .\source\classes\FONT.PRG => FONTTOTEXT( 641 ) Called from: .\ALARM.PRG => (b)PAGE2( 749 ) Called from: .\source\classes\TGET.PRG => (b)TGET:CREATEBUTTON( 952 ) Called from: .\source\classes\BUTTON.PRG => TBUTTONBMP:CLICK( ...
by ukoenig
Thu Jul 25, 2019 8:13 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: [BUG] in source/font.prg and a question
Replies: 8
Views: 1019

Problem TfolderEx with SAY from resource

Hello, there seems to be a problem with TFolderEx using SAY from RESOURCE. It is NOT possible, to define a background-color. From CODE it works http://www.pflegeplus.com/IMAGES/FldSay1.jpg FUNCTION F_PAGE2( oFld1 ) LOCAL oSay1, oGet1, cText1 := "Testing GET-colors" LOCAL cT...
by ukoenig
Thu May 28, 2015 10:56 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Problem TfolderEx with SAY from resource
Replies: 1
Views: 439

Re: JPG > PDF and viceversa

... of EMF files. The path of the files to be created is set by calling PSSetFileName() before starting the print job. Files are named Page1.emf, Page2.emf, Pagen.emf
by Gale FORd
Fri Oct 11, 2013 1:38 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: JPG > PDF and viceversa
Replies: 24
Views: 7657

Re: BackGround Painting

... := {| o, n | 128 } oFld:oFont := oFont // each Folderpage is defined in a extra function ( to keep the main-dialog small in size ) PAGE1( oFld) PAGE2( oFld) PAGE3( oFld) PAGE4( oFld) ACTIVATE DIALOG oDlg CENTERED ; ON INIT DLG_BACK( oDlg, 2, .T., 16038911, 16777215, 0.5, "Marble.bmp", ...
by ukoenig
Sun Feb 24, 2013 11:10 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: BackGround Painting (SOLVED)
Replies: 14
Views: 4800

fastreport pages

Hi,

How i can disable a page in report depending a value of xharbour variable like this:

If imp2 = "N"
report.page2:disable()
Endif

Thanks.
by Wanderson
Tue Aug 28, 2012 4:49 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: fastreport pages
Replies: 2
Views: 442

Ayuda TXBrowse desde archivo de recursos

FWH 10.4 + XHARBOUR.COM + PELLES C Ayuda... de antemano gracias al grupo Tengo funcionando este archivo de recursos (ok), pero al agregarle un TXBROWSE, => CONTROL "Custom control", 4072, "txbrowse", 0x00000000, 12, 84, 660, 108 se genera el error listado al final // RESOURCE ...
by russimicro
Sun Jul 18, 2010 8:33 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Ayuda TXBrowse desde archivo de recursos
Replies: 1
Views: 847

Re: preview alpha 2

Espectacular AMIGO.... Como sujerencia es Agregar en la barra superior poder seleccionar la Impresora. y un Amigo realizó la modificacion que el zoom en ves de hacerlo por Factor es hacerlo por porcentaje. Pasame tu correo para enviarte la Clase con esto implementado. Saludos. David Argentina #inclu...
by dobfivewin
Thu Jan 14, 2010 10:08 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: preview alpha 2
Replies: 2
Views: 2033

Re: GetPrintDC()

Amigo Prueba esta: #include "FiveWin.ch" #define DEVICE oWnd:cargo #define GO_POS 0 #define GO_UP 1 #define GO_DOWN 2 #define GO_LEFT 1 #define GO_RIGHT 2 #define GO_PAGE .T. #define VSCROLL_RANGE 20*nZFactor #define HSCROLL_RANGE 20*nZFactor #define TXT_FIRST LoadString( GetResources(), 0...
by jbrita
Tue Nov 24, 2009 11:29 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: GetPrintDC()
Replies: 4
Views: 2707

Re: How to set Color dialogs in TPages when WindowsXP.Manifest ?

... OF oDlg2 SIZE 10, 10 @ 3, 2 SAY "Scientific" OF oDlg2 oPages:AddPage( oDlg2 ) http://www.pflegeplus.com/pictures/page2.jpg oDlg2:bPainted := { | hDC | GradientFill( hDC, 0, 0, oDlg1:nHeight, oDlg1:nWidth, { { 0.50, 16054371, 128 } } ) } oPages:SetOption( 1 ...
by ukoenig
Sun Oct 18, 2009 1:15 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: How to set Color dialogs in TPages when WindowsXP.Manifest ?
Replies: 9
Views: 2443

Re: TTreeView:Change Method changes coordinats of controls

1. Remove the GETs inside Opt_Page1() and Opt_Page2(). They are not needed.

2. Use oSay:SetText() method to change the text of the SAY instead of creating a new one.

EMG
by Enrico Maria Giordano
Tue Sep 08, 2009 1:53 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: TTreeView:Change Method changes coordinats of controls
Replies: 13
Views: 3594

Botões de Radio / Barras de Deslocamento e Folder

... local n_ordem:=space(10) local oSay1 local nStatus_med:=1 DEFINE WINDOW oWnd_med TITLE "Test Folders"; @ 0, -0.5 FOLDER oFld PROMPTS "Page1", "Page2","Page3" ; SIZE 247, 270 BOTTOM @ 33, 0 SAY oSay1 PROMPT "" OF oFld:aDialogs[ 1 ] ; SIZE oWnd_med:nWidth() +3, oWnd_med:nHeight() - 78; PIXEL ...
by rasptty
Tue Sep 09, 2008 2:35 pm
 
Forum: FiveWin for Pocket PC
Topic: Botões de Radio / Barras de Deslocamento e Folder
Replies: 1
Views: 714

//Pageframe é utilizado no FOX PRO é o mesmo que o Folder: @ 0.5, 1 FOLDER oFld PROMPTS "Page1", "Page2","Page3" ; SIZE 225, 245 /* o que eu cria era um exemplo como utilizalo no FWPPC, em baixo, tal como está no emplo da pagina do fivewin tutor12 Um Grande Obrigado, pela ...
by rasptty
Thu Sep 04, 2008 3:26 pm
 
Forum: FiveWin para Pocket PC
Topic: FOLDER - Tipo Pageframe
Replies: 3
Views: 925

Se puede seleccionar cualquier impressora? Tienes una pantalla que puedas poner aqui? Kleiber y Armando, Os reseño el mensaje antiguo, con todos los comentarios que se hicieron y las otras alternativas profesionales que se proponian: http://fivetechsoft.com/forums/viewtopic.php?t=3953&highlight...
by Manuel Valdenebro
Thu Feb 28, 2008 4:30 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: RPREVIEW modificada por Manuel Valdenebro ?
Replies: 8
Views: 3362

No Bitmap-Resources in Outlook2003 ?

... "calendar.bmp", "calendar.bmp", ; "calendar.bmp", "calendar.bmp", "calendar.bmp", ; "calendar.bmp", "ende1.bmp" ; DIALOGS "Page0","Page1", "Page2", "Page3", "Page4", "Page4", ; "Page6","Page7" ; ON CHANGE ( TESTDLG(oDlg,oOutL2003,aCtrl,aCors) ) in the outlook2003-class, i couln't find anything ...
by ukoenig
Fri Feb 15, 2008 6:11 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: No Bitmap-Resources in Outlook2003 ?
Replies: 1
Views: 518

Office2007-Buttonbar in Outlook2003-Dialog ( Question )

... Folder", "Rechts Gets","Rechts Browser","Ende" ; BITMAPS "mail.bmp", "calendar.bmp", "calendar.bmp","calendar.bmp","ende1.bmp" ; DIALOGS "Page1", "Page2", "Page3", "Page4", "Page5" ; ON CHANGE ( TESTDLG(oWnd,oDlg,oOutL2003) ) REDEFINE SPLITTER oSplit1 ID 300 ; VERTICAL ; PREVIOUS CONTROLS oOutL2003 ...
by ukoenig
Sat Jan 19, 2008 7:27 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Office2007-Buttonbar in Outlook2003-Dialog ( Question )
Replies: 0
Views: 689
Next

Return to advanced search