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

    Application using port 80

    I have an application that requires to telnet over port 80. It seems to hang on the connection state forever. I can access the same ip in a browser and I can ping it, so the port must be open. What am I missing? Thanks in advance... .n
  2. nkrst1

    Telnet port 80

    Seems like a lot of posts go unreplied in this forum, but I'll take a shot. I'm trying to install an application that requires to telnet to a server through port 80 (not sure why someone would do this, but whatever...). It will never connect. Port 80 is open for http and I can ping the domain...
  3. nkrst1

    read other page source as a text stream

    I would like to parse another web page as if I'm reading it in like a text stream. How would I go about doing this using ASP. I can't use ASP.Net... so, basically, I want to do something like the following Set objTextStream = objFSO.OpenTextFile ("C:\autoexec.bat", fsoForReading)...
  4. nkrst1

    CSS div not formatting correctly

    Been working on my personal website www.planet-thung.com When viewing this website in IE, the submenu on the right sometimes gets shifted down below the main content. Keep hitting Ctrl-R to reload the page until it happens. How do I make it stop? Mozilla and Opera have no problems. Thanks...
  5. nkrst1

    Supply VB Password in VB??

    Anybody know how to run code that will supply the password for the VB editor (not the Database) so that I can make updates to modules through code? If I try to run code that changes other lines of code, it won't let me until the password is given. I will eventually have other users run these...
  6. nkrst1

    change curdir to network dir

    I'm trying to get the CurDir variable to be a directory on the network (which is actually my documents mapped to '\\SERVER\USER_MYDOCUMENTS')... i know i need to change the drive before i can change the path, but chdrive doesn't like anything but a letter: chdrive "\\SERVER" will not...
  7. nkrst1

    Table locked when not being accessed

    I set up some code to append a field to a table in a different .mdb file (opened up a new workspace, etc.). It worked the first few times, but now, after a corrupt compact/repair of the other file that has the table, I'm no longer allowed to do this from the file with the code. It keeps saying...
  8. nkrst1

    Change Page Setup for a Report On Open?

    I would like to check and conditionally change the Page Setup of a report when it opens. How would I do this in the On Open Event? I basically want to change these settings: Left, Right, Top, Bottom Margins Orientation of Page Basically all Column Data, Number, Row/Col spacing, Column Size...
  9. nkrst1

    Change Report Page Settings On Open?

    I would like to check and conditionally change the Page Setup of a report when it opens. How would I do this in the On Open Event? I basically want to change these settings: Left, Right, Top, Bottom Margins Orientation of Page Basically all Column Data, Number, Row/Col spacing, Column Size...
  10. nkrst1

    background color on continuous forms

    I have a continuous form with fields: Employee ID, Name, Title, In/Out (dropdown box), and comments. This is for a headcount tracker that tracks when people leave or enter departments based on transfer, new hire, terminations, etc. I want to color code them so that at a glance you can see who...
  11. nkrst1

    Access says I have +2,048 chars when I don't.

    I'm simply adding a little bit of code to a control source in a report, but once I'm done, it keeps saying that I can't have an expression longer than 2,048 characters in control source, which it isn't. You don't have to read this, but if you do a cut and paste, i'm pretty sure that you'll find...
  12. nkrst1

    Report says I have 2048+ chars when I don't

    I'm simply adding a little bit of code to a control source in a report, but once I'm done, it keeps saying that I can't have an expression longer than 2,048 characters in control source, which it isn't. You don't have to read this, but if you do a cut and paste, i'm pretty sure that you'll find...
  13. nkrst1

    recordset not updateable

    I'm using Access '97 to build a small application and it's driving me crazy because it keeps saying my recordset isn't updateable. Basically I have a form with a subform. I change the recordsource property of the subform dynamically based on what tab the user clicks on. The recordsource is a...
  14. nkrst1

    Attn Access Gurus: Odd Error with Random Memo Deletion

    Let's see how simple I can make this: I have a form with a subform. The form has a memo field. The user will click from the SUBFORM to the memo field in the regular parent FORM. The user will then click from the memo field in the FORM to a field back in the SUBFORM. Once the user starts...
  15. nkrst1

    MSysDb Error

    I am trying to open an Access file, but it gives me the following error: "[DB_Name].mdb needs to be repaired or isn't a database file. Microsoft Access will attempt to repair." Then it attempts to repair and I get this message: "Microsoft Jet engine could not find...
  16. nkrst1

    MSysDb error

    I am trying to open an Access file, but it gives me the following error: "[DB_Name].mdb needs to be repaired or isn't a database file. Microsoft Access will attempt to repair." Then it attempts to repair and I get this message: "Microsoft Jet engine could not find...
  17. nkrst1

    Easy Import for Excel Macros?

    Is there an easy way to import a macro in Excel like there is in Access? I know you can copy and paste, click drag, etc. in the VB editor. I also know you can select different macros from other open workbooks through the Alt+F8 menu, but Is there an easier way? I would like to send this out...
  18. nkrst1

    Text Box to .txt file using ASP

    In a form, how do you save the contents of a text box into a text file on the server? I basically want people to cut and paste a doc into the text box, hit send, and then have that text box's information saved in a .txt file on the server along with an ID in the .txt's file name. I have all...
  19. nkrst1

    Slow Machine after use

    After several hours of use or just being turned on (maybe about 3 or 4 hours), my system slows down so much that the clock is actually effected and all of my programs are running so slow it's painful to watch it try and open another browser window. It also often times hangs for 10 min or so...
  20. nkrst1

    Rotating text in a report?

    Can you rotate fields so the print upside down on a report? I am trying to print an envelope with the return address on the flap and the mailing address on the back. In order to do this, I need the mailing address to appear upside down. I've tried doing this in Word, but the mail merge fields...

Part and Inventory Search

Back
Top