Is it possible

  • Thread starter Thread starter Eric
  • Start date Start date
E

Eric

Is it possible to create an unbound variable in a continous form and
linked with another table variable. If yes then how to declare that
variable and how to point another table variable.

Thanks,
 
Not familiar with an "unbound variable", nor a "table variable".

Can you give us more details about what you're wanting to do?
 
You can't do this with a variable..but you can bind a function to a control
that repeats..and thus you somewhat get the same effect...

So, it really depends on what you are trying to do. Often, if some special
data, or some additional data needs to be shown for each row of the
continues form (grid), I put in a 2nd sub-form to the right..and display
that additional data.

Here is some screen shots of what I mean:

http://www.members.shaw.ca/AlbertKallal/Articles/Grid.htm

You may very well not need a variable here (do expand on what you are tyring
to do here).
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top