Is it possible to create continuous forms that are not bound to a table? The forms are generated based on criteria.
I want to make sure that On Load the form displays N number of continuous forms on the windows based on the numeric value that was provided On Load.
For example, I pass in 1 and the form only shows 1 form
Or I pass in 5 and the form shows 5 continuous forms.
I know the currently the application does this when you bind a continuous form to a table. It will do it without a problem. What about without binding to a table?
I want to make sure that On Load the form displays N number of continuous forms on the windows based on the numeric value that was provided On Load.
For example, I pass in 1 and the form only shows 1 form
Or I pass in 5 and the form shows 5 continuous forms.
I know the currently the application does this when you bind a continuous form to a table. It will do it without a problem. What about without binding to a table?