Login
`
Templates, Tools and Utilities
|
||
Icetips Article
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 21, 2024, 8:39 am This article has been viewed 35211 times.
|
|