Search found 142 matches: landscape

Return to advanced search

Otro problema con la vista previa

... manera (Bien) https://i.ibb.co/ZVBM1nf/MiPc.jpg Pero en el servidor de mi cliente la vista previa se ve así (Mal), la muestra en landscape https://i.ibb.co/H4JfXv1/Cliente.jpg En mi código tengo definido el tipo de página y la orientación       oReporte:oDevice:SetPage(1)  ...
by Armando
Sat Sep 07, 2024 3:28 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Otro problema con la vista previa
Replies: 5
Views: 581

Why You Should Stick with DBF or Access Databases for Now

Hello friends, It's still uncertain which technology will ultimately prevail In the current landscape of database technologies, there is a fierce competition between SQL and NoSQL, with trends indicating that data storage, including images, is becoming more integrated, ...
by Otto
Sun Jun 16, 2024 7:13 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Why You Should Stick with DBF or Access Databases for Now
Replies: 5
Views: 602

Re: Does anyone have an Envelope Printing module ?

Rick, Envelopes load into ( adjustable ) paper trays, face down, seal to the right. They would print in landscape mode. I think that could be done very easily. What sizes does your client currently use ? We could start with those, and then expand. Since I work with the Printer ...
by TimStone
Sat Mar 02, 2024 9:28 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Does anyone have an Envelope Printing module ?
Replies: 10
Views: 1829

Interesting discussion with ChtGPT

... enhance and modernize Harbour's capabilities, are crucial for maintaining the relevance and applicability of languages like it in today's tech landscape. Cyclical Trends: In software development, there are often cyclical trends. For instance, there was a move away from monolithic applications ...
by Otto
Mon Nov 06, 2023 4:46 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Interesting discussion with ChtGPT
Replies: 15
Views: 2175

The Future of Developer Forums

... are still relevant. In this blog post, we will discuss why developer forums remain invaluable and how they can adapt to the changing technological landscape. The Social Bond One of the most significant strengths of developer forums lies in the social bond they promote. Here, not only connections ...
by Otto
Wed Nov 01, 2023 9:06 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: The Future of Developer Forums
Replies: 5
Views: 520

Re: Printing double sided

... (long edge), use DMDUP_VERTICAL(2), otherwise (very uncommon) if we plan to staple on the top (short side) then use DMDUP_HORIZONTAL(3) In case of landscape printing, if we want to staple the book on left side (short edge) then use DMDUP_HORIZONTA( 3 ), or if we want to staple on the top (long ...
by nageswaragunupudi
Wed Oct 26, 2022 2:05 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Printing double sided
Replies: 24
Views: 2274

Re: Printing double sided

... printer does not trigger duplex printing. We have no provision for passing this value in the tPrinter class. We can pass mode ( portrait or landscape ), number of copies, and more, but we cannot pass the Duplex setting. Since all of my reports are built with the tPrinter class, this would ...
by TimStone
Tue Oct 25, 2022 12:46 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Printing double sided
Replies: 24
Views: 2274

Re: Printing double sided

... see the text clearly ) until today. Re-reading this, and the reference page, I would do the following: Single Sided =. PrnDuplex( 1 ) Dual sided, Landscape = PrnDuplex( 3 ) Dual sided, Portrait = PrnDuplex( 2 ) Now ... If my printer defaults to Single Sided, and I select Duplex for a print job, ...
by TimStone
Wed Oct 05, 2022 10:16 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Printing double sided
Replies: 24
Views: 2274

Re: Unattended creation of .pdf .. resolution problem -- Rao

First thing I'd investigate is the default printer on each computer. I had a similar problem some years ago and if I remember well it was due to differences between printers ink jet/laser, portrait vs landscape etc. Unfortunatly I can't recall ATM.
by ADutheil
Sun Sep 19, 2021 11:47 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Unattended creation of .pdf . resolution problem -- RESOLVED
Replies: 9
Views: 1685

Re: *** Curso de C para programadores Harbour.

Hello friends, To finish HTML report generator, I would need to change printer default from landscape to portrait and vice versa. I found some C++ code. Maybe you could work on that in your course? http://forums.fivetechsupport.com/viewtopic.php?f=3&t=40526&p=242221&hilit=landscape&sid=ca5535308805b297ab04c27df561e23b#p242221 ...
by Otto
Sun Jul 11, 2021 5:59 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: *** Curso de C para programadores Harbour.
Replies: 141
Views: 25636

Re: SetLandscape

Hello friends,

Switching between landscape and portrait is working fine now
Best regards,
Otto
Image
by Otto
Thu Jun 17, 2021 3:41 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: SetLandscape
Replies: 11
Views: 1634

Re: HTML reporting system for FIVEWIN

... it's a good option for printing. I am currently converting some reports in my program WINHOTEL to HTML. Unfortunately, I started with a report in landscape format. Here I is the problem that you have to switch the printer to landscape before printing. Fivewin only seems to switch the printer for ...
by Otto
Mon Jun 14, 2021 12:42 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: HTML reporting system for FIVEWIN
Replies: 15
Views: 2315

Re: SetLandscape

Dear Antonio, I did what you suggested but Setorient() in my case does not work. If I change directly the Printer setup in the setup window then you get the right orientation from GetOrient() function. Best regards, Otto function SetOrient(nOrient) local cret, oprn //#define DMORIENT_PORTRAIT 1 //#d...
by Otto
Sun Jun 13, 2021 8:10 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: SetLandscape
Replies: 11
Views: 1634

Re: Resize dialog

... // Extra small devices (portrait phones, less than 576px) // No media query for `xs` since this is the default in Bootstrap // Small devices (landscape phones, 576px and up) @media (min-width: 576px) { ... } // Medium devices (tablets, 768px and up) @media (min-width: 768px) { ... } // Large ...
by Otto
Thu Oct 22, 2020 7:47 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Resize dialog
Replies: 16
Views: 2238
Next

Return to advanced search