× Discuss about Archiving, Close of Business, Delivery Setup, Security Management System, Global Processing etc…

T24 Browser Radio Button

  • prabal123
  • Topic Author
  • Offline
  • Junior Member
  • Junior Member
More
15 years 4 months ago #5295 by prabal123
T24 Browser Radio Button was created by prabal123
Hi,
I have a version which has a field 'Choice', having two options Y or N. Now the field is attached with a validation routine.
It works fine in desktop.
In Browser, the options are displayed in Radio button, if i chose any of the option, it says Record is Locked by Another User.
I also set its attribute as Hot Field, also tried Hot Validate.

In same versoin, i have a dropdown in which a validation routine is attached. It works on the dropdown field. Not working with radio button.

My validation rtn is simply as below:

USER.SEL = COMI
IF USER.SEL EQ 'Yes' THEN
T.LOCREF<24,7> = ""
END ELSE
......
END
CALL REBUILD.SCREEN

Any help, suggestions ? Maybe there's diff. way of acquiring Radio button's content for Browser.

thanks,
prabal

Please Log in or Create an account to join the conversation.

  • vani
  • Visitor
  • Visitor
15 years 4 months ago #5298 by vani
Replied by vani on topic Re:T24 Browser Radio Button
Have you tried removing the validation routine from the version and try to inout the Choice field from browser? Can you pls try?

I feel validation rtn is not the problem, there should be something wrong with the field definition.

Please Log in or Create an account to join the conversation.

  • prabal123
  • Topic Author
  • Offline
  • Junior Member
  • Junior Member
More
15 years 4 months ago #5305 by prabal123
Replied by prabal123 on topic Re:T24 Browser Radio Button
yeah ofcourse, if i remove the validation rtn, it works.
Even with validation rtn, it woks sometimes. But most of the time it says Record locked.

Please Log in or Create an account to join the conversation.

Time to create page: 0.033 seconds