![]() |
Make ReportRecordItem editable |
Post Reply ![]() |
Author | |
sserge ![]() Moderator Group ![]() Joined: 01 December 2004 Status: Offline Points: 1297 |
![]() ![]() ![]() ![]() ![]() Posted: 01 March 2006 at 3:36am |
Hi,
Try it from another side: allow editing for the control itself and disable editing for all other columns, like:
-- WBR, Serge |
|
![]() |
|
Shawshank ![]() Senior Member ![]() Joined: 16 October 2005 Status: Offline Points: 117 |
![]() ![]() ![]() ![]() ![]() |
I want to have two ReportRecordItems be editable, i.e. single click upon the item and the text within can be edited. I use the following code in that attempt: Dim Record As ReportRecord Dim Item As ReportRecordItem Dim Column As ReportColumn Set Record = Me.rc.Records.Add() Item.CreateEditOptions Set Item = Record.AddItem("Garvin") Me.rc.Populate
|
|
![]() |
Post Reply ![]() |
|
Tweet
|
Forum Jump | Forum Permissions ![]() You cannot post new topics in this forum You cannot reply to topics in this forum You cannot delete your posts in this forum You cannot edit your posts in this forum You cannot create polls in this forum You cannot vote in polls in this forum |