MASTERING DELPHI 6 phần 10

Bạn cũng có thể gửi các đặc tính của trường (chẳng hạn như tối thiểu và giá trị tối đa và màn hình hiển thị và chỉnh sửa mặt nạ) cho khách hàng và cập nhật quá trình (sử dụng một số các công nghệ truy cập dữ liệu) thông qua các tập dữ liệu được sử dụng để truy cập dữ liệu (hoặc một đồng | 972 Chapter 22 Web Programming with WebBroker and WebSnap database table we ll need to update the element list automatically. As a final solution we can design the ISAPI DLL to produce a form on-the-fly and we can fill the selection controls with the available elements. We ll generate the HTML for this page in the form action which we ve connected to a PageProducer component. The PageProducer contains the following HTML text which embeds two special tags h4 Customer QueryProducer Search Form h4 form action search method POST table tr td State td td select name State State select td tr tr td Country td td select name Country option option Country select td tr tr td td td center input type Submit center td tr table form You ll notice that the tags have the same name as some of the table s fields. When the PageProducer encounters one of these tags it adds an option HTML tag for every distinct value of the corresponding field. Here s the OnTag event handler s code which is quite generic and reusable procedure Sender TObject Tag TTag const TagString String TagParams TStrings var ReplaceText String begin ReplaceText select distinct TagString from customer try try while not do begin ReplaceText ReplaceText option 0 .AsString option 13 end finally end except ReplaceText wrong field TagString end end Copyright 2001 SYBEX Inc. Alameda CA Delphi s WebBroker Technology 973 This method used a second Query component which I manually placed on the form and connected to the DBDEMOS database and it produces the output shown in Figure . FIGURE The form action of the CustQueP example produces an HTML form with a selection component dynamically updated to reflect the current status of the database. Finally this Web server extension like many others we ve built allows the user to view the details of a specific .

Không thể tạo bản xem trước, hãy bấm tải xuống
TỪ KHÓA LIÊN QUAN
TÀI LIỆU MỚI ĐĂNG
12    26    1    01-12-2024
Đã phát hiện trình chặn quảng cáo AdBlock
Trang web này phụ thuộc vào doanh thu từ số lần hiển thị quảng cáo để tồn tại. Vui lòng tắt trình chặn quảng cáo của bạn hoặc tạm dừng tính năng chặn quảng cáo cho trang web này.