works a treat peeking the next char.
many thanks.
Regards
Stella
There are 10 types of people in the world. Those that understand binary and those that don't.
Hi
I need to read blocks of a binary data file with Visual Studio 2005.
I can't seem to find a way of checking for Eof (End of file)
looping around a FileStream ReadBytes operation. I can't find Eof values in the FileStream class and I tried to catch the possible error during ReadBytes but...
That was my first thought but there is no grouping set.
Thanks for the input though.
Regards
Stella
There are 10 types of people in the world. Those that understand binary and those that don't.
Use funnction INDIRECT(cell)
If cell $B$23 contains the value 5 and cell $C$100 contains the reference "$B$23" then =INDIRECT($C$100) returns 5.
Regards
Stella
There are 10 types of people in the world. Those that understand binary and those that don't.
neepshed
Use funnction INDIRECT(cell)
If cell $B$23 contains the value 5 and cell $C$100 contains the reference "$B$23" then =INDIRECT($C$100) returns 5.
Regards
Stella
There are 10 types of people in the world. Those that understand binary and those that don't.
Hi
I got an odd but very irritating problem with Excel 2002 (XP)
I have 5 sheets in a workbook. If I select a sheet and key a value into cell A1 the value also appears on 2 of the other sheets in cell A1. If I format the cell the formatting appears on the other sheets.
Any idea why this would...
Hi Peter
Hyperion creates the HYPENT.INI file in the default Windows OS folder (either \windows or \winnt) depending on the version of Windows you are using. There is no option to select the path of the HYPENT.INI.
I don't run with Citrix but if you have the possibility for folder redirection...
to be honest i wouldn't use ntbackup. in fact i'm not sure your exhange data is being backed up correctly if that's all you're using.
use something like backup exec with the exchange add-in. this simplies the whole procedure. If you also get the disaster recovery add-in it can create a bootable...
Hi
I have an exchange 5.5 server. A few weekends ago the server became unstable, ran slow and erratic, and for some reason sent the last few weeks of already sent emails again!!!
Does anyone have any experience as to why this would happen?
stella indigo
Regards
Stella
There are 10 types...
Hi
Got a problem with my Exchange 5.5 Server. I use IMAP4 for roaming users and Direct EXCHANGE (Outlook) clients for in the office users.
Our Exchange server crashed over the weekend and since a reboot the IMAP4 clients can't connect. SMTP and direct-EXCHANGE access is OK.
I can't telnet...
Hi
I resolved my problem so this may help you.
I have an Exchange 5.5 Server, Outlook 2002/XP clients and my VB.NET application for automated email generation in HTML format.
My problem was that emails sent out of the exchange server to remote users are sent as plain text but emails sent to...
hi
did you manage to resolve this issue?
I have a similar problem where my automated HTML emails are displayed as Plain Text. This happens on many of my email clients, 2002 XP, 2003 and 2007. My 2002 XP outlook on my desktop PC displays it OK.
Crazy!!!!
Regards
Stella
There are 10 types of...
thanks for the feedback. the select then move to caret does work.
there is a slight display error with this method you see the first lines flicker in the view when the select move runs but it's ok for my needs.
might try a list box to resolve this issue for future reference.
thanks again...
Hi
This maybe a simple solution to something I've lost the plot with,
I have a text box on a form that is filled with status data as a process is running. The box fills OK (normally with 900 lines of status data) It has 10 lines of text in view.
My problem is that the box does not Autoscroll...
Hi
I've just installed office 2007 and the gui is different. Any one know how to get the new style windows, menus, dialog etc?
Regards
Stella
There are 10 types of people in the world. Those that understand binary and those that don't.
Hi
Thanks for the help. I got it working eventually. I found that the statement
daTrackDataAdaptor = New OleDb.OleDbDataAdapter("select * from tblTracking", strConnectionString)
daTrackDataAdaptor.Fill(dsTrackDataSet)
stopped the xml data load. if i comment out the...
Hi
I removed the IgnoreSchema parameter from the ReadXML command and it made no difference for me :o(
The code to view the dataset still shows 1 table and 0 rows.
Can you paste your code that works?
Many thanks for your help with this issue.
Regards
Stella
There are 10 types of people in...
Hi
Thanks for the quick reply.
I removed the dsTrackDataSet.AcceptChanges() line and it's made no difference. The code just before that line
MsgBox("Tables in set " & dsTrackDataSet.Tables.Count)
For Each dtTrackDataTable In dsTrackDataSet.Tables
MsgBox("Rows in...
Hi Everyone
I'm having problems reading a datafile full of XML data into a dataset then posting it back to a database table (access).
Here's my code,
Private Sub Button1_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button1.Click
Dim cnTrackConnection...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.