Hello,
I'm converting a program from FoxPro 2.6 to 6.0, which has a popup screen with menu that does not seem to function properly in Visual FoxPro. I mark the item with following statement: SET MARK OF BAR RECNO() OF pppName TO .T. When I scan trhough the menu to find marked records I use this line: IF MRKBAR('pppName',RECNO()), which ignores marked lines. It seems to be catching the lines that are selected with mouse, but not the marked ones. Checked the documentation and it looks like I'm doing it the right way.
Would anyone know how to get MRKBAR() to catch marked records or maybe how to select bars instead of marking them. You help is highly appreciated.
Thanks,
IY.
I'm converting a program from FoxPro 2.6 to 6.0, which has a popup screen with menu that does not seem to function properly in Visual FoxPro. I mark the item with following statement: SET MARK OF BAR RECNO() OF pppName TO .T. When I scan trhough the menu to find marked records I use this line: IF MRKBAR('pppName',RECNO()), which ignores marked lines. It seems to be catching the lines that are selected with mouse, but not the marked ones. Checked the documentation and it looks like I'm doing it the right way.
Would anyone know how to get MRKBAR() to catch marked records or maybe how to select bars instead of marking them. You help is highly appreciated.
Thanks,
IY.