Login
`
Templates, Tools and Utilities
|
||
Add a comment to an Icetips ArticlePlease add your comments to this article.
Please note that you must provide both a name and a valid email address in order
for us to publish your comment. Comments are moderated and are not visible until they have been approved. Spam is never approved!
Back to article list Search Articles Add Comment Printer friendly Direct link Par2: Opening app (browse) with specific record selected 1999-05-18 -- John Singer >How can I open an app to a particular record in a file, if the identifying
>information is passed from another app? Would an ini file be the best way,
>or some other way? Could you provide some sample code snippets?
In the Init method of the browse before the browse init statement, put
BRW1.StartAtCurrent = TRUE
!Fill the key fields with the info from win.ini or wherever
BrowseSt.Init(?etc...
see AH pg 263
Today is November 21, 2024, 7:32 am This article has been viewed 35199 times.
|
|