On Friday 17 April 2009 08:08:57 am Sibylle Koczian wrote:
> Additional question: the procedure I'm executing with the temporary
> cursor is executable, not selectable, so it doesn't return data. Would
> using the existing cursor wipe out the current dataset even in that
> case? At the moment I call requery() after executing the procedure,
> because I need the newly inserted data in my bizobj.

No - a temp cursor is independent of the bizobj that created it.  So 
newTempCursor = self.PrimaryBizObj.getTempCursor() is completely independent 
of the primary bizobj.

-- 
John Fabiani

_______________________________________________
Post Messages to: Dabo-users@leafe.com
Subscription Maintenance: http://leafe.com/mailman/listinfo/dabo-users
Searchable Archives: http://leafe.com/archives/search/dabo-users
This message: 
http://leafe.com/archives/byMID/200904170819.05395.jfabi...@yolo.com

Reply via email to