Bỏ qua để đến Nội dung
Menu
Câu hỏi này đã bị gắn cờ
1 Trả lời
4522 Lượt xem

for example i want to update value of some field in same form with two button


if Field Value updated by Button one then validation/condition will be check 

if Field Value updated by Button two then any type of condition/validation will never b check 

how it can be possible any solution or tips 

Ảnh đại diện
Huỷ bỏ
Câu trả lời hay nhất

Hi,

For this you have to record button click some where in the record itself, like two boolean fields for each buttons and mark the boolean as true from the button function.

Suppose if you are clicking the first button then it calls the first button function, here in this you can write the boolean field of first button as True. If the second button is clicked then boolean field of the second button has to be made as True.

Then later while checking the condition, you can check whether which boolean field is True and use the condition based on it.

Thanks

Ảnh đại diện
Huỷ bỏ
Tác giả

Thanks Niyas your kick(tip) perfect for goal & I do it ... Alhumdolillah ....

Bài viết liên quan Trả lời Lượt xem Hoạt động
2
thg 4 19
2723
1
thg 10 16
6626
1
thg 4 20
7247
2
thg 3 19
11008
1
thg 3 15
5853