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

    Out of Memory Error 7

    I've reasearched this problem throughout this forum and have found that most people say it has to do with the number of controls on a form. My question is this, I have this program I wrote in VB6 and the .exe is located on our server. 5 different people have shortcuts on their desktop to this...
  2. MnM

    Apostrophe and input box

    I have a recordset that I loop through to get all of the comments out of the database and into an input box to display on the screen. The problem is if there is an apostrophe in the comment it cuts the comment off. I was wondering how I go about fixing this. It prints the comment out fine if...
  3. MnM

    Anyone use OmniPage Pro 11 to convert PDF to DOC?

    I was just wondering if anyone has used OmniPage Pro 11 to convert their PDF's into Word documents. We have some PDF's that we need converted to a .doc and I hate to spend this much money on software and not know if it is going to work. (our PDF's have text and graphics) Tried using BCL Drake...
  4. MnM

    Textbox Setfocus and Error #5 -- PLEASE HELP

    I am about to pull my hair out! I have a form and everything is working great on it except one thing, the textbox.setfocus. I’ve searched for solutions and I’ve tried all sorts of things. I read it has to be enabled and it has to be visible so I made sure my textbox was visible and enabled...
  5. MnM

    Drop Down and Email

    I know I've seen this somewhere and I can't find it and its driving me crazy! I'm not sure if this is the right forum to be posting this in but I thought I've give it a try. What I have is a form and on that form I have a drop down with out store locations. When they submit that form I want it...
  6. MnM

    Printing from Outlook.

    When you print an e-mail out from Outlook is there anyway it can be printed without including all the e-mail information at the top of the printout? i.e. user name, subject? All I want printed out is the body, nothing else.
  7. MnM

    How to E-mail a Page

    Hello Everyone! I was wondering if anyone knew of any code that can do the same thing as a user going to: Tools>Mail and News>Send Page I'm trying to make the page for our Intranet VERY user friendly so I thought it would be easier to have a button that said E-mail and it would open up Outlook...
  8. MnM

    Why will Stored Procedure isNull not work?

    I have a stored procedure and if the value from the SQL statement is null I want to to be zero. However, if the value is null it is passed back my my ASP page as null and not as 0. My code is below, I was wondering if you guys could take a look at it and tell me if I did something wrong. Thanks...
  9. MnM

    Page Load Very SLOW---Please Help!

    We have a huge table in our database (about 200,000 records) and I have to get information from this table in my ASP for all of our stores (about 27). Right now it takes about 1 minute 50 seconds to run, I've tried using the GetRows and even a few Stored Procedures and it didn't help the load...
  10. MnM

    The Horrible 0115 Error

    I decided to try and start using te global.asa file, I couldn't find it so I decided to make a new one. After creating it and trying to run my default.asp page it gives me this error: error 'ASP 0115' Unexpected error /default.asp A trappable error occurred in an external object. The...
  11. MnM

    Installing Visual Basic Components on PC's

    I have a VB application I have written that is located on our network. Therefore it is not loaded onto everyone's PC they just make a shortcut to the VB app on the network. My question is, what would be the best way to install all of the components (.dll, .ocx, ect) needed to make this work on...
  12. MnM

    Save As Code?

    I do not know if this should be in the ASP forum or HTML, so I tried here first. Is there any code that will "Save As" in Internet Explorer instead of physically going File..Save As?
  13. MnM

    Help with creating a report!!

    I know pretty much nothing when it comes to Access reports, I can use the Wizard and that's about it. So I am needing some help on how to create a particular report. I have a variable that comes from a combo box and what I need is a report that gives me all the information about that variable...
  14. MnM

    TextBox Size

    I have a textbox and and it looks fine on some PC's but on others I have to change the size=1 to size=4. Why is this happening? For example I'm using the code below, if I do not change anything on one PC the output wil be 2001 (which is what it is supposed to be) and on others it will just show...
  15. MnM

    Can't get information from a Database

    I am currently using PWS but trying to learn IIS. I am having a problem running my sql statements in my asp code using IIS. I have set up my DSN through the FILEDSN and now I am trying to pull some data out of a DB. I assumed the asp code would be the same whether I used PWS or IIS, here is what...
  16. MnM

    HTML in Internet Explorer Displays Different

    I'm not sure sure what forum to post this question in so I thought I'd start here and see if anyone had any ideas. I have a webpage on our intranet that some of the html can only be recognized in IE 5.5 or above. No probelem all of the computers that are viewing this have IE 5.5 or above on...
  17. MnM

    Execute .exe on the Client Side???

    I was wondering if there is anyway to execute a .exe from the client side. I can do it on the server side but would really like to have it execute on the client side. From things I've read this cannot be done, but I thought I would take a chance and post this question.
  18. MnM

    Need my form to scroll

    I know this is a popular question throughout the VB forum but I can't seem to find the answer to my question (that is if there is an answer) I am prining data onto a form like so: frmTest.strText = Space(3) & yardnum & Space(9) & gonum & Space(7) & vendor & desc & FormatCurrency(amt) Print...
  19. MnM

    Connecting via IP Address????

    I'm not even sure if this can be done..hence the reason I thought I'd come here. Here is the scenario: I have a VB application on computer A. I have the Access Database on computer B. The only way I can get to the database is through computer B's IP Address. (Ex...
  20. MnM

    Script Timeout Problem

    (I am using Personal Web Server on a Windows95 computer) I have procedure that loops through different stores and gets the same information (different data) for every store. Thus I have sql statements in the loop to get the information. Before the loop I connect to the database and before every...

Part and Inventory Search

Back
Top