Print Page | Close Window

Data Type checking for report grid items

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=5330
Printed Date: 13 June 2025 at 4:56pm
Software Version: Web Wiz Forums 12.04 - http://www.webwizforums.com


Topic: Data Type checking for report grid items
Posted By: creatman
Subject: Data Type checking for report grid items
Date Posted: 20 October 2006 at 8:25am
Hello everybody!

I have following problem:  some cells in the same column in my report grid should support special defined type (one type for one cell), i.e. If I input data of different type cell should block this.

For example I have special item of integer data type, thus I cannot input in this item something like "ABCD" or "0.99999".

Do Xtreme ReportControl support item data type checking?



Replies:
Posted By: sserge
Date Posted: 21 October 2006 at 5:46pm
Hi,

Yes, there is some type chacking support. Take a look at EditOptions property and a corresponding class properties.

Example:

pColumn->GetEditOptions()->m_dwEditStyle |= ES_NUMBER;


--
WBR,
Serge


Posted By: jpnascim
Date Posted: 23 October 2013 at 9:00am
When I attempt doing the above, ALL of the columns in my Report Control becomes constrained to only accept number, even though I only set for one column.

We are currently using version 11.3. Is it a known bug in this version?



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