This topic is locked

User Defined Field Labels

8/15/2007 4:33:18 PM
ASPRunnerPro General questions
K
KingDean author

Would like to see the ability or if it exist, know how to implement, for a user to Tell what they want a field called. I can see a need for some users to personalize the products?
I use the field Admin Notes, maybe let the on site tech call it something else?

Sergey Kornilov admin 8/15/2007

Use one field content as a label for another one?

K
KingDean author 8/16/2007

Yes, i want a user to be able to go to a screen a type in the Name of the Field. I want them to feel like it is "Their" Application"> Use one field content as a label for another one?

Sergey Kornilov admin 8/16/2007

KingDean,
you can have a separate table to store field labels for each user. You can retrieve all fields label in AfterSucceddfulLogin event and store all of them in Session variable. After that you can use OnScreen events in ASPRunnerPro 5.1 to display custom labels.