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: Forcing browse to "select" closest record 1999-08-04 -- Jim Kane The abc answer is you can do it either way. The way I do it is:
ThisWindow.Open PROCEDURE
! Start of "WindowManager Method Data Section"
! [Priority 5000]
! End of "WindowManager Method Data Section"
CODE
! Start of "WindowManager Method Executable Code Section"
! [Priority 500]
pre:sysid=3
access:file.fetch(pre:key)
brw1.selecting=1
! Parent Call
PARENT.Open()
! [Priority 6300]
brw1.selecting=0
initially selects the record with a sysid of 3.
Today is November 23, 2024, 3:29 am This article has been viewed 35214 times.
|
|