5557 This wizard will create an HTML Form that lets users search, update, delete, or input data to an existing database on a server. Note that the .asp file that this wizard creates must be stored on a server that supports Active Server Pages.
5558 What title do you want to appear at the top of this form?
5559 What database connection do you want to use?
5560 Set up your database connection.
5561 Table/View:
5562 Available Fields:
5563 Selected Fields:
5564 >
5565 >>
5566 <
5567 <<
5568 Up
5569 Down
5570 Advanced
5571 Choose fields for your form
5572 Field Order:
5573
5574 Field name:
5575 Look-up table:
5576 Corresponding key ID:
5577 Display this field:
5578 Display results using:
5579 &OK
5580 &Cancel
5581 Alternative field label:
5582 You must select an existing database connection, or use the New button to add a new database connection to your project.
5583 Specify the edit options for your form
5584 Would you like users to be able to edit information in your form?
5585 No, users can only browse information.
5586 Yes, in addition to browsing, users can:
5587 Advanced Options
5588 Insert new records
5589 Modify existing records
5590 Delete records
5591 Allow information to be filtered
5592 Data Form Wizard
5593 Select viewing options
5594 You can let users view information in Form View and/or List View. Form View displays a single record. List View displays multiple records in a table format.
5595
5596 Display data in Form View
5597 Display data in List View
5598 Hot-link items in list to Form View
5599 Enable paging through
5600 Display status line
5601 You must select at least one field from the table.
5602 You can use Tables and Views for browsing and editing records in a database. You can use stored procedures and SQL Statements to provide a record set that the form's users can browse.
5603 Which database object type would you like to use for your form?
5604 Table
5605 View
5606 Stored Procedure
5607 SQL Statement
5608 Choose a record source
5609 Choose a Stored Procedure
5610 Type in the Structued Query Language (SQL) statement.
5611 Stored Procedure Name:
5612 Type a Structured Query Language (SQL) statement for your form in the box below:
5613 Return a feedback page after an update
5614 Parameter
5615 Data Type
5616 Value
5617 records per page
5618 Only valid SQL SELECT statements are allowed.
5619 The wizard could not determine the result columns from your SQL string or stored procedure. The syntax and the parameters you entered, or the stored procedure in the database server might be incorrect.
5620 Choose the stored procedure that will be used as the record set to display, then type a value for each parameter in the list.
5621 Decide how you want your page(s) to look.
5622 A theme consists of a background image, text color, and bullet/line treatment that you can use on all of the pages in your site to to give it a distinctive, consistent look.
5623 Which theme would you like for your pages?
5624 Theme directory
5625 Restore Default Directory
5626 That's all we need!
5627 When you click Finish, the wizard will create your Data Form and add it to the current Visual InterDev project.
5628 Drop-down List
5629 List Box
5630 Option Group
5631 Form View
5632 List View
5633 For each field on your form, you can specify an alternative label. You can also specify a lookup table and customize the content and controls for the lookup.
5634 Form.asp
5635 List.asp
5636 Action.asp
5637 First select a table or view. Then choose the fields you want on your form by moving them from the Available Fields list into the Selected Fields list. Note: If you want to let form users insert or update data in this table or view, you must select the fields preceeded by an asterisk (*).
5638 preview.bmp
5639 Please supply required text.
5640 New...
5641 At least one Edit Option must be checked if information can be browsed and edited
5642 A valid theme must be selected
5643 (AutoNumber)
5644 One or more of the following files already exist:
5645 You must choose a different name or remove those files prior to running this wizard.
5646 global.asa
5647 The global.asa file is missing from the project. This wizard cannot run without this file.
5648 You must check either list view, form view or both to proceed.
5649 The data connection could not be opened, please make sure the password you supplied is correct.