R
Randy
I have special paper to print with 9" wide and 5.5" long.
I use the subroutine as mentioned in the Access Help:
Sub CheckCustomPage(rptName As String)
Dim DevString As str_DEVMODE
Dim DM As type_DEVMODE
etc etc.
It seems it can run perfectly in my computer BUT when I
distribute the program, the page setup was changed as
default setup. When I try to use the .mde the
CheckCustomPage can not be run, returning an error message.
Would you please help me? I am using Access2000
Thank you.
Randy
I use the subroutine as mentioned in the Access Help:
Sub CheckCustomPage(rptName As String)
Dim DevString As str_DEVMODE
Dim DM As type_DEVMODE
etc etc.
It seems it can run perfectly in my computer BUT when I
distribute the program, the page setup was changed as
default setup. When I try to use the .mde the
CheckCustomPage can not be run, returning an error message.
Would you please help me? I am using Access2000
Thank you.
Randy