anneoctaaf
Programmer
what i want to do is show a picture in a database. The debugger gets to this line...
This.Object.picture_name[li_Row] = String(llvi_Item.Data)
which gives the following error
application terminated
error typemismatch accessing external object property picture_name at line 74 in dragdrop event of object dw_details of w_details
I checked my dw dw_details, but it has a columnname picture_name, so i have no idea why it won't work.
PLEASE HELP!
This.Object.picture_name[li_Row] = String(llvi_Item.Data)
which gives the following error
application terminated
error typemismatch accessing external object property picture_name at line 74 in dragdrop event of object dw_details of w_details
I checked my dw dw_details, but it has a columnname picture_name, so i have no idea why it won't work.
PLEASE HELP!