On Wednesday 17 December 2008 11:43:50 am johnf wrote:
> Is it possible to create a tempCursor without bizobj's?
> I have no way to pre-define the structure for a bizobj.
> It would be nice to be able to have a temporary cursor to allow me to
> populate the cursor "_records" with something like
> 'dabo.db.dDataSet(tuple(mydata))'
>
> What about using the app DaboPreferences.db to allow a temp cursor?

I was able to fake it -
mycur=self.Application.getConnectionByName('msConnection').getDaboCursor()
because I had a connection.  But it would still be nice to have a Dabo cursor 
without the need to create a connection.  I'm using a text file to populate 
the the cursor.  And once I have the cursor I can use all the Dabo tools.

-- 
John Fabiani


_______________________________________________
Post Messages to: [email protected]
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/[email protected]

Reply via email to