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 Wanet Telecoms Ltd on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

How to make the system detect what information’s should the license di

Status
Not open for further replies.

audaweya

Programmer
Sep 7, 2006
5
MY
I am doing license printing. How to make the system detect what information’s should the license display. (Before the license-printing users need to fill in a form. There a more then one form eg. Form type A, Form type B, Form type C etc..)

Eg: For type A, type B and type C display as follow:

Company Name: XXXXXX (display in capital letter)
Company Address: XXXXXX

Additional for type B, we need to add “Company Registration Number”




Eg: For for type D display as follow:

First line: Company Name: XXXXXX (display in capital letter)
Company Registration Number: XXXX

Eg: type D display as follow:
First line: Company Name: XXXXXX (pick up from information from type B application form)
2nd line onward: pick up information from type C application form

Eg: Other Form Categories:

First line: Company Address (pick up from information from application form)


This thing really makes me confuse and I don’t know how to do it. Need to find solution for this requirement as soon as possible. Thank You
 
Are you aware that this is a Crystal Reports forum?

Are you asking how you might send data from a form to Crystal, or?

Nothing about anything you've posted seems complicated from a Crystal standpoint, to make capitals use the UPPERCASE function, and to conditionalyl display fields, place the fields in separate sections (right click the details and select insert section below) and place the fields in each section and use formulas to display when the application form is of that type and conditionally suppress if not.

I won't guess further until you post meaningful technical information:

Crystal version
Database/connectivity (we don't care about you data collection forms, unless you AREN'T getting the data from a database).
Example data

-k
 
I'm creating the license using crystal report.I want to know how to send data from the form to crystal report in that situation.

Thank you,
 
The form is written in what language, using what version of Crystal? Forms cannot be created in crystal, so you're just wasting time not stating specifics. Not sure why you ignore questions, perhaps it's the language barrier, but you'll not get far with your current approach.

Here's the sample applications, perhaps this is all you need:


-k
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top