101

(4 replies, posted in Reports)

Hi,
Is it possible to use more as one table on a report which are NOT connected by reference.

Example:
I have a table with categories and a "setting" table with various static information like company name, address, etc.
Both tables are not connected by reference.

Is it possible to use both tables independent in a report?

The setting table for header information and the category table for the master band with the list of categories?

Thank you.

102

(2 replies, posted in Script)

Thank you.

103

(2 replies, posted in Script)

Version: 3.1

Hi,

Is there any tutorial available about the Class TDataSet?
I can not find it under Classes.

I need to know how to use it and which methodes are available.
With the help of some demos I have found

sample: TDataSet
sample.eol
sample.next
sample.fieldbyname('xxx').????
sample.free

Is there anything to go back like
sample.prev

Is there anything to count the returned lines? etc.

Thank you for information/class descripton.

btw. is there a actual tutorial available. I have seen only a helpfile and tutorial from 2014.

Thank you.