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: shootsie
  • Content: Threads
  • Order by date
  1. shootsie

    setting text in datacombo

    I am using a datacombo that is filled by records in a database query. I want to make the text of the combo box equal to a value that is not in the query so that it displays the text in the combo box, but does not allow the value to appear when they drop down the options from the combo box. I...
  2. shootsie

    Services on 98?

    Is there a way to install a service in Windows 98? Any guidance would be helpful. Thanks! -Ashley
  3. shootsie

    File In Startup

    I'm using wise Installbuilder and I need to know how to put a file in the startup directory so that it loads when I boot up. I see the variable in the wise template, but when I try to put an icon there, it never shows up. Thanks, Ashley
  4. shootsie

    VB as a service - failed to install

    I am writing a service in Visual basic using the NTSVC.ocx control. So far everything's been going really smoothly -- I compile the program, then run it with the -install parameter and it installs -- until my last compile. Now everytime I try to install a compiled version it fails. I have no...
  5. shootsie

    UNC Path exists

    Does anyone know how to determine whether a UNC path exists in VB? I have tried everything and it doesn't work consistantly, even though it may work in debut mode. I have tried: fso.folderexists("//path/test") dir("//path/test") and it does not work consistently. Thanks...
  6. shootsie

    Deleting Key Restraints

    I have a SQL database that I need to remove all key restraints from. Is there a system stored procedure or any tool that can help me to do this? Thanks!
  7. shootsie

    Opening VB Projects From a Certain Path

    I was wondering if anyone knew a way of changing the default path for opening a project file in VB. For example, I keep all of my VB projects in a c:\vb projects directory. When I go to open a project, it defaults to the directory that the visual basic application is in. Is there a way to...
  8. shootsie

    special characters in local url

    Ok, I have a file I need to open on a local drive in Internet Explorer with a special character in the filename. i.e. (no pun intended): c:/what%20file.html The file actually has the %20 in the filename. When IE tries to open it, it interprets the filename as: c:/what%2520file.html %25...
  9. shootsie

    @@ERROR on triggers???

    Does anyone know how to trap an error in a trigger? I can get it to work in everything but a trigger. Something similar to this: IF @@ERROR <> 0 PRINT 'Error Ignored' Also helpful would be any way to ignore an error in a trigger. Thanks! -Shootsie
  10. shootsie

    2 color printing

    I have to create a 2 color image and then print it using color separation. I guess I really have 2 questions: 1) If the image is done using only 2 colors and saved in CMYK format, is it a true '2 color image' ? 2) I go to file, then print, and the color separation options are greyed out...
  11. shootsie

    form size is wrong

    I am using Visual Basic 6.0 to write a form. The width and height properties are set to the correct width and height, and I am not setting them manually anywhere, however when I load the form it appears larger than it is supposed to be. I believe it may be related to the sizerone control that...
  12. shootsie

    Reload Correct Frame

    How do I get my site to reload the correct frame? I have a frameset with 3 frames - a top, side, and main frame. The side frame consists of links with mainframe as the target. Browsing the site works fine, but when I hit the reload button at the top of the browser, it reloads the homepage in...
  13. shootsie

    stroke

    I have a vector image that I cannot get the stroke to show up on. I have tried selecting the entire image and I have also tried editing the image itself by selecting vectors in flash -- on both instances I am setting the stroke and the fill color and trying to fill the image. I get no errors...

Part and Inventory Search

Back
Top