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 wOOdy-Soft on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by BowlerBob

  1. BowlerBob

    Tables / Arrays ...

    Hi Thanks for the suggestion. Have written a program that will choose up to 6 line in the Euro-Millions lottery. Been ruuning it in GnuCOBOL (formerly OpenCOBOL). LottoEuro_06.cbl http://files.engineering.com/getfile.aspx?folder=cc535ecb-bdd6-4543-97b9-465905beae59&file=LottoEuro_06.cbl
  2. 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...
  3. BowlerBob

    PHP - Re-display form data, including multi checkboxes

    Thanks for spotting that. I don't have a PHP editor, which would you recommend ? Now the code does not seem to be working. Any idea why ? cheers
  4. BowlerBob

    PHP - Re-display form data, including multi checkboxes

    That was GREAT ! thanks. Thought the <SELECT> <OPTION script would be easier (!) parse error in C:\wamp\www\NeedleSharp\includes\qFormQuoteProc_inc.php on line 194 this is first input page ... <select name="qTurnover" tabindex="15" > <option value="qT00" >£0</option>...
  5. BowlerBob

    PHP - Re-display form data, including multi checkboxes

    Sorry, but I am asking how to re-display all the fields fields with the entries made by the User. cheers
  6. 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...
  7. BowlerBob

    Express - CFQUERY -&gt; DELETE

    Oh, woe is me ! Deaf as a post, and now blind as a bat !
  8. BowlerBob

    Express - CFQUERY -&gt; 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...
  9. BowlerBob

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

    Great, thanks.
  10. 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#'...
  11. BowlerBob

    Rotating webpage content

    >>> Cool Tips content could be held in html files, I have managed to work the images with JavaScript. Changes are done using setInterval() However, the Cool Tips area contains a lot of HTML formatting and I can't seem to be able to swap the different contents with JavaScript. This...
  12. 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...
  13. 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...
  14. 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...
  15. 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...

Part and Inventory Search

Back
Top