
03-19-2001, 11:40 AM
|
|
|
Devmode + dmuserdefault
|
Hi all,
Can anyone tell me how to set the values to change the printer bin in Devmode? I know the setting is dmuserdefault but that doesn't seem to work. This is the code I'm using,
dim prtset as DevMode
prtset.dmuserdefault = 1
prtset.dmfields = DM_USERDEFAULT
thanks
|
|