RE: Crazy intermittent problem. Need help as soon as possible.

2004-03-19 Thread Dave Tabor
Yes the records are being stored erroneously. I don't actually notice the problem until the data is read when opening the program the second time. My session is opened and closed each time that reading and writing is done. Normally, the connection is closed. I'm basically doing this: 1)

RE: Crazy intermittent problem. Need help as soon as possible.

2004-03-19 Thread Donald Kibbey
streamwriter and textwriter are .Net objects used to write stuff to files. I've encountered some interesting issues when I forgot to flush them Don Kibbey Financial Systems Manager Finnegan, Henderson, Farabow, Garrett Dunner LLP [EMAIL PROTECTED] 03/19/04 09:17AM Hi, I'm using

RE: Crazy intermittent problem. Need help as soon as possible.

2004-03-19 Thread Timothy Snyder
Dave Tabor wrote on 03/19/2004 09:39:29 AM: Yes the records are being stored erroneously. I don't actually notice the problem until the data is read when opening the program the second time. It sounds like you're basing this on the way your program is displaying things. Have you

RE: Crazy intermittent problem. Need help as soon as possible.

2004-03-19 Thread Dave Tabor
Hi, and thanks for the assistance. Timothy Snyder wrote: I'm just trying to isolate whether the problem with your program is in the update or display routine. Sorry that I didn't explain this better. What I'm actually seeing is that everything on the screen looks fine. I'll move a few

RE: Crazy intermittent problem. Need help as soon as possible.

2004-03-19 Thread Dave Tabor
Are these internal in the UniObjects interface? I haven't encountered them before. - Dave -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of Donald Kibbey Sent: Friday, March 19, 2004 9:48 AM To: [EMAIL PROTECTED] Subject: RE: Crazy intermittent problem. Need

RE: Crazy intermittent problem. Need help as soon as possible.

2004-03-19 Thread Dave Tabor
Good thought. I haven't, but it's a good way to go. I'll let you know what I find. Thanks, Dave -Original Message- Behalf Of Piers Angliss Have you (can you) examined the Schedule1 table to verify that the corruption is occurring between Schedule1 and SCHED_DATA and not between screen

RE: Crazy intermittent problem. Need help as soon as possible.

2004-03-18 Thread Peter Olson
can you show us some code ? -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of Dave Tabor Sent: Thursday, March 18, 2004 4:18 PM To: U2 Users Discussion List Subject: Crazy intermittent problem. Need help as soon as possible. Hi, Everyone. I'm having trouble

Re: Crazy intermittent problem. Need help as soon as possible.

2004-03-18 Thread Donald Kibbey
You don't say what your using to write the data. On the PC side, look for the flush() function of the streamwriter and textwriter objects. Are you maintaining a constant connection with the UniData machine? Really need some code to look at to help. Thanks, Don Kibbey Financial Systems

Re: Crazy intermittent problem. Need help as soon as possible.

2004-03-18 Thread Timothy Snyder
Dave Tabor wrote on 03/18/2004 04:17:47 PM: I'm having trouble with a scheduling program I'm writing in VB.net, on a WinXPpro system, using UniObjects, that extracts and writes data to a file in our Unidata 6.0.3 system on an AIX 5.1L system. The trouble that I'm having is that the data

RE: Crazy intermittent problem. Need help as soon as possible.

2004-03-18 Thread Dave Tabor
Here is some of my code, but it's quite long. I've trimmed it to just the sections that deal with data reading and writing, as I'm pretty confident that the error is in there somewhere. NOTE: SchedBox(col,row) is an array of custom control that is similar to a cell in a grid. Quick List of