(→Script) |
(→Script) |
||
Line 97: | Line 97: | ||
[[File:MaintainDIY-10.jpg|center]] | [[File:MaintainDIY-10.jpg|center]] | ||
Available forms to customise | |||
{| class="wikitable" | {| class="wikitable" | ||
Line 110: | Line 110: | ||
|- | |- | ||
| Data Form || [[File:MaintainDIY-13.jpg|500px|center]] || Script Run/Execute when at in '''Icon 2''' (Frequently use) | | Data Form || [[File:MaintainDIY-13.jpg|500px|center]] || Script Run/Execute when at in '''Icon 2''' (Frequently use) | ||
|} | |||
Available Action/Event | |||
::{| class="wikitable" | |||
|- | |||
! Action/Event !! Description | |||
|- | |||
| OnOpenForm || The script trigger On Open the Form (eg On Open the Sales Invoice Form) | |||
|- | |||
| OnApply || The script trigger After Click Apply button (for Data Form) | |||
|- | |||
| OnBeforeOpen || The script trigger On Before the Form Open | |||
|- | |||
| OnAfterOpen || The script trigger On After the Form Open | |||
|- | |||
| OnNew || The script trigger after the build in '''New''' Button action Execute. | |||
|- | |||
| OnBeforeEdit || The script trigger before the build in '''Edit''' Button action execute. | |||
|- | |||
| OnAfterEdit || The script trigger after the build in '''Edit''' Button action Execute. | |||
|- | |||
| OnBeforeDelete || The script trigger before the build in '''Delete''' Button action execute. | |||
|- | |||
| OnAfterDelete || The script trigger after the build in '''Delete''' Button action Execute. | |||
|- | |||
| OnBeforeCancel || The script trigger before the build in '''Cancel''' Button action execute. | |||
|- | |||
| OnAfterCancel || The script trigger after the build in '''Cancel''' Button action Execute. | |||
|- | |||
| OnBeforeSave || The script trigger before the build in '''Save''' Button action execute. | |||
|- | |||
| OnAfterSave || The script trigger after the build in '''Save''' Button action Execute. | |||
|} | |} | ||
Revision as of 06:39, 5 November 2015
Menu: Tools | DIY | Maintain DIY...
Introduction
This Additional Module(DIY Fields & DIY Script Module)
Function Description Field and Quick Form User can Self Create new User Define Field(s) & Design the Layout Script Customise the Application Calculation Override the build in Calculation (SQL Payroll ONLY) View Template For Advance Form Mode Report Data Deprecated
Field and Quick Form
Below is Example are doing following actions
- Create UDF_JobTitle at Maintain User
- Create New Form at Maintain User
Steps
- 01. Right Click at User
- 02. Select New Field
- 03. Click New button
- 04. Enter any Description (eg Calc-Field) in the Description field (Only Alphanumeric & no spacing)
- 05. Click the + button to add the New UDF Field & Enter/Select the option as above picture
- 06. Click Save (the Blue Disc icon) after done
- 07. Close the windows.
- Available Data Field Type
Field Type Definition String Text data of a fixed length (up to 8192 bytes) Unicode String A field representing a Unicode (16 bits per character) string. Boolean A Boolean value. Integer Whole numbers in the range of long integers (32 bits). Currency Currency values with the same range as the Real data type. Bcd Real numbers with a fixed number of digits after the decimal point. Date A date value. Blob Binary data with no size limit (BLOB stands for binary large object). The theoretical maximum limit is 2 GB. Memo Text of arbitrary length.
- ----------------------------------------------------------------------------------------------------------------------------------------------------
- ----------------------------------------------------------------------------------------------------------------------------------------------------
- 08. Select the Item just created (eg. Calc-Field)
- 09. Click Ok button
- 10. Right Click at User again
- 11. Select New Quick Form
- 12. Click New button
- 13. Enter any Description to be shown at Maintain User(eg Info) in the Description field (Only Alphanumeric & no spacing)
- 14. Click Customize button (Icon 1)
- 15. Drag the UDF Field from the Available Items (Icon 2) to empty space (Icon 3)
- 16. Click Close button to Customize windows
- 17. Click Save (Icon 4) after done
- 18. Close the windows.
- 19. Select the Item just created (eg. Info)
- 20. Click Ok button
- 21. Done.
Script
This is Additional Module(DIY Script Module) which allow user to override or customise the SQL System.
The Language use is Pascal
Available forms to customise
Form Type | Example | Description |
---|---|---|
Browse Form | Script Run/Execute when in Browse window form | |
Entry Form | Script Run/Execute when in Data Entry window form | |
Param Form | Script Run/Execute when at in Icon 1 (Seldom use) | |
Data Form | Script Run/Execute when at in Icon 2 (Frequently use) |
Available Action/Event
Action/Event Description OnOpenForm The script trigger On Open the Form (eg On Open the Sales Invoice Form) OnApply The script trigger After Click Apply button (for Data Form) OnBeforeOpen The script trigger On Before the Form Open OnAfterOpen The script trigger On After the Form Open OnNew The script trigger after the build in New Button action Execute. OnBeforeEdit The script trigger before the build in Edit Button action execute. OnAfterEdit The script trigger after the build in Edit Button action Execute. OnBeforeDelete The script trigger before the build in Delete Button action execute. OnAfterDelete The script trigger after the build in Delete Button action Execute. OnBeforeCancel The script trigger before the build in Cancel Button action execute. OnAfterCancel The script trigger after the build in Cancel Button action Execute. OnBeforeSave The script trigger before the build in Save Button action execute. OnAfterSave The script trigger after the build in Save Button action Execute.
Example 1
- More Coming Soon...
See also
- SQL Control Center
- Others Customisation