asrp Report post Posted 06/10/2004 08:39 PM Hi, It appears that when I call an external module. Then the first module in the called vgs is not executed but all others are. ie . From GroupLotMenu1.vgs module GroupMovement; on {1} goto [GroupMovementIn.vgs | CheckContactID] then what happens is GroupMovementIn.vgs get loaded but CheckContactId will not execute/not found. Still using demo version. Does this matter. See attached file for codes; error.txt Share this post Link to post
asrp Report post Posted 06/10/2004 08:41 PM woops... The module that was called was GetSourcePremiseID not CheckContactID Sorry about that... Share this post Link to post
SupportTeam Report post Posted 06/11/2004 07:43 AM OK, so I take it that setting the correct module name fixed the problem. In the eval version you are able to make one script jump per call - just to see how it works. In the registered Enterprise version you can of course jump around to different scripts as many times as you like. Share this post Link to post
asrp Report post Posted 06/11/2004 01:15 PM No. the problem is not fixed. I simply typed in the incorrect module name. see the second last line in the error.txt file. I expect this is the problem line. Could you explain what this line in the error.txt file means. Thanks.. Share this post Link to post
SupportTeam Report post Posted 06/11/2004 09:33 PM Please post both GroupLotMenu1.vgs and GroupMovementIn.vgs (or some other set of script which reproduces the problem that you are seeing) Share this post Link to post
asrp Report post Posted 06/16/2004 07:55 PM Hi, The problem seems to have been a space between to "|" character ie. [GroupLotDemo1.vgs | Menu]. VS. [GroupLotDemo1.vgs|Menu] seems to work fine. In the documentation it looks like there is a space.. Share this post Link to post