Axpert 11
TStructs (Forms)
- Create Form
- Create DC
- Create Fields
- Grid DC/frames
- Formulae in fields
- SQL in fields
- Drop down fields
- Autogenerate fields
- Table fields
- File upload fields in forms
- Photos &Image fields
- Barcode /QR Code Scanner
- Fill Grid
- Posting data – Gen maps
- Updating fields in DB tables – MD Map
- Toolbars in tstructs
- Tracking changes/Audit trial
- Try it yourself
IViews
Scripts
Axpert Jobs
Axpert Cards
HTML Plug-ins
Users & Roles
- Users, roles & responsibilities
- Responsibilities
- User Role
- User Login
- SSO Authentication
- Stay Sign In
Workflow
Axpert API
Application Var/Params
Publish Axpert Apps
Axpert Mobile
Settings
- Axpert installation
- Change password
- Forgot Password
- Developer Options
- Global Settings
- In-Memory DB
- Notifications for Long Running Webservice’s
- Axpert Configuration on web
- Axpert Licensing
Utilities
Customization
- Main Page Customization
- Home Page Customization
- More API
- Custom User Interface
For Reports - Custom HTML In Forms
- CSS And JS Customization
- Developer Notes
- Hooks In Forms
- Third Party SSO Integration
WebServices
Axfast
Grid DC/frames
Grid DC/frames are the frames in which data is accepted as a table. Each field that is created in a grid DC is shown as a column in a table in this frame. A database table is created for a grid DC as in a normal DC. Each row that is entered in the form in this DC is stored as a row in the DC table. That means, there may be many rows in a grid DC table for data entered in a form. The non-grid DC tables will have only one record for every form of data. Hence, a one-to-many relationship is established between the primary table and the grid table.
Example:
Try Out
Consider creating a form as above. This is can be created as tstruct with 2 DC’s. Let us create another DC within the Employee master with the files related to the qualification of the employee. For every entry in the dc1, related files are uploaded in dc2.