We have about 3 5250 screens that are used to complete a single transaction (Point of Sale). How would one go about combining them into 1 single screen and then implementing it into RAMP/Visual Lansa to be displayed through VLF-One? Is this through means of a wrapper? Is there a document I can view that can assist with this type of scenario?
Combining multiple 5250 screens via RAMP
-
- Posts: 28
- Joined: Thu May 26, 2016 8:46 am
Re: Combining multiple 5250 screens via RAMP
VLF-ONE RAMP has screen wrappers. This is what you would use to manage multiple screens.
You write a VL Form that interacts with the user and talks to the underlying screen. You can direct the screen navigation from the VL form at points that you choose.
The doco has a whole section on it.
https://docs.lansa.com/15/en/lansa050/i ... s%7C_____0
Tim
You write a VL Form that interacts with the user and talks to the underlying screen. You can direct the screen navigation from the VL form at points that you choose.
The doco has a whole section on it.
https://docs.lansa.com/15/en/lansa050/i ... s%7C_____0
Tim
Re: Combining multiple 5250 screens via RAMP
Thanks a mil Tim, much appreciated! This really helps pointing me in the right direction.