Apparently no one understood what I said. I have 1 Form, and I want to update the form with different sets of data that are held in a struct.
So, it is 1 form which displays editable data of one element in the structured array. If one cycles through the recrords the SAME form gets updated with the new data from the next element. I never, ever intended to make 40 forms as that is just proposterous. "Faisal Amlani" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > > Well, I'm 16 years old and this is my first venture into Palm OS (i've been > doing Win32 for a bit). I am in the school marching band and am trying to > write a little program to help me out. I've written out all the forms and > have setup the structs as i need them to, now there are some dumb questions > i need to ask (ok, maybe not dumb for a newbie, but to an advanced > programmer). The reference is of no use to me, and so i just want to ask > some simple questions. Code snippets would be appreciated, but I think i'm > asking too much. > > Here are the program specs: > 1) I have an array of structs. Each struct is displayed and edited in a > form. So, if there are 40 in the array, there are 40 forms, respectively. > Each form will display the values of teh fields in each variable of teh > struct on the form in the respective places. These values will also be > editable. > 2) On each form, there is an option to go to the next form, which contains > similar data but is a different "set". There is also an option to go to the > previous form. > > Here are my questions: > I have the forms and the structs, but know not as how to actually use them. > > How do I load a form, and, how do I output the respective variable values > for each form? How do I keep the fields editable with the certain value, > and, how do I input the value? > > How do I jump forms, like "next" or "previous"? > > Each form, mind you, will be saved and can be accessed any time upon opening > of the program. They just jump to the "set" and the values are there. > > However, I know not how to do any of this. > > Any help is appreciated, and, yes I am very very new to this and know not > how to process forms, handle events and write the main function. I'm quite > lost. > > I knwo I'm askign too much, but, please, I want to learn as I think Palm OS > programming is a very neat skill and could be used in the future. Thanks. > > > > > > -- For information on using the ACCESS Developer Forums, or to unsubscribe, please see http://www.access-company.com/developers/forums/
