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 TouchToneTommy 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

    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...
  2. 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...
  3. 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...
  4. 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...
  5. 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...
  6. 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
  7. 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...
  8. 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...
  9. newprogrammer999

    Using LoadResString with resource files

    Hi all, I'm just wondering if anyone can tell me how to use a resource file for multiple langauages. I have read tutorials on how to use them and can do it using a single string but i'm wondering how to have multiple langage strings, for example if i have: ID English French 101 Hello...
  10. newprogrammer999

    Writing multi-language programs

    Hi all, I am somewaht of a novice programmer and i am about to create an application in visual basic that is intended to be used in multiple languages i.e. English, German and French. I was just wondering if anyone could point me in the right direction in this area. Any help would be greatly...
  11. newprogrammer999

    Crystal syntax

    Hi I am just beginning to use crystal reports and I have a really simple question. I'm trying to print multiple lines from one if statement but I can't find the syntax to print multiple lines i.e. If (condition) then &quot;Hello world&quot;; &quot;Hello again&quot; else &quot;&quot; does...

Part and Inventory Search

Back
Top