- Forum
- T24 Technical Discussions
- T24 Development & Customization
- Field Validation Routine Executing Twice
Field Validation Routine Executing Twice
- manjunath7862
- Topic Author
- Visitor
-
In our development area we are facing an issue where the field validation routines are getting executed twice Continuously the movement we input the value in the field that is set as HOT FIELD and TAB button is pressed. [Note: i am aware that the field validation routine gets executed again when the record is committed but here its not the case]
Its only happening in BROWSER
Please help me out.........!!!!!
Thanks
Please Log in or Create an account to join the conversation.
- praveenb.chennai
-
- Offline
- Senior Member
-
- Posts: 57
- Thank you received: 4
Do you mean routines are getting triggered thrice ? field validation routines will be triggered twice only.. one for hot field and other while committing. I think thats how it works.
Have I understood the problem correctly ?
Please Log in or Create an account to join the conversation.
- manjunath7862
- Topic Author
- Visitor
-
Thanx for your reply....
Ya its executing getting thrice............!!!!
twice during inputting & once during commit...........!!!!
Generally it should execute only once during the Input. & once during Commit.
Thanx.....
Please Log in or Create an account to join the conversation.
- praveenb.chennai
-
- Offline
- Senior Member
-
- Posts: 57
- Thank you received: 4
Please Log in or Create an account to join the conversation.
- jpb
-
- Offline
- Moderator
-
- retired . . . ¯\_(ツ)_/¯
- Posts: 2859
- Thank you received: 650
Please Log in or Create an account to join the conversation.
- manjunath7862
- Topic Author
- Visitor
-
Thanks for replying....
Actually we not using "BROWSER.PREFERENCES" for this.
and can you explain about "BROWSER.PREFERENCES" ???? which purpose we are using it?????
Thanks,
Please Log in or Create an account to join the conversation.
- jpb
-
- Offline
- Moderator
-
- retired . . . ¯\_(ツ)_/¯
- Posts: 2859
- Thank you received: 650
This file defines a user's preferences for the appearance and behaviour of the Browser product screens. The application is keyed on the user's Id.
This allows the user to define various parameters, such as, which 'skin' the user would like to run the Browser with thus determine the 'look and feel' of the Browser windows, as well as a number of optional attributes defining whether they wish to see Hot Fields and Auto Launch Enquiries in their Browser.
Please Log in or Create an account to join the conversation.
- manjunath7862
- Topic Author
- Visitor
-
Thank you so much for your information regarding "BROWSER.PREFERENCES".
As i used for Browser.Preference "Print Location" - [Local, Server] for Printing the Deal-Slip as it before set "SERVER", i changed it as "Local" so its printing locally, and popup while commit the particular transaction where i attached the Deal-Slip in version.
But for this Subjected topic, Browser.Preference will not come into picture. becz its for particular user rite.
[Its not only for me, but every one also who is working under the area they are facing same problem]
So pls. if you/anybody found any Technical Solution to this.... Kindly Share it.
Thanks
Please Log in or Create an account to join the conversation.
- jpb
-
- Offline
- Moderator
-
- retired . . . ¯\_(ツ)_/¯
- Posts: 2859
- Thank you received: 650
Please Log in or Create an account to join the conversation.
- manjunath7862
- Topic Author
- Visitor
-
NO..!.I am not Disable HOT.FIELDS in "BROWSER.PREFERENCES".
BUT Still its triggering twice @ the time of pressing the Tab after the enter the data in particular text box [Browser.]
Thanks
Please Log in or Create an account to join the conversation.
- T24power
- Offline
- Junior Member
-
- Posts: 31
- Thank you received: 0
In your validation routine, can you please include the below lines which will help us to trace the routine flow.
BP.ID = 'TRACE-':ID.NEW:SYSTEM(12)
FN.BP = 'LOCAL.BP'
F.BP = ''
CALL OPF(FN.BP,F.BP)
STORE.TXT<-1> = SYSTEM(1029)
CALL LOG.WRITE(FN.BP,BP.ID,STORE.TXT,'')
END
Please Log in or Create an account to join the conversation.
- sourav1986
- Offline
- New Member
-
- Posts: 3
- Thank you received: 0
Insert I_EB.TRANS.COMMON and try to check cTxn_CommitRequests variable value, based on this variable u can skip generating twice
Please Log in or Create an account to join the conversation.
- Garakishiyev
- Offline
- New Member
-
- Posts: 2
- Thank you received: 0
Regarding on this value you can skip this routine.
Please Log in or Create an account to join the conversation.
- VK
-
- Offline
- Platinum Member
-
- Globus:G9-G13|TAFC:R05-R23|TAFJ:R19,R23,R24:test
- Posts: 1209
- Thank you received: 158
you're an optimist :))) expecting somebody to wait for 6 years for an answer :)))
Cheers
VK
Please Log in or Create an account to join the conversation.
- me@t24
- Offline
- New Member
-
- Posts: 4
- Thank you received: 0
I am having little cofussion among the hot.field hot.validate setcheck.
can you brief it...?
Please Log in or Create an account to join the conversation.
- me@t24
- Offline
- New Member
-
- Posts: 4
- Thank you received: 0
I am having little cofussion among the hot.field hot.validate setcheck.
can you brief it...?
Please Log in or Create an account to join the conversation.
- me@t24
- Offline
- New Member
-
- Posts: 4
- Thank you received: 0
I am having little cofussion among the hot.field hot.validate setcheck.
can you brief it...?
Please Log in or Create an account to join the conversation.
- me@t24
- Offline
- New Member
-
- Posts: 4
- Thank you received: 0
I am having little cofussion among the hot.field hot.validate setcheck.
can you brief it...?
Please Log in or Create an account to join the conversation.
- Forum
- T24 Technical Discussions
- T24 Development & Customization
- Field Validation Routine Executing Twice