Hi,
I'm looking to re-develop a really old application which is basically a batch job processing front end.
The current app. has a table which contains the criteia & layout required for each job. It's formatted something like:
Layout No., Eg. 10
Item, Eg. Text Box or Caption or Frame
Top, Eg. 100
Left, Eg. 75
Name, Eg. Text1
Required, Eg. Yes
Type, Eg. Alpha
....etc. etc.
This works find when rendering a form in VB. The catch is, if I try and render this in HTML, I do not have the same level of control for placement.
I can certianly place x number of textboxes on the screen, but I cant line them up or anything.
Can anyone suggest a good table format that would allow for this ?
... or does anyone know any systems that do this sort of thing already ?
I'm looking to re-develop a really old application which is basically a batch job processing front end.
The current app. has a table which contains the criteia & layout required for each job. It's formatted something like:
Layout No., Eg. 10
Item, Eg. Text Box or Caption or Frame
Top, Eg. 100
Left, Eg. 75
Name, Eg. Text1
Required, Eg. Yes
Type, Eg. Alpha
....etc. etc.
This works find when rendering a form in VB. The catch is, if I try and render this in HTML, I do not have the same level of control for placement.
I can certianly place x number of textboxes on the screen, but I cant line them up or anything.
Can anyone suggest a good table format that would allow for this ?
... or does anyone know any systems that do this sort of thing already ?