Difference between revisions of "Template:AskPlus E.8.5.4"

From Vital Soft Wiki
Jump to: navigation, search
(Created page with "'''Enhancements:''' :* Added a new "batchdir" key to the vsrvtcp.ini file :: - The directory specified by "batchdir" will be used instead of the one specified by "directory" w...")
 
Line 3: Line 3:
 
:: - The directory specified by "batchdir" will be used instead of the one specified by "directory" when the AskPlus run line argument "-aprofile" is specified.
 
:: - The directory specified by "batchdir" will be used instead of the one specified by "directory" when the AskPlus run line argument "-aprofile" is specified.
 
:: - The batchdir value can include system variables created at login.
 
:: - The batchdir value can include system variables created at login.
{{{
+
      batchdir=$SPX_HOME/visimage
    batchdir=$SPX_HOME/visimage
 
}}}
 
  
 
'''Fixes:'''
 
'''Fixes:'''

Revision as of 23:50, 10 March 2021

Enhancements:

  • Added a new "batchdir" key to the vsrvtcp.ini file
- The directory specified by "batchdir" will be used instead of the one specified by "directory" when the AskPlus run line argument "-aprofile" is specified.
- The batchdir value can include system variables created at login.
     batchdir=$SPX_HOME/visimage

Fixes:

  • Fix a bug when deleting SD Indexed files:
- The ".idx" file was not always deleted.
  • Fix a bug in the register update command:
- If the report was sorted by a #VARIABLE, the update would execute 3 times.
- This caused invalid results if the new value for the update was dynamically calculated from the current value of the field being updated.