Search found 78 matches: portrait

Return to advanced search

Previewing landscape report problem

... I try to zoom in on a landscape report that I'm previewing, the text overlaps in various places and is impossible to read. Similar reports set for portrait mode seem to be okay. The font being used is 'Courier New'. Any thoughts or suggestions? Thanks! - Steve
by Stevemcg
Thu Apr 03, 2008 10:54 pm
 
Forum: FiveWin for CA-Clipper
Topic: Previewing landscape report problem
Replies: 6
Views: 1893

Re: Portrait vs Landscape Image

This is a sample using FreeImage.dll or LibGfl.dll: #include "Fivewin.ch" STATIC hLib, hLibGFL FUNCTION MAIN() LOCAL oWnd, hBmp DEFINE WINDOW oWnd // hBmp = GFLLOADIMG( "IMAGE.JPG", 80, 50, 90 ) hBmp = FILOADIMG( "IMAGE.JPG", 90 ) ACT...
by Enrico Maria Giordano
Fri Jul 13, 2007 3:01 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Portrait vs Landscape Image
Replies: 1
Views: 591

Portrait vs Landscape Image

If a picture was taken Portrait, can I rotate it to display correctly with FiveWin?
by Ollie
Fri Jul 13, 2007 2:51 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Portrait vs Landscape Image
Replies: 1
Views: 591

EnricoMaria wrote:Forse non hai una versione aggiornata di FWH? In quella che ho io (l'ultima) lo switch da portrait a landscape avviene automaticamente.


Uso la FWHX 7.04 con xHb CVS 0.99.71 e Vista Business.
Non è poi così vecchia!
by Ugo
Fri Jul 13, 2007 2:49 pm
 
Forum: All products support
Topic: Report
Replies: 14
Views: 3714

Forse non hai una versione aggiornata di FWH? In quella che ho io (l'ultima) lo switch da portrait a landscape avviene automaticamente.

EMG
by Enrico Maria Giordano
Fri Jul 13, 2007 11:01 am
 
Forum: All products support
Topic: Report
Replies: 14
Views: 3714

EnricoMaria wrote:
Certo, landscape è la stampa orizzontale.



Si, scusa ho sbagliato a mettere il commento :-(
anche dal Portrait stampa orizzontale!!!!!
by Ugo
Thu Jul 12, 2007 4:14 pm
 
Forum: All products support
Topic: Report
Replies: 14
Views: 3714

... DEFINE BITMAP oBmp NAME 'Five' DEFINE WINDOW oWnd TITLE "Inventario" ACTIVATE WINDOW oWnd ; ON PAINT oWnd:SayBitmap(60,10,oBmp); ON INIT Control() Portrait() DBCLOSEALL() oBmp:End() Return Nil // // FUNCION ANSI // Function AnsiToOem(cTexto) Return cTexto // Gracias de nuevo.
by nolgiati
Thu Jul 05, 2007 4:06 pm
 
Forum: FiveWin para Pocket PC
Topic: Problemas con los indices.
Replies: 18
Views: 6051

... DEFINE BITMAP oBmp NAME 'Five' DEFINE WINDOW oWnd TITLE "Inventario" ACTIVATE WINDOW oWnd ; ON PAINT oWnd:SayBitmap(60,10,oBmp); ON INIT Control() Portrait() DBCLOSEALL() oBmp:End() Return Nil // // FUNCION ANSI // Function AnsiToOem(cTexto) Return cTexto // Gracias de nuevo.
by nolgiati
Thu Jul 05, 2007 4:05 pm
 
Forum: FiveWin para Pocket PC
Topic: Problemas con los indices.
Replies: 18
Views: 6051

Natalia,

usa las funciones LandScape() para horizontal y Portrait() para vertical
by Antonio Linares
Wed Jul 04, 2007 8:38 pm
 
Forum: FiveWin para Pocket PC
Topic: Girar la ventana de la pocket
Replies: 6
Views: 1662

look at LANDSCAP.PRG function ChangeVideo( oBtn ) if oBtn:GetText() == "Landscape" LandScape() oBtn:SetText( "Portrait" ) else Portrait() oBtn:SetText( "Landscape" ) endif return nil //----------------------------------------------------------------------------//
by Maurizio
Thu Jan 04, 2007 8:12 am
 
Forum: FiveWin for Pocket PC
Topic: How to rotate the screen dynamically on Windows Mobile 2003
Replies: 2
Views: 1200

How to use Free TWAIN_32.dll

Hello ! I found for twain driver at : http://nt.twain.org/database/search.asp many files there for use with application But all code written with C : /* * File: scanner.c * Company: TWAIN Working Group, JFL Peripheral Solutions Inc. * Author: Jon Harju * Description: * Simulates basic scanner operat...
by areang
Thu Aug 03, 2006 9:21 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: How to use Free TWAIN_32.dll
Replies: 0
Views: 1730

... 3329,1816, 4581 ) ENDPAGE ENDPRINT return nil ///////////////////////////////////////////////////////////////////////// // Printing in portrait and in landscape #include "fivewin.ch" #define PAD_LEFT 0 #define PAD_RIGHT 1 #define PAD_CENTER 2 function Main() local oPrn, oFont, oPen ...
by Manuel Valdenebro
Fri Apr 14, 2006 8:14 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: ROUNDBOX
Replies: 6
Views: 1677

printing from .exe running as a service

I have an exe loaded as a service on NT. Many thanks to the help received from this forum in creating exe's to run as a service. Now, I need this application to print to the default printer. My application uses the tprinter class and the Fivewin report class. During the print attempt I receive the f...
by don lowenstein
Wed Apr 05, 2006 5:22 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: printing from .exe running as a service
Replies: 6
Views: 1951

I believe what he wants is to print as many fields (in order) as will fit within the width of a portrait page in one report, then pick up on the next field on a second report, etc. This will require calculating the width of each field based on the field width and the width ...
by James Bott
Thu Mar 09, 2006 10:05 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Multiple fields in printing
Replies: 6
Views: 1478

... flashy but they also may present more overhead work for the user. For some unknown reason, computer monitors are in landscape mode and paper is in portrait. Thus, to replicate paper on screen you must force the user to do a lot of scrolling--more unnecessary overhead. Ideally, we should be coaxing ...
by James Bott
Fri Feb 24, 2006 8:25 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: How to go further with app
Replies: 16
Views: 7164
PreviousNext

Return to advanced search