If you're seeing this page there is a problem with the layout.master file of the site or page skin.

How to run Mapbasic code whenever a .tab file is opened

Mapbasic code can be run whenever a .tab file is opened by inserting code in the .tab file just after the header.
e.g.
...

!charset WindowsLatin1

Run Application "C:\TestProgram.mbx"

Definition Table

...

 

Comments

Comments are closed on this post.