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 gkittelson 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. newprogrammer999

    Using a dll in ASP

    Yeah that should sort the problem out. Sorry about the delay in replying - the email notification didn't seem to work! Regards benny
  2. newprogrammer999

    Using a dll in ASP

    Hi everyone, I have a vb program and an asp application that access the same dll file. The both send some values to the dll file, some calculations are done and the new values are returned. With the vb progam the types are defined in the dll file as int or double but for asp they are not. My...
  3. newprogrammer999

    Retaining textbox values on screen

    Thanks, ur a legend! I knew it was only something simple. Thanks again, benny
  4. newprogrammer999

    Retaining textbox values on screen

    Heres the guts of it - its pretty long over all but this should show what I am doing a bit better. <%@ Language=VBScript %> <%Response.Buffer=True%> <title>Create Formulation</title> </head> <body> <h1 align=&quot;center&quot;>Create Formulation</h1> <Form method=&quot;post&quot...
  5. newprogrammer999

    Retaining textbox values on screen

    At the moment I have a form for the user to fill in with textboxes. There are 2 action buttons on the form and at the moment when the first one is pressed all the values the user has filled in go blank although they are still required. I have tried assign the values in the textboxes to session...
  6. newprogrammer999

    Retaining textbox values on screen

    Hi all, I have an asp page that has the following structure: <html> form action = &quot;&quot; some html code to draw textboxes and a button &quot;create&quot; <% if action = &quot;create&quot; .... make new button &quot;DoThis&quot; elseif action = &quot;DoThis&quot; do...
  7. newprogrammer999

    Connect to dll file

    Its ok the crisis has been averted. Thanks anyway benny:-)
  8. newprogrammer999

    Connecting to a dll file

    Its ok the crisis has been averted. Thanks anyway benny:-)
  9. newprogrammer999

    Connecting to a dll file

    Hi all, Hope someone can spread some light on to this matter for me. I have an ASP webpage that i am using to acess a vb dll file that i have created myself. When I try to connect to the dll file it get this error: Server object error 'ASP 0177 : 800401f3' Server.CreateObject Failed...
  10. newprogrammer999

    Connect to dll file

    Hi all, Hope someone can spread some light on to this matter for me. I have an ASP webpage that i am using to acess a vb dll file that i have created myself. When I try to connect to the dll file it get this error: Server object error 'ASP 0177 : 800401f3' Server.CreateObject Failed...
  11. newprogrammer999

    listbox double click event

    The star was for your help over all - not the bad programming joke. Regards, benny
  12. newprogrammer999

    listbox double click event

    Thanks for the help guys - if its too much work then I will probably leave it at a single click. I suppose I'm just too used to doing things in vb. Thanks for the advice anyway. Regards benny
  13. newprogrammer999

    listbox double click event

    I have a vb program that i am replicating in asp. There are places in the program that I want to be able to double click on items in list boxes to move them in to other areas. I started doing it this way because I could not see any reason why it would not work - its just i can't seem to find...
  14. newprogrammer999

    listbox double click event

    Hi all, At the moment I have a list box with items from a datbase in it. I want to be able to double clck on one of the items and then this will open a page with the full details for this item. My problem is though that I cannot find how to do a listbox dbl_click event or even if it is...
  15. newprogrammer999

    Passing a multidimensional array to a funtion

    Hi all, I am just wondering if I can pass a multidimensional array to a function and have it passed back later. I have been trying to do this but can't seem to get it right so I am wondering if i have to break it up in to an array of arrays? Any help would be greatly appricated. Regards, benny
  16. newprogrammer999

    PDA accessable webpages that are multilingual

    Hi all, I am new to this site and am begining to develop a website in ASP. I'm not 100% sure that this is the correct forum to ask this question in but anyway. I want to develop a website that is both accessable to a PDA with minimal difficulty. Also I was wondering what would the easiest way...
  17. newprogrammer999

    Insert INTO problem

    Thanks Mark - you are a legend! benny
  18. newprogrammer999

    Insert INTO problem

    Hi everyone, I'm wondering if anyone can help me with this problem i have when I try to insert values in to an Access table from VB. Here is the relevant code: Dim businessname As String Dim firstname As String businessname = txtBusinessName.Text firstname = txtFirstName.Text Dim sql As...
  19. newprogrammer999

    Using LoadResString with resource files

    Ah I see So if i were to run my porgram on a machine with its settings in french then it would show 'Bonjour'. That makes more sense alright. Finally just one short question - I assume the exe would have to be created on the machine with its settings in french for the french values to be...

Part and Inventory Search

Back
Top