Single line AMV's (AREV Specific)
At 24 OCT 1997 12:09:03PM Don Bakke wrote:
I've created a window that has about 10 AMV's on it. These AMV's are "single-lined" (i.e. the Multivalue option is set to 1) so that I can lay them out like a form on the page.
The first AMV field is called SEQNO. What I am hoping to accomplish is to have the end-user enter a number in the SEQNO field and the window will automatically align the MV pointer to the value entered.
I am using a post-prompt process to accomplish this and it works well unless the value entered is for a row that doesn't exist in the AMV yet. The cursor just jumps to somewhere else in the window.
Any ideas on how I can get this to work? Thanks.
This question has also been posted on CompuServe
At 25 OCT 1997 11:18AM Martin Bal wrote:
I have done a similar thing by calling a collector window, passing the values to update in @pseudo, update the values for this position in the collector and stuff them back in the calling window when closing the collector.
At 28 OCT 1997 03:10AM Larry Wilson wrote:
If it's jumping to a blank field (i.e. one that is greater than the current), you need to update the AMV common so that it now thinks the MAX is one greater; you can't JUMP to one greater unless the system thinks it's already created it.