Search found 74 matches: chosen

Return to advanced search

Choosing and Saving Printer Bin

Hi, the TPrinter-method SetBin(nBin) can address a bin available on the printer. But is there also a method to save the bin a user has chosen in the printer setup dialog? For example, if he chooses the "tractor", I want to save it in an .ini-file and if he prints the same form again use this ...
by gkuhnert
Tue Dec 23, 2008 9:44 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Choosing and Saving Printer Bin
Replies: 4
Views: 636

... In the 32-bit compiled version, these fonts don't appear, although the same printer is chosen http://www.ctosoftware.de/extern/drucker32.jpg
by gkuhnert
Fri Nov 21, 2008 8:41 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Choosing Printer Fonts
Replies: 4
Views: 848

... all the relevant properties of your object in one line of code). Don't get me wrong. I'm not campaigning for anyone to follow the path I have chosen, but it is possible and I wouldn't simply dismiss it as too difficult or too hard to sell. In essence all you are doing is splitting your code ...
by xProgrammer
Mon Nov 17, 2008 7:56 pm
 
Forum: FiveLinux / FiveDroid (Android)
Topic: FiveLinux and MySQL
Replies: 13
Views: 5204

Ken, > Was there a reason why centimeters was chosen as opposed to millimeters? No, not a specific reason. Lets implement MmSay() too: METHOD MmSay( nRow, nCol, cText, oFont, nWidth, nClrText, nBkMode, nPad ); INLINE ; (::Mmtr2Pix(@nRow, ...
by Antonio Linares
Fri Oct 03, 2008 10:53 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: TPrinter:CmSay() and PrnOffset()
Replies: 2
Views: 682

TPrinter:CmSay() and PrnOffset()

... using oPrn:cmsay(), the input must be in centimeters which then gets converted back to millimeters. Was there a reason why centimeters was chosen as opposed to millimeters? PrnOffset() Escape( ( HDC ) _parnl( 1 ), GETPRINTINGOFFSET, NULL, NULL, ( LPPOINT ) &pt ...
by Ken Wantz
Fri Oct 03, 2008 3:52 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: TPrinter:CmSay() and PrnOffset()
Replies: 2
Views: 682

... of you for your own programs. First a screenshot, it's the blue get-field in the bottom-right corner and responds to the active order that is chosen. http://www.ctocto.de/Images/screen1.gif DEFINE MESSAGE OF oWin DEFINE MSGITEM oPuffertext OF oWin:oMsgBar PROMPT "Puffersuche: ...
by gkuhnert
Fri Aug 08, 2008 12:32 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: XBrowse very slow in network with big databases (solved!)
Replies: 34
Views: 7821

... format can be changed on the fly at any time. ( Right click on the date column pops up a menu to choose the date format and whatever format is chosen, dates are sorted properly ) #include 'fivewin.ch' #include 'xbrowse.ch' static cFormat := 'dd/mm/yyyy' //----------------------------------------------------------------------------// ...
by nageswaragunupudi
Wed Jul 09, 2008 4:16 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Date format in xBrowse
Replies: 8
Views: 2027

Ehab, You have to do this right before the call to save(): oaplicant:Chosen := If( lElected, "E", "" ) + ; If( lAppointed, "A", "" ) + ; If( lOther, "O", "" ) So, you need to put it here: @ 280, 10 BUTTON oBtn PROMPT "&Save" OF oDlg PIXEL SIZE 30, 12 ; ...
by James Bott
Mon Jun 02, 2008 6:52 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Memo field connected with check box
Replies: 3
Views: 666

... button. Made the code much more difficult and I had to write a valid clause to 'zero' out any other radio buttons in the same column if one was chosen or changed within the same group.. If anyone would like .. I can share the code .. Rick Lipkin
by Rick Lipkin
Tue May 20, 2008 10:37 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Radio Button color
Replies: 3
Views: 748

... be bitter enemies, but in fact we are good friends and at the end of the day have explored the possibilities and really understand why we have chosen the architecture we have and what to expect from it. So far I am getting the impression that you believe in OOP, but not in inheritance, encapsulation, ...
by James Bott
Wed Apr 16, 2008 6:47 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: A Question Abot DIALOGs
Replies: 45
Views: 12864

... be bitter enemies, but in fact we are good friends and at the end of the day have explored the possibilities and really understand why we have chosen the architecture we have and what to expect from it. Regards Doug
by xProgrammer
Tue Apr 15, 2008 4:10 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: A Question Abot DIALOGs
Replies: 45
Views: 12864

... approaches to OO which is healthy. And in no way do I want to imply that I'm right / you're wrong. I will explain my reasons for having chosen the architecture I have and at the same time listen to yours in the belief that if we both explain our ideas both of us and potentially others ...
by James Bott
Thu Apr 10, 2008 8:48 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: A Question Abot DIALOGs
Replies: 45
Views: 12864

... approaches to OO which is healthy. And in no way do I want to imply that I'm right / you're wrong. I will explain my reasons for having chosen the architecture I have and at the same time listen to yours in the belief that if we both explain our ideas both of us and potentially others ...
by xProgrammer
Thu Apr 10, 2008 7:12 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: A Question Abot DIALOGs
Replies: 45
Views: 12864

... Width and Height co-ordinates. These ARE NOT PIXELS, they are in Dialog Units, which are based on the size of the font used by the system (and chosen by the user). If you have a large font selected, the dialog will be large, if you use a smaller font, the dialog will be that much smaller. This ...
by James Bott
Fri Mar 28, 2008 8:47 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Different nHeight() for same Dialog
Replies: 11
Views: 2242

... in the get and the dropdown goes back in time eventually to the first year there are data. Also, where there is a combo where a month needs to be chosen, it is convenient to have "January" in the get. I guess my issue is that I have a lot of these where there is no instruction or label on the ...
by CharlesPratt
Mon Dec 24, 2007 5:28 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Combobox Question
Replies: 5
Views: 1313
PreviousNext

Return to advanced search