Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. SSchimsky

    Access to SQL Server 2000

    vidru, That looks like it'll do it! Thanks for the advice! I'll try it when I get to the office in the morning! Thanks again. Steve
  2. SSchimsky

    Access to SQL Server 2000

    BTW, I'm using Crystal Reports Version 9 Steve
  3. SSchimsky

    Access to SQL Server 2000

    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...
  4. SSchimsky

    __doPostBack General Question

    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...
  5. SSchimsky

    __doPostBack General Question

    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...
  6. SSchimsky

    Anyone in China?

    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...
  7. SSchimsky

    So many ways to do the same thing

    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...
  8. SSchimsky

    Japanese Text On A Command Button.. How To?

    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...
  9. SSchimsky

    Works In ASP.NET but not in VB.NET ... Why???

    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&quot...
  10. SSchimsky

    Wait Cursor While Processing

    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...
  11. SSchimsky

    VB.Net DataGrid From DataReader?

    Just what I thought. :-( Thanks for all your help! Steve
  12. SSchimsky

    VB.Net DataGrid From DataReader?

    Hi, Is it possible to set the DataSource of a VB.NET DataGrid to a DataReader rather than a DataSet Table? If So, How? Thanks for any info. Steve
  13. SSchimsky

    run an executable on a shared network drive

    Santosh1, Thank You! I beleive the steps that you outlined worked! Thanks again Steve
  14. SSchimsky

    run an executable on a shared network drive

    Chip, Hi, Thanks for your reply, I have installed the .net framework on everyone's computer, (and the server), and made the program accessible via a network share. The problem I'm having is with: Mscorcfg.msc We are running Windows Server 2000 with active directory. For the life of me, I...
  15. SSchimsky

    run an executable on a shared network drive

    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...
  16. SSchimsky

    this should be EASY

    How do I reference a varible used in vbscript with asp code?

Part and Inventory Search

Back
Top