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 bkrike 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
  • Content: Threads
  • 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

    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...
  3. 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...
  4. 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...
  5. 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 ...
  6. 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'...
  7. 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...
  8. 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.
  9. 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
  10. 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...
  11. 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...
  12. 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...
  13. 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
  14. 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
  15. emmanuelbeaudet

    form automaticly resizing

    Hi, I set the size of the form to 800,600. But when I reopen it in the visual basic editor it always set the size to 804,642. Can I do something to prevent that ? Thank you
  16. emmanuelbeaudet

    click event on specific page in tabcontrol

    Hi, How can I get the click event on a specific tabPage in a tabControl ? Thank you Emmanuel
  17. emmanuelbeaudet

    create listview on specific page on tabcontrol

    Hi everybody, I just want to add a listview that I had created on a specific page of the tabcontrol. If I just want to add it on the form I just have to put this code : Me.Controls.Add(listview1) but if I want to create it on the specific page of the tabcontrol ...
  18. emmanuelbeaudet

    creating dll file

    Hi, How want to create a dll file with the icon I will need in my application. Something like "SHELL32.dll" in windows. A file who will contain all the *.ico. Someonw know where I can find sample code to do it ?? Because I had no idea how to do it :) thank you emmanuel
  19. emmanuelbeaudet

    set icon on form by code

    I'm trying to set the form icon using code with vb .NET me.icon = ???? or something else ??? It worked fine when I set the pictures on the buttons but for the icons... Thank you
  20. emmanuelbeaudet

    config in visual basic .net

    Hi, I'm using Visual studio 2003. I don't know if something changed, but I couldn't change the size of the control with the keyboard. I should use the mouse. Is there some config I can change ?????? thank you emmanuel

Part and Inventory Search

Back
Top