Panorama QNA Discussion

Record Count Pane Behavior

Richard J. Kulda proel at myrealbox.com
Tuesday, July 13th, 2004 @ 21:59:43 -0700
In a DB that I've used for years, I've just noticed something I never 
saw before: A button on form (1) invokes a procedure that selects 
some records. It then displays the selected records in another form 
called "SelectedRecords" using the OpenForm command as follows.

IF info("Selected") >1
     SetWindowRectangle  info("ScreenRectangle"),"nopalette nodragbar"
     OpenForm "SelectedRecords"
ENDIF

No problem except that I've noticed that the numbers in the Record 
Count Pane at the bottom of form (1) don't change to reflect the 
change in selected records. The numbers in the "SelectedRecords" 
Record Count Pane are correct, though. I can get form (1) to display 
the Record Count Pane correctly merely by closing and reopening it. 
(Except for this minor irritant, the DB has always worked flawlessly 
and still does.)

Has this always been so or is it a Pan V phenomenon?

Richard J. Kulda Pan v4.9.6
G4 Tower, Version 2.0, 640mb,
OS 10.3.4  (7F44)


Previous Next Previous Next (in Thread)