August 21, 200718 yr I was wondering if anyone knew how to show how many "find requests" and which one is being viewed similar to the get(recordnumber) and get(foundcount) functions. The goal is to hide the status bar.
August 21, 200718 yr I don't recall this being in vs. 7 and I can't test it right now but ... In vs. 8.5, you can count the number of requests with Get ( RequestCount ). And Get ( RecordNumber ) would STILL produce the request number you were on. And you can go to a specific find request with Go To Record/Request/Page [ whatever ]
August 21, 200718 yr As comment point out in a recent thread, calculated fields won't work in Find mode, so you'll need to script the placement of those numbers into a global.
August 21, 200718 yr Yes of course ... I assumed that, since it was handled in find mode, that it would be developer scripted because there would be no reason the User would need that info. It was obvious (to me) that it was to continue a developer script (and not necessarily to put it into a global) but thank you for making it clear for everyone. :wink2:
August 21, 200718 yr With the exception of request number, which you can see if you type @@ on the layout.
August 21, 200718 yr The OP is apparently recreating the status area so I assumed he wants this info displayed to the user. But I could be wrong, it's been known to happen. :
Create an account or sign in to comment