Agile Developer

Issues with Image S...
 
Notifications
Clear all

[Solved] Issues with Image Saving and Row-Level Validation in Axpert Web

2 Posts
2 Users
0 Reactions
199 Views
Posts: 609
Topic starter
(@banupriya)
Noble Member
Joined: 2 years ago

Facing an issue with the latest version of Axpert web. Attempting to save images to the local file server using the Image Component (Field Type). Although the issue was previously discussed and assisted, the solution only works on some screens. On existing screens, the images are still saved in the database.


1 Reply
Posts: 602
Admin
(@axpertsupport)
Honorable Member
Joined: 2 years ago

Row-level validation in the grid can be achieved using the axpvalid2 as field name.

Steps to Reproduce:

Create a field named axpvalid2 (simple text), where "2" indicates the DC number.
In the expression, use:
{C} to disable the grid rows
or
IIF(Active1 = {Yes}, {B}, {T}) where "B" allows only editing (no deletion)
0r
IIF(Active1 = {Yes}, {A}, IIF(Active1 != {Yes}, {B}, {T})) where "A" allows editing and deleting rows.

Scripts:

A: Current row enable
B: Delete button disable
C: Current row disable
D: Current row disable and delete button enable


Reply
Share: