Populate the whole window menu path when clicking a row in a grid in a PowerBuilder application
I am using PB 10.5.2 and I have made an application in which, when I open a form and retrieve some data in a DataWindow grid, by double-clicking any row, I want to populate the whole window menu path of a specific menu item...thus for example I want by clicking that row in the grid to open a menu item with the whole menu path extended. Is there any way to do that with code, PowerScript or something similar?
e.开发者_开发知识库g
FILE
|
| ->SAVE
|
|
-> SAVE AS
-> SAVE ALL
and I want to open the whole path of "save as" ==> (FILE-> SAVE -> SAVE AS) and make it open and visible.
Thanks very much in advance !
A user would not expect a menu to open up like that. If double-clicking invokes a save as operation, just open the save as dialog.
精彩评论