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

  1. SalemGrafix

    Referencing another web page from a "child" page?

    I am creating a website for a friend, and I'm not sure if this is something that can be done with HTML, Javascript, or at all: Main Page displays info from a database. If the user viewing the page clicks on "Add" to add more information, a "child" page pops up, and asks for data. "Child" page...
  2. SalemGrafix

    Closing a form (such as a splash screen) from another form

    I have created a splash screen, and once the main form is loaded, I want to close (or dispose of) the splash screen. Everytime I have tried this, one of two things happens. Either the splash screen stays resident (memory leak issues) or the whole application closes. The names of the forms...
  3. SalemGrafix

    ADO ODBC Connection - Null Fields not allowed?

    I have been trying to save a record that I want to set the value in the field to NULL, and have been unsuccessful. I have tried setting the field (ie. txtAmount.text = Null) and saving the record only to get an error message "Run-time error 94: Invalid Use of Null". I have also tried VBNULL...
  4. SalemGrafix

    VB - Crystal Reports - Preparsing Text Fields?

    It's probably going to be easiest to ask the question by giving a little background information, and what it is that I want to accomplish before asking the question: We have a software package that connects to the SQL Server here at the school I work for. From that software, it also can...
  5. SalemGrafix

    Find Fully Qualified Domain Name (FQDN) From Just Domain?

    I have the domain name populating in a list box. What I need to do is not only the domain name, but also populate the full name. (ie. Not just tek-tips, but tek-tips and the .com part as well). This is for LAN access only, this is not something I'm looking to use on the internet (not sure if...
  6. SalemGrafix

    Error with Logon Script (Object Required: "WshShell")

    Hi all, was wondering if someone here might be able to help with this script. I'm recieving the error: Object Required: "WshShell" In the logon script. If I run the script from my machine, it works without a problem (already logged into the network). When I implement it as a script for a...
  7. SalemGrafix

    ActiveX Custom Control Registration?

    I created a custom control for some custom reports that I'm doing for work. The custom control works great, and I've used it in 2 programs that I've created so far. The problem I run into is when I try to install the program(s) on another computer, the Custom Control doesn't seem to get...
  8. SalemGrafix

    Backup Exec 9.0 and SQL Server 2000 - Cannot setup mail?

    We have setup e-mail on the SQL Server to allow triggers to send e-mail (using xp_sendmail) and everything worked on the triggers. Prior to this, the BE software worked fine. After doing this, it fails to do backup, with an error message of "Unable to Attach to device...Access is...
  9. SalemGrafix

    Moving the Mouse Cursor In DirectX?

    I'm already familiar with the common functions (API calls) of moving the mouse in Visual Basic for windows applications, but upon trying to get them to work in any DirectX application, they won't move the cursor. I was wondering if there was a different API Call that anyone knows of, or how...
  10. SalemGrafix

    Active X Excel Memory Usage Too Much?

    Several times in the past, I've used the Active X control from Excel in Visual Basic to populate a spreadsheet and export the data (usually pulled from a database, to store the information for later usage or for certain report formatting). Currently I'm trying to use it, and if the Query I'm...
  11. SalemGrafix

    Problem's with TOP or is my syntax incorrect?

    I'm trying to use "TOP 1" to select the first record from a SQL Query, and it works fine, until I try to join it into another Query, and then it only returns NULL for everything. Hopefully someone here can help on this one, I've been at this for days, and no luck thus far...
  12. SalemGrafix

    After a redirected restore, no contacts, calendars, etc.

    We just had a blow out on our Exchange 2000 server, and all of the e-mail seemed to restore using Veritas BE 8.6, but the public folders (public calendars mainly), private contact lists, and private calendars do not restore. The contact lists appear to be restored, but they are blank (the odd...

Part and Inventory Search

Back
Top