| You can add a custom help button to all of the datawindow built in dialog
windows, such as sort, filter, save as, import. Using modify or the datawindow dot
notation modify the help.file and help.command attributes. Then the typeid for each dialog
type.
dw_1.object.datawindow.help.file='c:\ken.hlp'
dw_1.object.datawindow.help.command=2
dw_1.object.datawindow.help.typeid.XXXXX='help topic'
where XXXXX in:
| ImportFile |
| SaveAs |
| SetFilter |
| SetSort |
Back |