Record Selector Funtion (1 Viewer)

MilaK

Registered User.
Local time
Today, 07:48
Joined
Feb 9, 2015
Messages
285
Hello,

I’m looking for a function that will return true or false if a record is selected with a record selector on a continues form. My intention is to select multiple records and use the output of this function to apply conditional formatting to the form.
Any input on this method would be greatly appreciated.

Thanks
 

arnelgp

..forever waiting... waiting for jellybean!
Local time
Today, 22:48
Joined
May 7, 2009
Messages
19,169
correct me if im wrong but I don't think there is such a function.
why not add a Yes/No field to the table and then you can tick it.
 

Micron

AWF VIP
Local time
Today, 10:48
Joined
Oct 20, 2018
Messages
3,476
The record selector will fire the click event of the form but I have no idea what you'd do with that when picking multiple selectors.
 
Last edited:

theDBguy

I’m here to help
Staff member
Local time
Today, 07:48
Joined
Oct 29, 2018
Messages
21,358
Hi. As Micron said, you could try using the Form's Click event and check the value in the SelTop and SelHeight properties. Hope it helps...
 

MilaK

Registered User.
Local time
Today, 07:48
Joined
Feb 9, 2015
Messages
285
correct me if im wrong but I don't think there is such a function.
why not add a Yes/No field to the table and then you can tick it.

Please explain how I would "tick it".

Thanks
 

arnelgp

..forever waiting... waiting for jellybean!
Local time
Today, 22:48
Joined
May 7, 2009
Messages
19,169
here is what I got so far.
inspired by mr. cj_london's work.
Click on the Record selector to highlight.
there is no additional textbox on the background.
 

Attachments

  • RecordSelectorClick.zip
    53.3 KB · Views: 77

Users who are viewing this thread

Top Bottom