Enable / Disable grid rows dynamically
To enable / disable grid rows conditionally, use a savevalue false field named "axpvalid+ {dc number}" with an expression to return a character between [a-d]
eg. if the grid dc is dc2 then the field name should be defined as axpvalid2. Following are different expressions, available to control the grid.
{a} - Enable the row
{b} - Disable delete button
{c} - Disable row completely
{d} - Disable row but allow to delete.
Related Articles
Fill on post genmap
Using this both grid or nongrid data can be filled in the target tstruct on posting through Genmap. While filling from sql, sql node is mandatory in xml and sql fieldname and tstruct fieldname(to be filled) should be same. While filling from another ...
Hide columns in a Fillgrid
To hide any query column in fillgrid, set the caption with prefix "hide_" when mapping. This can be used, if we have a scenario to fill the hidden fields in the grid through fillgrid.
Unable to use regional language (Tamil/Kannada) in Fastreport and not showing output
Please try with below options Font used in Fast Report component should support TAMIL (Recommended : Arial Unicode MS / any other Tamil fonts) In AxFastLink Table , EFONT field value should be updated as 'T' for the report, which uses embedded fonts. ...
How to download or open attachments from Iview
Files or images attached in a transaction can be viewed through iview hyperlink It uses two columns to achieve the functionality. Column1 - display the hyperlink ( it’s the regular iview column. Eg: Attachment as column name) Column2 - have path and ...
ADR: Schema Getting Locked Due to "Ora-01017 Invalid user name/password"
ADR: Schema Getting Locked Due to "Ora-01017 Invalid user name/password" Issue: ADR sometimes keep connecting, though there is an error code ORA-01017, which makes the user schema getting locked after x no of tries. You can download the latest ...