RE: Re: creating a varible number of objects
- Posted by Phil Russell <pg_russell at lineone.net> Apr 22, 2004
- 525 views
Michelle, Assuming you are using win32lib, you might also want to take a look at my EuGrid library (on the Eu website). This allows you to create a 'spreadsheet-like' data entry grid. You could have a two column grid: the first column would be a non-editable field containing the title; the second column would contain the data entry field. All you would have to do is load one row into the grid for each field that you require. HTH Phil > > > > On Thu, 22 Apr 2004 13:37:45 -0400, michellerogers at bellsouth.net > > wrote: > > > > >I am creating a program in which I want to ask users how many fields > > >they would like to create. Then, I want to create a text label and an > > >entry box for each field. I have "racked my brain" and cannot figure > > >out how to make a variable number of objects. I can easily figure out > > >how to name the objects..