Print Page | Close Window

Preview Text editing

Printed From: Codejock Forums
Category: Codejock Products
Forum Name: Report Control
Forum Description: Topics Related to Codejock Report Control
URL: http://forum.codejock.com/forum_posts.asp?TID=5169
Printed Date: 19 September 2024 at 12:54pm
Software Version: Web Wiz Forums 12.04 - http://www.webwizforums.com


Topic: Preview Text editing
Posted By: LittleJK
Subject: Preview Text editing
Date Posted: 28 September 2006 at 6:09pm
Hi, I was wondering how to edit the preview text? I'm getting stuck on how the preview item interacts with the false column that it's supposely pointing back to.
 
Thanks



Replies:
Posted By: sserge
Date Posted: 02 October 2006 at 4:21pm
Hi,

I'm afraid this piece of functionality isn't available in Report Control yet.

--
WBR,
Serge


Posted By: LittleJK
Date Posted: 02 October 2006 at 4:34pm
Really? So would you say that the documentation is not accurate?
 
here is a screen shot of the help file:


Posted By: sserge
Date Posted: 02 October 2006 at 5:18pm
Well, if you mean editing by user, then setup should look like below:

...
ReportControl.AllowEdit = True
ReportControl.PreviewMode = True
...
Record.PreviewItem.Editable = True
'and if needed:
Record.PreviewItem.CreateEditOptions
Record.PreviewItem.EditOptions....


You can use access to PreviewItem property as described below in the documentation. Just in case I've just tested it and it works fine.

But if you mean start editing using ReportControl.EditItem method, that will be a problem -- that's what I meant.

--
WBR,
Serge


Posted By: LittleJK
Date Posted: 02 October 2006 at 5:33pm
Awesome... I new it was something simple that I was missing, I wasn't setting the previewitem.editable = true.  Now if I can figure out how to Extend the tree lines when using the preview mode... i'll be set. Thanks
 
 



Print Page | Close Window

Forum Software by Web Wiz Forums® version 12.04 - http://www.webwizforums.com
Copyright ©2001-2021 Web Wiz Ltd. - https://www.webwiz.net