Hi all,
Has anyone else had trouble using the settings in Devmode? I'm trying to set some of the values for printing but the program doesn't seem to take much notice of them and its really frustrating!!!! I'm using windows NT incase that has anything to do with it?
I've declared Devmode as a type with all its attributes in a module and then this is a bit of the code I am using,
dim prtset as Devmode
prtset.dmuserdefault = 1
prtset.dmorientation = DMORIEN_LANDSCAPE
prtset.fields = DM_USERDEFAULT OR DM_ORIENTATION
Any help would be really appreciated! I've seen the topic in the FAQ's but that doesn't seem to work either!
Regards,
Carl
Has anyone else had trouble using the settings in Devmode? I'm trying to set some of the values for printing but the program doesn't seem to take much notice of them and its really frustrating!!!! I'm using windows NT incase that has anything to do with it?
I've declared Devmode as a type with all its attributes in a module and then this is a bit of the code I am using,
dim prtset as Devmode
prtset.dmuserdefault = 1
prtset.dmorientation = DMORIEN_LANDSCAPE
prtset.fields = DM_USERDEFAULT OR DM_ORIENTATION
Any help would be really appreciated! I've seen the topic in the FAQ's but that doesn't seem to work either!
Regards,
Carl