Ash Gajjar
13th January 2016, 16:37
I have an update script (standard 4GL with a continue button on the session form), but this will not run and bypasses the main table read, no matter what start option I use
I would eventually also like to put this on a batch (running via Cron on an AIX).
Any ideas? I have looked at some of the search results, but nothing seem to resonate with what I am trying to do
Many thanks
ash
OmeLuuk
13th January 2016, 17:11
<Note aside..> Do you really run Baan: 5.2a with oracle on ...Windows XP ?
OmeLuuk
13th January 2016, 17:15
I have an update script (standard 4GL with a continue button on the session form), but this will not run and bypasses the main table read, no matter what start option I use
I would eventually also like to put this on a batch (running via Cron on an AIX).
Any ideas?Check the standard first, is there a session which a bit looks like what you want to do? (probably a session with a 2 in its code on the second position of the numerical code of the session: ppmmm.2..m000)
If you found one, check all the session settings (you can print the session settings and examine them, compare them with your settings). when done that, please inform your findings...
NPRao
13th January 2016, 19:49
I have an update script (standard 4GL with a continue button on the session form), but this will not run and bypasses the main table read, no matter what start option I use
Ash,
Post your code for others to give suggestions to fix it. If you are trying to use main.table.io: section, then its not applicable for a Type 4 session.