I have done step by step SSO (single sign on) onfigurations to oracle forms 9i on 9IAS.v2 by oracle documentation, but still it shows standard DB login form.
Could somebody help me to find correct solution, or maybe someone had that problem too and could share experience on fixing it.
I use...
Does anybody knows how to count string lenght of pixels???
The problem is that I need to draw string witch is right aligned to one of my reports table's cell.
axien
Thanks Camel,
it realy works :), but paper A4 Width = 826, Heigth = 1169. I just checked it with pageSetupDialog object:
pageSetupDialog.ShowDialog();
// then I set paper format to A4 //
txtWidth.Text = pageSetupDialog1.Document.DefaultPageSettings.PaperSize.Width.ToString()...
Hi all,
I want to change paper size to A4, but I don't know how to do it.
I tried to do in this way:
printDocument.DefaultPageSettings.PaperSize.PaperName
= "PaperA4";
but got an exception "Can't change a PaperSize unless its Kind is Custom", then I tried to...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.