Are you connecting each time you access the universe database?
Sounds a bit of over kill, why not just reuse the connection?
We came across a feature that caused us some headaches, after you use a method you 
MUST check for errors, if you don't things don't work.

Les

-----Original Message-----
From: UmFooFoo Murphy [mailto:[EMAIL PROTECTED]
Sent: 29 January 2004 04:44
To: [EMAIL PROTECTED]
Subject: Help with UniObjects


Hello List.

I'm hoping that someone out there can help me.  I have an application in 
Visual Basic that uses UniObjects.  There is a text box that prompts for a record id.  
In the lost focus event of the record id's text box, I am 
opening a file, reading a record, and populating all of the other text boxes 
on the form.  At the end of the SUB, it closes the file, and disconnects 
from the ObjSession.  Sounds easy enough right?  Wrong!

The first pass through goes fine.  I enter an ID and the boxes are 
populated.  However, when I go back to enter a second record id, it appears that the 
.OPENFILE method in the lost focus event fails.  The FileObj is set 
to NOTHING.  However, the .ERROR property of the ObjSession is set to 0 
(zero) so it also seems that no error occurred.

Either way, I cannot use the File Object as all of the subsequent methods of 
the File Object fails.

I have searched the UVDocs documentation and, according to it, I am using all of the 
objects and methods correctly.

Universe 9.6.1.3 on NT

Thanks, in advance, for any help that anyone can offer.

_________________________________________________________________
Rethink your business approach for the new year with the helpful tips here. 
http://special.msn.com/bcentral/prep04.armx

_______________________________________________
u2-users mailing list
[EMAIL PROTECTED]
http://www.oliver.com/mailman/listinfo/u2-users


This e-mail and any attachments are confidential and intended solely for the use of 
the addressee only. If you have received this message in error, you must not copy, 
distribute or disclose the contents; please notify the sender immediately and delete 
the message.
This message is attributed to the sender and may not necessarily reflect the view of 
Travis Perkins plc or its subsidiaries (Travis Perkins). Agreements binding Travis 
Perkins may not be concluded by means of e-mail communication.
E-mail transmissions are not secure and Travis Perkins accepts no responsibility for 
changes made to this message after it was sent. Whilst steps have been taken to ensure 
that this message is virus free, Travis Perkins accepts no liability for infection and 
recommends that you scan this e-mail and any attachments.
Part of Travis Perkins plc. Registered Office: Lodge Way House, Lodge Way, Harlestone 
Road, Northampton, NN5 7UG.

_______________________________________________
u2-users mailing list
[EMAIL PROTECTED]
http://www.oliver.com/mailman/listinfo/u2-users

Reply via email to