Hello ilker, Wednesday, June 05, 2002, 6:23:49 AM, you wrote:
i> how do I load .WOR files with MapX ? Read MapBasic help: Run Application statement Purpose: Runs a MapBasic application or adds a MapInfo workspace. Syntax: Run Application file file is the name of an application file or a workspace file Description The Run Application statement runs a MapBasic application or loads a MapInfo workspace. By issuing a Run Application statement, one MapBasic application can run another application. To do so, the file parameter must represent the name of a compiled application file. The Run Application statement cannot run an uncompiled application. To halt an application launched by the Run Application statement, use the Terminate Application statement. Example The following statement runs the MapBasic application, REPORT.MBX: Run Application "C:\MAPBASIC\APP\REPORT.MBX" The following statement loads the workspace, Parcels.wor: Run Application "Parcels.wor" -- Best regards, Vladimir Lashin microOLAP Technologies LLC MBX/VCL free stuff - http://www.microolap.com/gis/mbx/index.htm MBBuilder - Visual Development Tool for MapBasic - http://www.microolap.com/gis/mb.htm Raster Handler for ERDAS Imagine to MapInfo - http://www.microolap.com/gis/imgrhl.htm MapInfo Callbacks Manager ActiveX - http://www.microolap.com/gis/micm.htm mailto:[EMAIL PROTECTED] http://www.microolap.com/gis/ - GIS related products --------------------------------------------------------------------- List hosting provided by Directions Magazine | www.directionsmag.com | To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
