MouseOverObject

Hi.

I would like to change the cursor icon when the mouse hovers over certain Memofield. Can someone help? Perhaps show the script to do this?

Thank you,


Reinaldo.

Comments

  • edited 9:37PM
    I would like to change the cursor icon when the mouse hovers over certain Memofield. Can someone help? Perhaps show the script to do this?
    Use TfrxMemoView.Cursor property - you can change it in Object Inspector at design time.
    You can do that by code as well (both FR script or your compiler), like in this example
    Memo1.Cursor := crHandPoint;
    
    You may see all types of cursor constants in Object Inspector.
    There's more info about that in Programmer Manual chapter 1.10 Interactive reports.
  • edited 9:37PM
    austingrd wrote: »
    Hi. Are there any other options other than using crHandPoint?
    You can see all options in Object Inspector.
  • Mick, Thank you very much.


    Reinaldo.

Leave a Comment

Rich Text Editor. To edit a paragraph's style, hit tab to get to the paragraph menu. From there you will be able to pick one style. Nothing defaults to paragraph. An inline formatting menu will show up when you select text. Hit tab to get into that menu. Some elements, such as rich link embeds, images, loading indicators, and error messages may get inserted into the editor. You may navigate to these using the arrow keys inside of the editor and delete them with the delete or backspace key.