frm.SS_#.locate("SS_#",SSN)
But the user would still be able to remove focus from the record you present.
You could also set a filter to keep focus on the selected record!
var
dyn DynArray[] String
endvar
dyn["SS_#"] = SSN
frm.SS_#.setGenFilter(dyn)
Maybe this example will be usefull to you!
It's a partial query I use in an app. to build a answer table for a view!
testOE is a variable used as "variable" column name.
All names with ~ in front are variables.
All names with _ in front are table "connectors".
testOE =...
Hi,
I have performance problems with Pdx9 in Windows 2000.
The problem only exist if I use the menu's or toolbar.
If I use the keyboard shortcuts (F8 instead of Program-Run or Ctrl+F4 instead og clicking X) the performance is normal.
If I click the Program menu it takes over 30sek. to show the...
Hi,
I have performance problems with Pdx9 in Windows 2000.
The problem only exist if I use the menu's or toolbar.
If I use the keyboard shortcuts (F8 instead of Program-Run or Ctrl+F4 instead og clicking X) the performance is normal.
If I click the Program menu it takes over 30sek. to show the...
To my knowledge you do not have access to any property values regarding the Status Bar.
From ObjectPal you can redirect the messages sent to the various info windows but that's it.
/Kim
Don't know if you already have found a solution.
Can't quite follow you on those "premade menu bars" though, how/where did you make them?
When I build menu's I distinguish between a "file"-menu and a "button"-menu.
The "file"-menu is fairly simple to...
Hi,
I have a main form with lots of fields from lots of tables arranged so that the user can get a fast overview of all the info.
In order to get it all in a 800x600 pixel view I have used 3 notebook objects with 3, 4 and 10 tabs (as I said, a lot of info).
2 of the tabs in the 4-tab notebook...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.