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 strongm 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: *

  • Users: emmanuelbeaudet
  • Order by date
  1. emmanuelbeaudet

    desactivate cd-rom

    Is that possible to desactivate the access to the cd-rom in the registry ? I don't want to pass over all the computer to disconnect the power on the cd-rom. There is over 150 pc. thank you.
  2. emmanuelbeaudet

    GetNextTemplateNumber

    no. just a few line of code to generate a number who is keep in a text file.
  3. emmanuelbeaudet

    GetNextTemplateNumber

    I looked at it and I have the same references on all computer.
  4. emmanuelbeaudet

    GetNextTemplateNumber

    I had to work on a old programm someone wrote in vba on excel. In that code I have this function : GetNextTemplateNumber that excel didn't reconize. Someone know something about that function. The excel file works fine on one pc, but didn't on other where I put the excel file. I think that...
  5. emmanuelbeaudet

    2 differentes version of crystal report

    Hi, Just want to know if that is possible to install 2 differents version of crystal report on the same computer. We have software with report in version 7.0 and presently I run the version on my computer. If I install the version 7.0 on my computer, in differents path, want to know if I will...
  6. emmanuelbeaudet

    error the field is not know

    Hi, I got this error when I execute my report. "the field name is not know." All work perfectly and after a couple of time of executing the report it gave me this error. If I try on another computer I don't get this error. Using Crytal report developper edition v9 O.S. Windows 2K. Any idea...
  7. emmanuelbeaudet

    link table using dao and odbc connection to sql server 2K

    I have a application with some tables linked on SQL server 2K enterprise edition using DAO. All work perfectly, but each time the applicaton needs to access the database it ask for the login and the password to access the database. Is that possible to enter the login and password just one time ...
  8. emmanuelbeaudet

    logon failed

    Have some reports (CR 9.0) that I open in vb6. The database is on ms sql server ent. 2K. If I run the report in crystal I have no problem. When I try to open it in vb on get this message : Logon failed. Details:2800:[Microsoft][ODBC SQL Server Driver][SQL Server]Login failed for user 'sirius'...
  9. emmanuelbeaudet

    create odbc connection to sql server using vbscript

    Yes and I didn't see the connection.
  10. emmanuelbeaudet

    create odbc connection to sql server using vbscript

    Hi, I tried this script that I found on the Net. It create odbc connection to sql server for each machine with the name in a text file. It works fine but its only created the odbc connection on the registry. If I look in the ODBC source in the control panet I can't see the connection, if I look...
  11. emmanuelbeaudet

    sys root

    I tried it, but get a empty message box.
  12. emmanuelbeaudet

    sys root

    Want to know if there is a function or something in vbscript who can give me the sys root of the computer. Whatever if it is c:\, m:\ or anything else. Thank you.
  13. emmanuelbeaudet

    access the root directory with vbscript

    There is a systeme variable who contain the root drive that I can use in vbscript to get the root directory ? thank you
  14. emmanuelbeaudet

    accessing textbox in tabcontrol

    Hi, I have a form with 2 tabcontrols with many tabs on each one. On the form I have 1 tabConrol with 3 tabs. On the second tab of the first tabcontrol I have another tabconrol with 5 tabs. on the first tab in the second tabcontrol I want to access a textbox. something like this...
  15. emmanuelbeaudet

    problems with visual basic .NET and Crystal Report 9.0

    I everyone, I need to pass multiple parameters fields to a crystal report and I need some help. I have multiple range parameter field and multiple dicreste parameter field. If I just pass the multiple range I have no problem, if I just pass the multiple discrete field I have no problem. When I...
  16. emmanuelbeaudet

    parameters fields to crystal report 9.0

    I everyone, I need to pass multiple parameters fields to a crystal report and I need some help. I have multiple range parameter field and multiple dicreste parameter field. If I just pass the multiple range I have no problem, if I just pass the multiple discrete field I have no problem. When I...
  17. emmanuelbeaudet

    maximize form

    It work fine but when I minimize the form and restore it, it don't get the maximum size.
  18. emmanuelbeaudet

    maximize form

    Hi, I' new using visual basic .NET. Can I maximize a form when I open it, like we can do with Access ? I don't want to just make the form the same size of the screen. I want to do the same thing the "maximize button" do in a form. Thank you
  19. emmanuelbeaudet

    Specify the font by code in a list view

    I create a listview. Dim lstCartouches As New ListView lstCartouches.Bounds = New Rectangle(New Point(137, 320), New Size(500, 70)) ..... now I want to specify the font to use in the listview. How can I do that ? Thanks. Emmanuel

Part and Inventory Search

Back
Top