11/22/2024 9:55:45 AM
|
|
slxdeveloper.com Community Forums |
|
|
|
The Forums on slxdeveloper.com are now retired. The forum archive will remain available for the time being. Thank you for your participation on slxdeveloper.com!
Forum to discuss usage & tips for SalesLogix controls and other 3rd party ActiveX controls. View the code of conduct for posting guidelines.
|
|
|
|
Change mouse cursor on Active Form?
Posted: 29 Mar 06 1:45 PM
|
over the counter albuterol inhaler albuterol otc usa msbicoe.com fiogf49gjkf0d Todd Hardin wrote an excellent article about how to change the mouse cursor on a Legacy View, and even mentions the built-in ability to do so in Active Forms in 6.1+... However, I can't seem to find any documentation on exactly how to go about doing that from a script. I see where it can be changed in the form properties in Architect, and it has a bunch of different possible values, so I tried:
Form.Cursor = "crHourGlass"
and some variations on that theme, but those bomb with an error about being unable to convert a variant to a boolean. What is the right way to go about changing the cursor?
As an interesting side note, it would appear that in Architect's version of Intellisense, the Cursor property is recursive... i.e. if I type Form.Cursor. and let the box pop up, Cursor is an available choice... pick it and Cursor is available again, etc. etc. Is that just a display quirk?
Thanks in advance folks! |
|
|
|
Re: Change mouse cursor on Active Form?
Posted: 30 Mar 06 12:13 PM
|
fiogf49gjkf0d I tried:
Form.Cursor = "crHourGlass"
and some variations on that theme, but those bomb with an error about being unable to convert a variant to a boolean.
crHourGlass is a constant that is included in the SLX implementation of the Active Script runtime. Strip the quotes. (I can't speak for Legacy views, though.) |
|
|
| |
|
You can
subscribe to receive a daily forum digest in your
user profile. View the site code
of conduct for posting guidelines.
Forum RSS Feed - Subscribe to the forum RSS feed to keep on top of the latest forum activity!
|
|
|
|
|
|
|
|