Join The Works program to have access to the most current content, and to be able to ask questions and get answers from Revelation staff and the Revelation community

At 23 AUG 2009 08:11:50PM Chris Meyer wrote:

I am in the process of converting an ARev form into OI and missing some of the Arev parameters.

1. How can I find the previous value of a cell. I dont like using scipts as they are very difficust to remove in a run time system. Need to know if the user has changed the previous value of a cell for further processing.

2. Is there an equivalent to the Arev "data " used to automatically step through the next entry. This is not equivalent to the Selpos as this does not flow through the next cell but skips over it therefore cannot use the poschanged event. </QUOTE> —- === At 24 AUG 2009 01:09AM Barry Stevens wrote: === <QUOTE>1. Suggest you use the MISC property to save the initial contents of the Table. Depending if you want to keep checking Original or Updated, then you will need to update with any new cell value. Then you can compare in the CHANGED event of your commuter ssp. </QUOTE> —- === At 24 AUG 2009 01:50AM Barry Stevens wrote: === <QUOTE> you could try (Theory…not tested) set_property(CtrlEntId:@rm:CtrlEntId,"DEFPROP":@rm:"SELPOS","":@rm:NewCoords,Coords) If you are not using the CHANGED event for change detection then: send_event(CtrlEntId,"POSCHANGED",Coords,Coords) OR Or run a vbscript that will poke the keyboard with char(20) char(13) </QUOTE> —- === At 26 AUG 2009 12:44AM [email protected]'s Don Bakke wrote: === <QUOTE>1. How can I find the previous value of a cell. I dont like using scipts as they are very difficust to remove in a run time system. Need to know if the user has changed the previous value of a cell for further processing. Similar to what Barry suggested, I would use a user-defined property (UDP) such as @ORIG_INVALUE. I assume you want to check this during the POSCHANGED event, which you can call using the QuickEvent handler. 2. Is there an equivalent to the Arev "data ''" used to automatically step through the next entry. This is not equivalent to the Selpos as this does not flow through the next cell but skips over it therefore cannot use the poschanged event. Not entirely sure what you are trying to duplicate here. But you can use the POSCHANGED event and programmatically set the value of the cell and move along if you wish. [email protected] SRP Computer Solutions, Inc. </QUOTE> View this thread on the Works forum...

  • third_party_content/community/commentary/forums_works/1fc6e78ca9a7cbd18525761c00011599.txt
  • Last modified: 2023/12/30 11:57
  • by 127.0.0.1