|
I'm currently evalauting Envox Studio 6.2. I've noticed there are many quirks to developing an application and I have a few questions. I hope there is someone here that can assist me.
Import libraries:
Assumption: Any data manipulation within these routines require the variables to be global as there is actually no passing of data(variables) from one to the other.
True/False?
________________
Variable usage:
Assumption: Local variables are to be used only local to the subroutine they are created in. Global variables can be accessed and manipulated from the same project only for the channel the call is currently occurring and across other subroutines..
True/False?
______________
Play Menu blocks
Assumption: Exception processing(errors/timeouts) for reprompts are internal to the block.
True/False? I'm thinking that the processing must be accomplished outside the block for playing information messages and that the counter is maintained inside the menu block.
_____________
Modifying Play menus and Play blocks
Assumption: If a menu play sequence needs to have changes accomplished then all of the entries need to be removed below the new message prompt location.
True/False.
______________
Project vs. Script
Assumption: Purpose of project is for administration and source control.
How is this viewed from a directory standpoint? I don't see that creating the project affects this.
_______________
Assumption: Within the project are all application files are maintained.
Is there someone here that can provide good examples utilizing Envox blocks for 3270 host transactions and database queries? I'm having difficulty understanding the Envox environment expecially when it comes to the help docs.
More to come......
Thanks
Jerry
|