VLF-ONE Programming 101
Posted: Sat Jun 22, 2019 5:22 am
So, I am using VL Frameworks (LANSA recommendation).
First I have an application and business object, then...
I have a Filter, Instance, and command handler. MY filter works fine (so my server module is working fine too), and produces an instance list of items (Including descriptions and other fields). So now if I want to add a command (so I want to display different data, say, sales data) based on the item the user clicked on. How does my new command handler (defined in the frameworks under commands allowed) get passed the item number that was clicked?
In my known RPG universe, it's a simple Parameter on the call, then *Entry on the program (command handler in LANSA parlance) that displays the data.
Seems simple enough. Thanks in advance for anyone's help.
First I have an application and business object, then...
I have a Filter, Instance, and command handler. MY filter works fine (so my server module is working fine too), and produces an instance list of items (Including descriptions and other fields). So now if I want to add a command (so I want to display different data, say, sales data) based on the item the user clicked on. How does my new command handler (defined in the frameworks under commands allowed) get passed the item number that was clicked?
In my known RPG universe, it's a simple Parameter on the call, then *Entry on the program (command handler in LANSA parlance) that displays the data.
Seems simple enough. Thanks in advance for anyone's help.