Codejock Forums Homepage
Forum Home Forum Home > Codejock Products > Visual C++ MFC > Report Control
  New Posts New Posts RSS Feed - HOWTO: Set tooltip in row number item?
  FAQ FAQ  Forum Search   Events   Register Register  Login Login

HOWTO: Set tooltip in row number item?

 Post Reply Post Reply
Author
Message Reverse Sort Order
mgampi View Drop Down
Senior Member
Senior Member
Avatar

Joined: 14 July 2003
Status: Offline
Points: 1198
Post Options Post Options   Thanks (1) Thanks(1)   Quote mgampi Quote  Post ReplyReply Direct Link To This Post Topic: HOWTO: Set tooltip in row number item?
    Posted: 07 June 2017 at 2:35am
Hello;

I use the integrated row numbering feature, but I need a tooltip to be shown when the mouse is over this item.
How can I achieve this?

To enable row numbering I use this code sequence:
  ReportCtrl_.AssignIconViewPropNumAndIconNum(-1, -1, TRUE, 30);
  ReportCtrl_.GetPaintManager()->m_iRecOrRowStart=1;


therefore I expect item (column) -1 to contain the row number, but I always get NULL pointers when calling GetItem(-1). What do I have to call to get the corresponding item for the row number - especially while creating a new record?

TIA
Martin

Product: Xtreme Toolkit v 19.0.0, new Projects v 19.1.0
Platform: Windows 10 v 1909 (64bit)
Language: VC++ 2017
Back to Top
 Post Reply Post Reply
  Share Topic   

Forum Jump Forum Permissions View Drop Down

Forum Software by Web Wiz Forums® version 12.04
Copyright ©2001-2021 Web Wiz Ltd.

This page was generated in 0.141 seconds.