I'm new to PowerBuilder 10.5 so I have a question... I created a graph DataWindow. It's a usual graph model, with a simple SQL code.
SELECT data1, data2 FROM table1, table2;
Now I need to get into my "START" command button clicked event and write such a statement which would call my DataWindow under a simple condition:
WHERE key1=key2.
Any advice? I'm trying with the "SETsql" statements?