Search found 16 matches: tends

Return to advanced search

Preview and save to pdf at the same time

How to preview a report using tprinter and at the same time have a copy of it silently saved as a pdf in the background?

My experiment so far tends to have the exe just silently terminates. I was using FWH15.01 and FWSavePreviewToPdf()

TIA
by hua
Mon Jul 02, 2018 11:10 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Preview and save to pdf at the same time
Replies: 1
Views: 829

Re: TimStone - MSVC 2015

... those versions. I do have an xHarbour lib that works. This version has a few missing capabilities not supported by the Pelles compiler, and tends to be a bit slower. Clients complain it feels clunky versus the MSVC build. I have used FWH 64 plus MSVC 2015 and a Harbour 64 bit build. It worked ...
by TimStone
Tue Feb 21, 2017 9:50 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: TimStone - MSVC 2015
Replies: 2
Views: 690

Re: Bloated EXEs

Enrico, Software tends to grow as it grows in complexity and in offered functionalities. See Windows 10, OSX, Linux, they all grow the same way. Yes, but if one doesn't use the new features why they should be included in the EXE? ...
by Enrico Maria Giordano
Sat May 28, 2016 9:38 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Bloated EXEs
Replies: 12
Views: 1733

Re: Bloated EXEs

Enrico,

Software tends to grow as it grows in complexity and in offered functionalities.

See Windows 10, OSX, Linux, they all grow the same way.
by Antonio Linares
Sat May 28, 2016 9:16 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Bloated EXEs
Replies: 12
Views: 1733

Re: ADO RDD xHarbour

... When we need to go to a record outside of this scope adordd has to "guess" it and return the previous working record set. This tends to be cumbersome. Pros : Very fast. One operation only- open new recordset Cons: adordd has to do some guessing 2) Another way is to have a new ...
by AHF
Mon Apr 13, 2015 9:07 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: ADO RDD xHarbour
Replies: 1047
Views: 446440

Re: xHarbour vs Harbour

... To me the above confirms my idea that Harbour is much more evolved than xHarbour and thus the difference in sizes. On a mid term, the software tends to grow as it grows in complexity and in maturity :-) https://bitbucket.org/fivetech/screenshots/downloads/harbxHarbMaps2.JPG
by Antonio Linares
Tue Dec 09, 2014 11:15 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: xHarbour vs Harbour
Replies: 27
Views: 4483

Re: FiveDBU for 32/64 bits

Gale, >1 type likes to use the keyboard and the other tends to use the mouse whenever possible. And now we have a 3rd one: the one who uses the touch screen. You can't make a "Check-IN" quicker than using the touch screen. Best regards, ...
by Otto
Sun Jun 10, 2012 6:52 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: FiveDBU for 32/64 bits
Replies: 163
Views: 75250

Re: FiveDBU for 32/64 bits

... about human nature is that we question change. Existing windows users always fall into 2 camps. 1 type likes to use the keyboard and the other tends to use the mouse whenever possible. But I seem to remember Office 2007 tried to get away from Alt-f (File) for the first menu option and went ...
by Gale FORd
Sun Jun 10, 2012 6:24 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: FiveDBU for 32/64 bits
Replies: 163
Views: 75250

Re: OT: WINHOTEL uses MetroCP instead Dialogs

... any way to minimize .. since there are no frames. At first glance I like the layout, however, looking at the UI, I get a sense that the app tends to 'hog' the screen and you must use alt-tab to bring other apps to the foreground. Just dubious about starting a new windows application on this ...
by Rick Lipkin
Mon Nov 28, 2011 6:26 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: OT: WINHOTEL uses MetroCP instead Dialogs
Replies: 8
Views: 2088

Re: xBrowse Multiselect

... Explorer handles this, the active record is colored and it has a dotted black border. Normally you don't even notice this border since the color tends to hide it. If you multi-select files by holding down the Ctrl-key and clicking then each record remains colored and only the active record has ...
by James Bott
Thu Jan 29, 2009 5:41 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: xBrowse Multiselect
Replies: 11
Views: 2681

... limitations again. In the meantime try to reduce your used variables: arrays, strings... but that is difficult because an application develoment tends to grow.
by Antonio Linares
Thu Sep 18, 2008 12:18 pm
 
Forum: FiveWin for CA-Clipper
Topic: Error 332
Replies: 1
Views: 879

Browsing generally

... concepts. Actually it isn't your fault. The problems is the way the TWBrowse class is mapped into a command using the keyword LISTBOX. This tends to be confused with the Windows API ListBox - two different things. Make sure you're defining your browse as a Custom Control (ie the icon with ...
by Antonio Linares
Wed Aug 27, 2008 7:35 am
 
Forum: Utilities / Utilidades
Topic: Boris Pekic - NG's archive
Replies: 27
Views: 65415

My remaining "minor issues"

... I haven't ever needed in the past. The other little problem is that in a grid where all records cannot be displayed at once, the horizontal slider tends to cover the last row - I think a minor adjustment to the height calculation is necessary. Vertical scrolling doesn't seem to work quite as most ...
by xProgrammer
Sat Feb 02, 2008 1:50 am
 
Forum: FiveLinux / FiveDroid (Android)
Topic: My remaining "minor issues"
Replies: 0
Views: 706

... clausule)with xbrowse is opened to choose the record. This can be done with RETURN or lDblClick. I noticed that when lDblClick is used the memory tends to increase, not with RETURN All the dialog's follow the same procedure : DEFINE DIALOG oDlg RESOURCE "INVLEV" OF oWnd TITLE WinTit ...
by demont frank
Wed Nov 28, 2007 8:41 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Can not create dialog 7.11
Replies: 15
Views: 2551

Hua, >I too am starting to experiment with OOP. I like it because it tends to make the codes tidier and more readable. At a glance, you can tell what the code is trying to accomplish. Very good points. One of the basics of OOP is information hiding. By putting ...
by James Bott
Mon Sep 24, 2007 2:23 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Deactivating display of default message in FW Message Bar
Replies: 8
Views: 1901
Next

Return to advanced search