This topic is locked

Edit Page

4/13/2007 11:48:09 AM
ASPRunnerPro General questions
M
Michael7 author

Hi, on the edit page i want most fields just as readonly and two fields as edit. at the moment all are edit due to the settings for the add page.
how can i just write the fields into the page with no edit settings?
Also when is the new version due and does the ASP runner also have the store proceedures being built in?
Thanks

Michael

J
Jane 4/17/2007

Michael,
you can do the following:

  1. edit your SQL query on the Edit SQL query tab.

    Here is a sample:
    select Field1,

    Field1 as Field1Readonly,

    ...

    from TableName



2. check off Field1 on the Add page, Field1Readonly on the Edit page on the Choose fields tab.

3. set up Field1 as text field, Field1Readonly as readonly field on the "Edit as" settings dialog on the Visual Editor tab.