Hello,
I’m trying to create an app to fill a pre-printed form with different entries in it (I’m still in a planning stage, nothing has been started yet). The form may have different pages, all having the same kind of entries.
I never tried this before, and, most likely, there is an obvious way to do it but, once I have all the fields in position and working on page 1, how can I create a new page without losing the previous one or the ones before?
Do I have to save the work before adding a new page, and how do I add a blank page? I could not find any place where it may show some example of what I’m planning to do.
we have a older vb6 app that using scanned documents images and via a script the user input the data here and there.
lets say you have a name field on paper, this paper is the window background, the script run and request the name input
at position x,y (pop up dialog) and then memory the data or print the text direct into the background image. later on you can print out the images.
xojo is oop, you can use a ContainerControl and a page panel or you can store any class objects in a collection or array.
you can also open the “same” window multiple times and store the instances in a list for later access.