Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations biv343 on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Using memo fields in formula in VC++ application and using CR 8.5

Status
Not open for further replies.

dhanashri

Programmer
May 9, 2005
2
US
Hello

I have a VC++ GUI application which takes in variety of parameters and the prepares a query and generate crystal report. I am having problem with the memo fields as i can't get them in formula can someone give me an idea how to use memo fields in formula, or any other work around. As I am very new to crstal reports some code in VC++ as to how to do this will be of great help.

Thanks in advance.
 
That's a limitation of CR 8.X and below, 254 char fields are the max to be used in a formula.

Cast or Convert the memo field into 254 size chunks and you can then use them in formulas.

-k
 
Can you please explain how i can cast or convert the memo field. Should i do it in the database design or in my program.

Dhanashri
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top