1

(3 replies, posted in SQL queries)

Yeah

I figured it out

thnx

2

(3 replies, posted in SQL queries)

Hi

Could someone help me on the way smile

I want a tablegrid automatic filled by selecting a combobox onchange

I have got it working for a textbox wirth the next query

home.edit7.text := sqlexecute('select Opdrachtgever from klant where id =' +home.Klant.sqlvalue);

I tried

home.tablegrid1.cells[1,1] := sqlexecute('select naam Opdrachtgever from klant where id =' +home.Klant.sqlvalue);

but no luck sad

Anyone got a suggestion

thnx

Herman

3

(2 replies, posted in FAQ)

Nice

Exactly what i was looking for

Thnx

4

(2 replies, posted in FAQ)

Hi

Is it possible to autocomplete other fields in a form

Example

I choose a customer from a combobox and i want the adress, postal, city autocomplete on other fields on the same form

Grftz