Main panel - How does it work |
|
 |
|
| |
|
| Text (True): |
The text display in the link when the "Rec boolean field" is true |
| |
|
| Text (false): |
The text display in the link when the "Rec boolean field" is false |
| |
|
| Image (True): |
The image display in the link when the "Rec boolean field" is true |
| |
|
| Image (false): |
The image display in the link when the "Rec boolean field" is false |
| |
|
| Title: |
The title attribute of the link |
| |
|
| Class: |
The css style of the link |
| |
|
| Update value: |
The value for FALSE and TRUE your database use, for example MsAccess need 0,1 and SqlServer need 0,-1 |
| |
|
| Recordset: |
The recordset contain the boolean field you want verify |
| |
|
| Rec Boolean Field: |
The boolean field you want verify in your recordset |
| |
|
| Rec Boolean Key: |
The unique column key in your recordset table. Need for the update sql query |
| |
|
| Connection: |
The connection for the update sql query |
| |
|
| Table: |
The table you want update the boolean field |
| |
|
| Update field: |
The field of the table you want update |
| |
|
| Unique key: |
The unique column key in your table. Need for the update sql query |