Topic: Problem creating a Report

I'm having a problem...

i have a form with textboxs of two different tables, but it only send me to the report the information of one table.. what is the problem?

Re: Problem creating a Report

i think i solved the problem... not the way i want it was but i thin i got it XD

another question, how to can i send the information of one checkbox to the report?

Re: Problem creating a Report

Montenegr0 wrote:

i think i solved the problem... not the way i want it was but i thin i got it XD

another question, how to can i send the information of one checkbox to the report?

In the current version you can do it using action of button "Report (SQL)"

Example:

SELECT

firstname,
lastname,
{ChekcBox1}

FROM tablename

where {ChekcBox1} is name of component on the form.
in the same manner you can send the information from any component to report.

Dmitry.