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

    Tables / Arrays ...

    Hi Guessing this kind of thing has been used by many COBOL programmers. There is a TABLE of 10-digit numbers. User enters (ACCEPT) how many such numbers they require. an ARRAY of 5 x 2-digit RANDOM numbers is loaded. That ARRAY ( 10-digits ) will be added to the TABLE. Seems...
  2. BowlerBob

    PHP - Re-display form data, including multi checkboxes

    Hi This is probably not the first query on this topic. If there is already a solution here, please direct me. I have created a Form that includes name, company, email, etc., but also some topics the user is interested in. These are in several Select boxes; there is also a multi-choice...
  3. BowlerBob

    Express - CFQUERY -> DELETE

    Could I trouble you with this ? ... ... ... <CFelseif URL.op IS "d"> <!---Delete processing ---> <CFquery NAME="qDelete" DATASOURCE="leancfe" > DELETE FROM Guestbook WHERE GuestBook_ID = #URL.gid# </CFquery> <CFelse> <!---Unknown processing operation...
  4. BowlerBob

    Express - syntax error ... CFQUERY &gt; UPDATE

    Can anyone see what this error actually is ? <!---Update using a CFQUERY with SQL UPDATE ---> <CFquery NAME="qUpdate" DATASOURCE="learncfe"> UPDATE GuestBook SET (GuestName = '#Form.GuestName#', Email = '#Form.Email#', FirstVisit = #Form.FirstVisit#, GotHere = '#Form.GotHere#'...
  5. BowlerBob

    Rotating webpage content

    Hi On my website's homepage ( http://www.ProBowlUK.co.uk/index.htm ), I have a scrolling area known as &quot;Cool Tips&quot; and several Amazon ads. I would like to rotate the contents of these parts; say once a day or once a week. Cool Tips content could be held in html files, I think the...
  6. BowlerBob

    Rotating webpage content

    Hi I am completely new to XML and XSL. On my website's homepage ( http://www.ProBowlUK.co.uk/index.htm ), I have a scrolling area known as &quot;Cool Tips&quot; and several Amazon ads. I would like to rotate the contents of these parts; say once a day or once a week. Cool Tips content...
  7. BowlerBob

    Rotating webpage content

    Hi On my website's homepage ( http://www.ProBowlUK.co.uk/index.htm ), I have a scrolling area known as &quot;Cool Tips&quot; and several Amazon ads. I would like to rotate the contents of these parts; say once a day or once a week. Cool Tips content could be held in html files, I think the...
  8. BowlerBob

    Rotating webpage content

    Hi On my website's homepage ( http://www.ProBowlUK.co.uk/index.htm ), I have a scrolling area known as &quot;Cool Tips&quot; and several Amazon ads. I would like to rotate the contents of these parts; say once a day or once a week. Cool Tips content could be held in html files, I think the...
  9. BowlerBob

    MS VB6 course ... check if file exists

    Hi Lesson07 in the Microsoft VB6 course ... I would like to enhance the Loop to skip over image files that do not exist eg: C:\vb6sbs\less07\misc05.ico This is some of the code I have done ... For iImg = 0 To 3 iIcon = i sIcon...
  10. BowlerBob

    repost ... Desktop database update app.

    Hi Has anyone written a &quot;freestanding/desktop&quot; database update app in JavaScript ? ie: one that is can be used on someone's (webmaster?) PC to update records in a database. Some people will probably shout &quot;VB6&quot;, &quot;VBScript&quot; or &quot;AccessVB&quot; but I don't...
  11. BowlerBob

    Java applets enabled ? on/off ?

    Hi I am using IE v6.0.26 xpclient (Windows XP Professional) Although the Advaced Settings have all the Java options selected, I keep getting &quot;you do not have Java&quot; from some sites. http://www.javabase.fsnet.co.uk/Cerebellum/Cerebellum.html does not display it's page or menu...
  12. BowlerBob

    DIV and SPAN

    Hi Can anyone help clarify the use of <DIV> and <SPAN> tags ? are they used in the same way as <TR> and <TD>, or do you use <DIV> within <DIV> ? cheers BowlerBob
  13. BowlerBob

    Freestanding database input

    Hi Has anyone written a &quot;freestanding&quot; database update app in JavaScript ? ie: one that is can be used on someone's (webmaster ?) PC to update records in a database. Some people will probably shout &quot;VB6&quot; or &quot;VBScript&quot;, but I don't know enough about them to...

Part and Inventory Search

Back
Top