ShowPrintPageSetup |
Post Reply |
Author | |
flauzer
Senior Member Joined: 30 December 2003 Location: Italy Status: Offline Points: 108 |
Post Options
Thanks(0)
Posted: 03 August 2006 at 8:03am |
How to use CalendarControl.ShowPrintPageSetup method ? I've used in Form_Initialize CalendarGlobalSettings.ResourceFile = App.Path & "...." but the language in PageSetup is still in english.... The same post made at 10 April....
Thanks
|
|
sserge
Moderator Group Joined: 01 December 2004 Status: Offline Points: 1297 |
Post Options
Thanks(0)
|
Agree with you, missed that piece of functionality... Will try to make it working for the next release.
-- WBR, Serge |
|
TracyP
Groupie Joined: 16 February 2006 Status: Offline Points: 22 |
Post Options
Thanks(0)
|
Would it be possible for this method to return the printer hdc to pass to the printcalendar method. Or another ShowPrintPageSetupEx() that does when the user presses OK, and a .NULL. when the user presses cancel?
Could we have an option of AM/PM or 24 hour in the time selections? Thanks. |
|
sserge
Moderator Group Joined: 01 December 2004 Status: Offline Points: 1297 |
Post Options
Thanks(0)
|
thanks, good suggestions.
1. For future versions changed
void
ShowPrintPageSetup
()
to
Boolean
ShowPrintPageSetup
()
2. Pass 0 to PrintCalendar to print to a system default printer ot to printer selected in ShowPrintPageSetup. Parameter hDC here is to give you an ability to print calendar to some other DC (for print pereviewing or as a part of other printing page). Regularily it should be 0 (zero). 3. AM/PM or 24 hour in the time -- in the next version a time format will be taken from the user locale settings. -- WBR, Serge |
|
flauzer
Senior Member Joined: 30 December 2003 Location: Italy Status: Offline Points: 108 |
Post Options
Thanks(0)
|
I'm not able to set language of PageSetup ...is still in english...also in 10.31.
What is wrong?
|
|
sserge
Moderator Group Joined: 01 December 2004 Status: Offline Points: 1297 |
Post Options
Thanks(0)
|
Only some minor fixes were included in update from 10.3 to 10.3.1
This one unfortunately wasn't. Sorry for that. -- WBR, Serge |
|
flauzer
Senior Member Joined: 30 December 2003 Location: Italy Status: Offline Points: 108 |
Post Options
Thanks(0)
|
STILL IN ENGLISH
|
|
Post Reply | |
Tweet
|
Forum Jump | Forum Permissions You cannot post new topics in this forum You cannot reply to topics in this forum You cannot delete your posts in this forum You cannot edit your posts in this forum You cannot create polls in this forum You cannot vote in polls in this forum |