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 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%+1
  wc_amv_action%=4

BUT, 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%+1
  wc_amv_action%=4

BUT, 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:

  • third_party_content/community/commentary/forums_works/0c89c8c4e46bf54f8ea840790245423a.txt
  • Last modified: 2025/05/29 20:25
  • by 127.0.0.1