ALARMus

Fleet Admiral
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
2010-10-15
10:41
245 views
Where can i set description for context help(Control-H) for each field ?
1 Solution
Accepted Solutions
Mukesh G

Absent Member.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
2010-10-19
15:58
Another way of doing this is from tables :
Fields defined in a table also have the capabilities from where you can define/edit the default help on the fields.
You need to follow following steps:
-Go to the System Definition
-Choose a table (say agent)
-Click on the Fields and Keys tab and select a field.
-Now in general properties you will be seeing the "Edit default help on this field" in case of newly created field it should be "Create default help on this field" click on this and define your help.
And yes this method of defining the Default help on the fields is diffrent but the help on the fields will be stored into the help table.
HTH
Regards,
Mukesh
Fields defined in a table also have the capabilities from where you can define/edit the default help on the fields.
You need to follow following steps:
-Go to the System Definition
-Choose a table (say agent)
-Click on the Fields and Keys tab and select a field.
-Now in general properties you will be seeing the "Edit default help on this field" in case of newly created field it should be "Create default help on this field" click on this and define your help.
And yes this method of defining the Default help on the fields is diffrent but the help on the fields will be stored into the help table.
HTH
Regards,
Mukesh
3 Replies


Fleet Admiral
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
2010-10-16
01:01
Use database manager and edit the records in the "help" table.
The value in the Brief Description is what shows up when the user clicks the Ctrl-H.
The values in the Keywords tab in the Table Name and Field Name determine which help file goes with which field.
The value in the Brief Description is what shows up when the user clicks the Ctrl-H.
The values in the Keywords tab in the Table Name and Field Name determine which help file goes with which field.
Mukesh G

Absent Member.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
2010-10-19
15:58
Another way of doing this is from tables :
Fields defined in a table also have the capabilities from where you can define/edit the default help on the fields.
You need to follow following steps:
-Go to the System Definition
-Choose a table (say agent)
-Click on the Fields and Keys tab and select a field.
-Now in general properties you will be seeing the "Edit default help on this field" in case of newly created field it should be "Create default help on this field" click on this and define your help.
And yes this method of defining the Default help on the fields is diffrent but the help on the fields will be stored into the help table.
HTH
Regards,
Mukesh
Fields defined in a table also have the capabilities from where you can define/edit the default help on the fields.
You need to follow following steps:
-Go to the System Definition
-Choose a table (say agent)
-Click on the Fields and Keys tab and select a field.
-Now in general properties you will be seeing the "Edit default help on this field" in case of newly created field it should be "Create default help on this field" click on this and define your help.
And yes this method of defining the Default help on the fields is diffrent but the help on the fields will be stored into the help table.
HTH
Regards,
Mukesh
ALARMus

Fleet Admiral
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
2010-10-20
05:11
Thank to all.