Hi,
I have a Crystal Report I created against an Access Database.
I am about to convert the Access Database into SQL Server.
How do I then change the Database the Crystal Report is looking at from the Access Database to the SQL Serer Database.
All the tables in the database will remain the...
Hi,
My understanding of the __doPostBack function is that it will load the __EVENTTARGET.value and __EVENTARGUMENT.value with the name of the control that has initiated the "post"
This makes perfect sense to me, because this is how the server eventually knows which control's event to fire...
Hi,
My understanding of the __doPostBack function is that it will load the __EVENTTARGET.value and __EVENTARGUMENT.value with the name of the control that has initiated the "post"
This makes perfect sense to me, because this is how the server eventually knows which control's event to fire...
Hi,
First let me say that I have absolutely no knowledge of Foreing Language PC's.
I have a vb6 program, Written in the US, that will be installed on a PC in Shanghi, China. It will be installed on a Chinese PC running Chinese Windows. The setup program's default installation folder is...
Hi,
When I want to open a text file to read info I use this vb.net syntax:
Dim sr As New StreamReader("c:\MyText.txt")
Dim t As String
t = sr.ReadToEnd
sr.Close()
Is this not the perferred syntax? It seems to me, the most straight forward.
I'd like to know...
Hi,
I need to convert a vb6 program I wrote into Japanese. Basically I need to change the English Text on the command buttons to Japanese.
I'm running Windows XP and I've installed the asian font sets. I can type Japanese into a MS Word Document, but when I try to type the same text in...
Can someone please tell me why this code works in ASP.NET, (on a web form), but not in VB.NET, (on a windows form).
Dim a(10) As String
a(0) = "Steve"
a(1) = "Rebee"
a(2) = "Lee"
a(3) = "Reed"...
Hi all,
With the code I show below, the cursor does not stay as an hourglass while the report is being generated. Is there a way to keep the cursor as an hourglass until the report is completely loaded into the CrystalReportView1 Control?
Thanks for any help.
Steve...
Hi,
I've created a program using vb.net and on want to put the executable on our company's shared network drive. I know I have to do some permissions setup, but for the life of me I can't figure out how to do it.
I don't care who can run the program, I just want anyone to be able to run it...
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.