Hi,
I am really greatful for response. Please have in mind that I am begginer with flipabit.
I have created button, text and table. I tried to make a button and by action CLICK select value of field1 from table and assign it to to property text of text widget.
In action window I have created Button->click ->text1->settext->script : return document.childByName("Table3").sqlQuery="SELECT field1 FROM data ORDER BY \"pma_id\" ASC LIMIT 1"
Problem is that sql is not executed but assigned to text as string. Output is value of text:
SELECT field1 FROM data ORDER BY “pma_id” ASC LIMIT 1
What went wrong?
thanks
Andre