Re: best way to proceed

Tech-Archive recommends: Repair Windows Errors & Optimize Windows Performance



Hi,

Is this a web app?

You can use any list control as long as it allows you to make changes to
the rows (or place any kind of control you want) a datagrid may be useful.

you then have to iterate in the control to each row and see if any change
was done.

you can add a button "Add Column" to add a new row.


cheers,

--
Ignacio Machin,
ignacio.machin AT dot.state.fl.us
Florida Department Of Transportation


"Jeff User" <jeff31162@xxxxxxxxxxx> wrote in message
news:ffkdp15uk92ck328iur3e08a45kpjmmho8@xxxxxxxxxx
> Hello all
> I need to build a web form that will allow user to enter database
> table column definitions. Each row on the form would contain column
> name, data type (chosen from a drop down list), size (if applicable)
> and other wonderful attributes. I will then take this input and build
> a CREATE table statement.
>
> I am using C# in vs2003, .net 1.1
>
> I have been reading through several groups here to get ideas, but
> really dont know what would be best.
>
> One idea is to use a datagrid, that would initially have one empty row
> with blanks or drop down lists as needed in each field (of grid). User
> would fill in each field in grid then start a new (dynamically added)
> row in the grid.
>
> or another idea is
> present 1 textbox, dropdownlist,etc as needed for describing one table
> column and then when finished filling those in, generate an HTML table
> display showing the new row of information that was just added
> (representing 1 table column), while displaying new empty text
> boxes,etc again to begin creating the next column definition.
>
> Should be able to have a check box or delte button on each row to
> delete an entry if desired.
> Of course I want it to do everything but not be complicated ;o)
>
> Any ideas, input, links, (already written code :o) )
> is appreciated.
> Jeff
>


.



Relevant Pages

  • Re: Listbox and combo problem
    ... But I wander, for a combo or a listbox control, what is the Control Source ... I tried to set the listbox record source. ... When the form is displayed the two lists do not work. ...
    (microsoft.public.access.modulesdaovba)
  • [NEWS] Vulnerability in Cisco IOS Embedded Call Processing Solutions
    ... 12.2T, 12.3 and 12.3T, when configured for the Cisco IOS Telephony Service ... IOS code that supports, and is configured for ITS, CME or SRST. ... control IP Phones using the Skinny Call Control Protocol. ... Using Access Lists ...
    (Securiteam)
  • Re: Change lists of one listbox based on selection of other listbo
    ... Also, drop-down lists are combo boxes, not list boxes. ... indicates which field in the underlying table the control is bound to; ... The RowSource property of a combo box indicates the source of the ... ControlSource of the reasons combo box should be set to the "reason code" ...
    (microsoft.public.access.forms)
  • Re: When typing stops, record saves automatically
    ... > selecting the 'Project Owner' from a combo box, ... This form lists the details of the Project ... > As soon as I change the control source of the 'Project ID' back to ... Would you be interested in sending me your database, ...
    (microsoft.public.access.formscoding)
  • Re: A couple of questions
    ... The intent would be when you go shopping you check, in the "check box", ... you can just base your form on the table directly - no need for a query. ... in the form design view, add an unbound textbox control, name it txtCost, ... report, based on the query, that lists only the items for which you entered ...
    (comp.databases.ms-access)