Link to home
Start Free TrialLog in
Avatar of tekkehost
tekkehost

asked on

Rich Forms qry/dsp CFMX7

Fairly simple question. I'm using Fusebox 4.1 (MVC) as framework. I want to use the new Rich Flash Forms feature in CFMX7.

My question is:

Can I bind a selected record in a data grid on "Tab 1", to display a "select/edit" form on "Tab 2"?

I want my users to select a record in a data grid on the first tab of my flash form. After that record has been selected, if they click on tab 2, it would display that individual record's "edit" form.

How would you do this?

Please let me know if I need to be more specific.

Thanks,

Michael Jones
ASKER CERTIFIED SOLUTION
Avatar of cyberdevil67
cyberdevil67

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of tekkehost
tekkehost

ASKER

So in other words, binding to a text field on another tab is accepted?
Yes it sure is...

If you look into the documentation of cf7, there is an example of a cfgrid where it binds to a master/detail section where you click on the grid and it populates text fields.