Hi,
I have upgraded from A2k to AXP and converted the db file to AXP fileformat. Everything I've tested so far seems normal, except from this:
When I run the following VBA code
DoCmd.OutputTo acOutputReport, "rptChargeData", _
acFormatSNP, strS1, True
I get this errormessage
Run-time error 2282
'The format yoy're trying to send outdata for current object is not available'
(Direct translated from norwegian)
I've tried RTF file format and that works fine.
I've also installed Snapshot viewer and this control also work (by opening a Snapshot file)
What can cause this error, and more importanrt - how to fix it?
Thanks in advance for any help!
Regards
GerhardA
I have upgraded from A2k to AXP and converted the db file to AXP fileformat. Everything I've tested so far seems normal, except from this:
When I run the following VBA code
DoCmd.OutputTo acOutputReport, "rptChargeData", _
acFormatSNP, strS1, True
I get this errormessage
Run-time error 2282
'The format yoy're trying to send outdata for current object is not available'
(Direct translated from norwegian)
I've tried RTF file format and that works fine.
I've also installed Snapshot viewer and this control also work (by opening a Snapshot file)
What can cause this error, and more importanrt - how to fix it?
Thanks in advance for any help!
Regards
GerhardA