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 Wanet Telecoms Ltd 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: Seafury888
  • Content: Threads
  • Order by date
  1. 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...
  2. 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...
  3. 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...
  4. 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...
  5. 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...
  6. 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