NO, not yet. I am new to VFE, and I am taking some classes, so right now I am not sure. This question was asked by the Physician who is curently creating the forms. I will post back when I have more information. Thanks for your response!
Is there a way to use a button to call a form within the current form?
You can use a button to bring another form into the update but I don't think you can pull it into a form. Do you have an example of what you're trying to do?
I am fairly certain that you cannot use a button to actually bring another form into the current form however if you want certain content to be visible based on the answer to a question or the content a certain obs term then I would suggest visibility regions. Visibility regions can be stacked on top of each other so that multiple answers can result in content appearing in the same place in the form in response to your request or reply.
EX:
If a radio button is created to populate OBS TERM such as: EXERCISE COM with "yes" or "no"
then use visibility region to display: other OBS Term fields such as EXERCISE TYP and EXERCISE (frequency) as below:
visibility region criteria
OBSNOW("Exercise Com") == "Yes"
redde said:
Is there a way to use a button to call a form within the current form?