| |
Component Dbquerybutton
Description
The querybutton can be used on a sesform
to send a message to a dbscroller, dbcontainer, or
dbdisplay. The receiving component then searches
the database for matching records and displays them.
Normally all non-empty form fields are compared to the field
in the database with the same name. Only records that contain
the same field value match.
If type=search is selected however, fields are
compared using a substring match, i.e. the content of the form
field must occur as a substring of the corresponding database field.
Using the dbfieldoperator component the compare operator
can be specified for each field separately.
Format
< Dbquerybutton ...
> ... < /Dbquerybutton >
Details
Component must be used inside a form.
Include File: | queryfields.hei |
Session Mode: | create |
Properties
Property |
Kind |
Description |
Receiver | String(60) | Component to send the message |
Name | String(20) | Button Name inside the form, must be unique. |
Layout | String(60) | Input is a standard HTML submit button, image shows an image on the button,
link creates a link (needs JavaScript), compatlink a link or button depending on the browser,
button an HTML4.0 button (must occur just once at end of form),
mbutton an HTML 4.0 button (needs JavaScript), and
compatbutton an HTML 4.0 button or normal button depending on the browser;
|
Type | String(60) | Action to take by the receiver. |
Value | String(20) | Label on the Button |
Src | String(20) | Image Url, only used for layout=image |
Border | Integer | Border Size, only used for layout=image |
This page was dynamically generated by the
web application development tool RADpage
of H.E.I.
H.E.I. provides support, tools, and services like
Webdesign in Mannheimm,
the HTML/CSS 3D WebGL Animation Library taccgl,
3D Webdesign, and
3D Product ConfiguratorDemo
(3D Produkt Konfigurator Demo in German).
© 1996-2025 H.E.I. All Rights Reserved.
|