Hi all,

I don't understand in detail how the values from a FormDatasource are
displayed from the controls.

In a standard form a query (this.query) fetches the values from the
database. In this query I don't have a FormDatasource, I have a
QueryBuildDatasource which is initalized with a tableid.
So my FormDatasource in my form is not identical with the
QueryBuildDatasource. They only point to the same Table.
But there is no object identity!

After "executeQuery" the query is executed and the resultset is
fetched from database and the controls get their values, somehow.

Do they get the values from QueryBuildDatasource ?
And how is the cursor from my FormDatasource set to the right record ?
It must be done from Query or QueryBuildDatasource !

Now I come to the reason, why :

Is there a possibility to manipulate the content from the resultset
from this.query ?

The whole framework with Query and FormDatasource is build for getting
data from database into the form. That's in nearly 99% okay.

I want to display data structured like normal tables but saved in
container to be displayed and manipulate in standard forms.
In this case I have to bypass the framework. Otherwise I can not
display the data, because my data is not in the database tables but in
    in container.
The Query get no resultset, I fill the FormDatasource with the content
in the container.

How can I get thew controls to display the content from my
FormDatasources ?

Someone here who knows the framework ?

Regards

Manfred





Yahoo! Groups Sponsor
ADVERTISEMENT
click here


Yahoo! Groups Links

Reply via email to