Topic: Please i need help to solve these CASES

Hello

First of all, congratulations on such an excellent tool, and thanks for this input.

Presented the following cases:

CASE 1:

I am using a Page Control, in each tab presented a Grid where data is loaded from:
- Country
- State
- Municipality
- City

In each tab is used a combo box to select values for example:
In order to present the Grid of States i must first select the country, when I load the grid based on a SQL associated the button that is assigned the action "SQL Query", the perfect load, but at the time of edit some record presented in the Grid, i presented with a window that said the selected record is empty.

However when it gave him the action SEARCH if it works.

What I am suggesting here is that the burden of the grid's Sean automatically by selecting from a combo box, without ingenious than click on a button to search for

CASE 2:

If i need to present Text Box and/or Label but based on a condition example:
I have the following data:
- # Affiliate
- Affiliate Name
- Name of Bank
- # Purchase Order
- Order Date of Purchase
- # item

but based on conditions must be present a set of data for example:

- CONDITION 1 must submit:
   - # Affiliate
   - Affiliate Name
   - Name of Bank

- CONDITION 2 must submit:
   - Purchase Order #
   - The date Purchase Order
   - Item #

This applies both As for Form to Report, How do I resolve this?

Re: Please i need help to solve these CASES

Hello,

CASE 1:

This happens because there is no record identifier.
Please, add to your SQL query identifier, example: SELECT field1, field2, id ...

Please, open example project (Documents\My Visual Database\Examples\Linked Lists)
In current version you can use for Linked Lists only ComboBoxes.


CASE2:
In current version is not supported.


Thanks )

Dmitry.