Hi all
i start new simple project
page size = 800*600
i add a grid object in this position :
X = 10;
y = 610;
now, i try to insert row in grid. but i give this error code :
grid pointer is not valid. (i think this error occur because grid position is outside of page)
but when grid is in this position :
X = 10;
Y = 10;
insert row action work correctly.
adding item to other object like "list box" even when object is outside of page, will work correctly.
i start new simple project
page size = 800*600
i add a grid object in this position :
X = 10;
y = 610;
now, i try to insert row in grid. but i give this error code :
grid pointer is not valid. (i think this error occur because grid position is outside of page)
but when grid is in this position :
X = 10;
Y = 10;
insert row action work correctly.
adding item to other object like "list box" even when object is outside of page, will work correctly.
Comment