i am using the switch to filter the data i get something like bellow
Code: Select all
case "Liqueurs"
put revQueryDatabase(sConnID,"SELECT rowid FROM datadrinks where cat like 'liq%' ") into sCursorID
break
case "noalco"
put revQueryDatabase(sConnID,"SELECT rowid FROM datadrinks where cat like 'Non%' ") into sCursorID
break
Code: Select all
set the backgroundpattern of graphic id 1068 of group id "1012" of card id 1011 of stack "Data Grid Templates 1417794119370" to image id 1053 of card id 1002 of stack "images"
execution error at line 4 (Object: can't set object property), char 2
what i do wrong here?