Registriert seit: 28. Dez 2006
46 Beiträge
|
Insert columns and rows at selected table
5. Jan 2007, 14:47
How I make to (in design mode) insert rows and cols in selected table?
I see consts like
IDM_TRIED_INSERTROW = 14;
IDM_COLUMNINSERT = 2213;
see: http://64.233.161.104/search?q=cache...r&ct=clnk&cd=1
can I use the constants to insert row/ insert cols ? how?
|