amv group goto next line (AREV64)
At 05 MAR 2024 02:54:46PM Barry Stevens wrote:
I have a form with invoice lines that are in the same amv group.
I have an issue (Bug because not same as AREV3.12 behaviour) where the form is wider that the screen but the mv prompt are all protected, but in Arev64 you enter on the last visible non protected prompt and the form does a shift to the right passing all the protected prompts then settles back to the first prompt of the amv (screen back to normal)
So as a workaround I want to, on a post prompt on the last prompt enter to go to the first prompt (amv) on the next line.
this is want I have done (from my rusty memory)
wc_wi_next%=7
wc_mv_next%=wc_mv%+1wc_amv_action%=4BUT, it goes to the first prompt of the first line - not the next line.
What am I missing
At 05 MAR 2024 11:42PM Barry Stevens wrote:
I have a form with invoice lines that are in the same amv group.
I have an issue (Bug because not same as AREV3.12 behaviour) where the form is wider that the screen but the mv prompt are all protected, but in Arev64 you enter on the last visible non protected prompt and the form does a shift to the right passing all the protected prompts then settles back to the first prompt of the amv (screen back to normal)
So as a workaround I want to, on a post prompt on the last prompt enter to go to the first prompt (amv) on the next line.
this is want I have done (from my rusty memory)
wc_wi_next%=7
wc_mv_next%=wc_mv%+1wc_amv_action%=4BUT, it goes to the first prompt of the first line - not the next line.
What am I missing
Got it - trial & error:
wc_wi_next% =7
wc_mv_next% =wc_mv%+1
At 06 MAR 2024 03:31AM Andrew McAuley wrote:
World leaders in all things RevSoft