PDA

View Full Version : #include script



NewsArchive
05-05-2012, 02:34 AM
Is there an example of how to use this? I need to do error checking
across all of my installs and this sounds like just the piece I can use
but I cannot find an example in help.
TIA


--
Darrel (Dee) Witham
Professional Data Services, Inc

NewsArchive
05-05-2012, 02:35 AM
> Is there an example of how to use this? I need to do error
> checking across all of my installs and this sounds like just
> the piece I can use but I cannot find an example in help.

Just add the code you would like to execute to an include script (.sbi).
Then call that include script from your main project (.sb7) or from another
include script. That's it :-)

Friedrich

NewsArchive
05-05-2012, 02:35 AM
Similar to this demo:

http://www.lindersoft.com/projects/IncludeDemo.zip

It calls an include script to handle version number comparison.

Does this help?

Friedrich

NewsArchive
05-05-2012, 02:35 AM
Friedrich - yes - thanks
Dee