Did you change the variable name of the fillindata from pDataArray (which is the default param name I believe) to tData? Or did you write your own fillindata and use tData? If the second, is the original fillindata still there? So that maybe there is a conflict?
Also, I see you have this:
Code: Select all
set the filename of image "url to my image" of me to tData ["fldRegistered"]
Did you really name the image object in your template to "url to my image" ?
I find it easier to code these things if my names match my data keys.
You might rename the image object to to fldRegistered so that your line becomes
Code: Select all
set the filename of image "fldRegistered" of me to pDataArray["fldRegistered"]
Finally, when you added the image object, are you sure you added it to the correct spot? I'm sure you did, but just in case...
TO make sure, select your datagrid, click "row template", make sure you do NOT have "select grouped" chosen in the lc menubar. Then click your image object. If you can select only your image object when you do this it means the image object is OUTSIDE the group that it needs to be in. If you cannot select the image object but can see it chances are things are correct. TO confirm click the group (any object should work to select the group) and click the "edit group" button. At this point you should still be able to see the background, any fiends and objects that are in the template, and make changes.
If any of your objects disappear when you go into edit mode, that means they were outside the group and in the wrong place. The proper procedure to add objects to the template is.. click the "row template" button in the inspector, then select the group (with "select grouped" turned off of course) , then click "edit group" At this point, add, change, remove any objects in the group as needed, then reverse the order. Turn off edit group and close the edit group window, you'll be prompted to save.