Hi All,
I'm having problems copying rows from a datawindow to a datastore using the RowsCopy function in PB 10.5 (was working fine in PB8). Error is an unhandled win32 exception. Both the DW and the DS use the same dataobject. I do dynamically add columns to both the DW & DS in the application and have checked to ensure that both are identical in column count & type, so there is no problems there. I was able to do a sharedata instead of the rowscopy, but when I later go through and try to delete out a row that I do not want, I get a win32 exception error on the deleterow. If anyone knows of a solution, please let me know. Thanks in advance.
I'm having problems copying rows from a datawindow to a datastore using the RowsCopy function in PB 10.5 (was working fine in PB8). Error is an unhandled win32 exception. Both the DW and the DS use the same dataobject. I do dynamically add columns to both the DW & DS in the application and have checked to ensure that both are identical in column count & type, so there is no problems there. I was able to do a sharedata instead of the rowscopy, but when I later go through and try to delete out a row that I do not want, I get a win32 exception error on the deleterow. If anyone knows of a solution, please let me know. Thanks in advance.