View Single Post

  #4 (permalink)  
Old 01-27-2003
AndyYule AndyYule is offline
Junior Member
White Belt
 
Join Date: Jan 2003
Posts: 8
Code Example

The initialisation of the form just does a

thisform.olemappoint.newmap(2) to create a map

The object reference to the form is Mapping, the form contains the olemappoint object

So I can issue the line
Mapping.olemappoint.activemap.printout()

That's it!
Thanks,
Andy
Reply With Quote