Copy link to clipboard
Copied
Hello;
I'm using mx 2005 for asp.net development.
I'm making use of the "record insertion form wizard and record update form wizard" a lot.
As you know dw inserts a prebuilt table to the body when using these wizards.
I want to change the template which dw uses to create these tables.
I've searched the program files for this template but I was not able to find it.
I want to find this table code which dreamwear uses to generated the table and modify it so the table dw generates will look like I want.
( so I won't need to modify the generated table code again and again)
Can you help?
Copy link to clipboard
Copied
Can you use style sheets? Just a thought.
Copy link to clipboard
Copied
If I use stylesheets I still have to make modifications to every table that DW generates.
But my goal is to make the change to DWs template so It generated the table with my stylesheet everytime.
Copy link to clipboard
Copied
MX 2004 was always a bit "gummy" on this. Instead of using the DW wizard, I downloaded a free version of Microsoft SQL Server Express Edition. I use that for all table Inserts, Updates,etc. This accesses the tables directly on the server. Nothing needs to be synced, put, gotten or whatever. Use DW for Form and UI creation and making prebuilt queries.
Hope that helps
Jerry H
Copy link to clipboard
Copied
When I say "table" I mean the html table which dw generates when using the record insertion/update form wizards.
Not the database table.