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 strongm 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. Seafury888

    Newbie question on field lists

    I ran into another problem, I can change field lists now without a problem, but I can't have field lists from more than 1 table at once...So if I add say, the customer table field list, bind a text box to a field in the customer table. Then switch the field list to the invoice table, the text...
  2. Seafury888

    Newbie question on field lists

    Perfect, thats exactly what I needed to know. I didn't realize that little black box was used for anything, looked like asthetics to me. >)
  3. Seafury888

    Newbie question on field lists

    Lets say I created a report in design view. I did not use the wizard so I have no field lists available to bind to my text fields in my report. So my report has labels, but the corresponding fields that the labels refer to are all unbound. Is it possible to add field lists to my report after its...
  4. Seafury888

    Passing multidimensional arrays in functions

    Nope didn't fix it, I think I have to pass the array as a reference....trying to figure out the syntax. Seafury
  5. Seafury888

    Passing multidimensional arrays in functions

    I'm wondering how to pass an array of strings to a function. Ie: //variable declaration char roman1[50][20]; //function prototype void Thousands(int[], int[], int, char[]); //function call Thousands(num1, num3, j, roman1[20]); //function header void Thousands(int num1[], int num3[], int j...
  6. Seafury888

    Background Pictures Changing Size With Different Resolutions

    Heres the code: <body background=&quot;LOGO_porky1.jpg&quot; height = &quot;100%&quot; width = &quot;100%&quot;> I added in the height and the width attributes to see if they helped and they didn't. The picture I'm using will be fullscreen at 800x600 res, but it is smaller and repeats as a tile...
  7. Seafury888

    Heres a script I have written for m

    Worked like a charm, after I fixed a few logic errors as well...>) Thanks a million Ian
  8. Seafury888

    Heres a script I have written for m

    Heres a script I have written for my website. Now, my manual says that &quot;elements[]&quot; is an array used by javascript to hold a form's elements, and &quot;length&quot; is an attribute that holds the number of elements in the form. So I'm wondering why I keep getting an error telling me...
  9. Seafury888

    &quot;Error: Object Expected&quot; onClick function call

    Ok, I've changed the name of the form to form1 and made the appropriate adjustments (I think) and I'm getting the same error, so ....Heres then entire source for that page. If you see a or tag ignore it, I was trying to bold the important lines of code for this post but couldn't get it to...
  10. Seafury888

    &quot;Error: Object Expected&quot; onClick function call

    I'm making a web page that calculates the total of T-shirts purchased using a check() function, called by a button, in a form. Heres the important info. 1. The actual name of my form: <form method=&quot;POST&quot; name=&quot;form&quot; action=&quot;--WEBBOT-SELF--&quot;> 2. The actual code for...
  11. Seafury888

    Blinking cursor trailing black boxes

    I use a GF4 TI 4200 on a P4 2.4 ghz w/ 512 DDR ram. I recently bought Eve Online and installed it. When I opened the game I started having graphics problems such as my mouse cursor is constantly flickering and when I drag it around it leaves a trail of black boxes behind it. Turns out the...

Part and Inventory Search

Back
Top