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

    SQL Update or Add Record with VB

    I need to write something that will check to see if a records UniqueID allready exsists and update that record or add it as a new record. The source table is a CSV that is generated daily with a complete list of records. And they need to be updated in the SQL DB. What I'm looking for is a...
  2. LCD

    sort by memo field supported in 9 or 10?

    I've gathered from searching the forum that this isn't doable in 8.5 (what I currently have) since the field I'm working with is 1024 chars. Can anyone tell me if this is an available option in 9 or 10? Thanks, Andrew
  3. LCD

    Order By Help - need to order a different way?

    here is a example of my problem. Select ID, FileName From Table Order By FileName Returns ID | FileName 1 | A0-01-Layout1 (2002.10.30.1.21.33.235).TIF 2 | A1-03-Layout1 (2002.10.30.1.21.38.131).TIF 3 | A1-2-Layout1 (2002.10.30.1.21.34.197).TIF 7 | A3-1-Layout1 (2002.10.30.1.21.42.127).TIF...
  4. LCD

    IIS 5.0 Host Headers

    I just want to make sure I'm doing this correct, or if there is a better method for doing this. I'm hosting a website on a 2000 server. I'm using host headers to get different pages to load when different prefixes (right termonology?) are used. www.mydomain.com (HH = www.mydomain.com &...
  5. LCD

    ASP Pages lock up on IIS 5.0

    I'm running IIS 5.0 hosting about a dozen low trafic websites. Half of those use ASP. On occasion ASP pages will fail to load, but HTML pages will still load fine. Trying to stop the WWW service doesn't work. And I can't seem to find anything in Event Viewer pointing to whats causing this. I...
  6. LCD

    Format

    I'm trying to format the Date/Time so it shows mmddhhmmss with each taking up to 2 chars. (so it'd look like 0708065822 instead of 7865822) strDOB = month(date()) & day(date()) & hour(now()) & minute(now()) & second(now()) is what I'm currently using. Any suggestions? All I can think of is a...
  7. LCD

    DLL winSpool OpenPrinter - Access Is denied

    Don't know exactly what Forum to post this in, hope this is on topic. I made a ActiveX.dll to Send raw data to a spooler. (Using source code available in this pdf: http://www.devx.com/premier/mgznarch/vbpj/1998/02feb98/ap0298.pdf) Then created a ASP page that calls the DLL. Tested this from the...
  8. LCD

    Network Printer Rollout?

    Can anyone point me in the right direction? I need somthing that can run from the login script and install printers onto workstations automaticly with no user interaction required. All workstations are WinNT4 and Win2k. Thank You Andrew
  9. LCD

    Network Printer Rollout?

    Can anyone point me in the right direction? I need somthing that can run from the login script and install printers onto workstations automaticly with no user interaction required. All workstations would be WinNT4 and Win2k. Thank You Andrew
  10. LCD

    POP3 ASP Component - ActiveX DLL with WinSock

    I created a DLL that allows me to access a POP3 account with ASP. It works on my computer (WinXP Pro) using the LocalHost webserver. BUT when I put it on our Win2k Web Server I get a message saying "Can't Create Object". I'm using the same ASP and DLL that works on my machine. Is...
  11. LCD

    I've Got The ASP DLL WinSock POP3 Blues

    I'm trying to get a DLL created that will allow my to port into a POP3 account via a ASP page. I was able to get it to work on my computer (WinXP Pro) using a LocalHost webserver. BUT when I put it on our Win2k Server - Web Server I get a message saying Server Cannot Create Object. It's the same...
  12. LCD

    OS-X Compatability

    I have the below software, and was wondering if anyone has any knowledge as to wether they are all compatable with OS-X. We want to buy a new mac, but don't want to buy a bunch of new software. Adobe Photoshop 6.0....soon to be 7.0 Adobe Illustrator 9 and 10 Quark Xpress 4.0 Acrobat Reader 5.0...
  13. LCD

    SendKeys

    I'm having a issue with the following Code. SendKeys DOES work, but only 15% of the time. Is there a more stable way to send keys to another program? ----------------------------------------------- Private Sub Command1_Click() Dim RetVal RetVal = Shell("C:\SomeDIR\Some.exe", 4) End...
  14. LCD

    somthing like treeview?

    Does anyone know of a easy way without reloading the page to display additional info. I'll explain... Currently I have page pulling data from a MDB. The fields being pulled are fairly small, and each one populates it's own cell in a table. Except the last bit of data, I would like users to...
  15. LCD

    Webpage update

    I'm looking to make a simple way for users to update their webpages. Somthing that will allow the user to edit/update text within the webpage, but thats about all they will need to do. Does anyone know if there are any FAQ's or Sample pages allready out there for this? Thank you.
  16. LCD

    VNCviewer /listen PORT?

    I want to make vncviewer run in listen mode on port 80. But I can't seem to figure a way out. Any Ideas? (I hope to have others run the host on their machine and connect to my viewer via port 80 to get past their firewall) FYI I'm runing the windows version of vnc, version 3.3.3r9
  17. LCD

    printing from word

    I have a issue with a windows 2000 machine with Office XP Pro installed on it. When printing from Word to a HP LaserJet 4v, the text shifts up about ¼ of a inch. Everything with the margins looks fine. There is another machine with the exact same config and it prints fine. If anyone has any...
  18. LCD

    Find File Source

    If a user goes to a network share and runs a program from there, is there a way to find out the name of the source computer, and the name of the computer that is currently runing it? Thanks -Andrew
  19. LCD

    Registry Changes

    I'm looking for information on how to completely remove a registry entry. All I seem to be able to find is info on writing and reading to it. Thanks -Andrew
  20. LCD

    %wildcards%?

    I'm looking for a list of all the %wildcard% type things available for use in NT4 and win2k. Like %username% gives the users name that is logged in. %computername% gives the name of the pc your logged into. Thanks. -LCD

Part and Inventory Search

Back
Top