+ Reply to Thread
Results 1 to 4 of 4

Thread: ABVFP - tab option
      
   

  1. #1
    Rob (SA)'s Avatar
    Rob (SA) is offline Lieutenant Colonel
    Join Date
    Nov 2006
    Location
    Centurion, South Africa
    Posts
    580

    Question ABVFP - tab option

    Hi Folks,

    I am trying the following,

    I have several blocks that i need to enter information into- and using ABVFP I would like to create the following effect,
    1. That on entry of data to the block it automatically moves to the next block.
    2. If I have to enter a value i.e. 10 or 11 then I need an option to enter it without it passing over to the next block.
    Your ideas here would be most welcome

  2. #2
    navaldesign's Avatar
    navaldesign is offline General & Forum Moderator
    Join Date
    Oct 2005
    Location
    Italy
    Posts
    12,038

    Default Re: ABVFP - tab option

    ABVFP is a processor, has nothing to do with the form itself.

    1. You need specific Javascripts made for your own form, and events to control the "jump" from one field to another. Usually the "onKeyUp" event is used to control the length of the input in each field.

    2. Not sure what you mean.
    Navaldesign
    Logger Lite: Low Cost, Customizable, multifeatured Login script
    Instant Download Cart: a Powerfull, Customized, in site, DB driven, e-products Cart
    DBTechnosystems.com Forms, Databases, Shopping Carts, Instant Download Carts, Loggin Systems and more....
    Advanced BlueVoda Form Processor : No coding form processor! Just install and use! Now with built in CAPTCHA!


  3. #3
    Rob (SA)'s Avatar
    Rob (SA) is offline Lieutenant Colonel
    Join Date
    Nov 2006
    Location
    Centurion, South Africa
    Posts
    580

    Question Re: ABVFP - tab option

    Hi George,

    Thanks for the reply.
    1. I have a page at www.gnjgf.co.za/scores.php in this page there are now 6 blocks which are to receive values and as you explained the on key up would be the next option.These blocks generally receive single numbers i.e 1 to 9 and the key up option will work well.
    2. There are times however when the field will take a double digit number - never triple and i then need the option to overwrite or insert the number say 10 or 11 either before the keyup option or after.
    This is a pretty complicated one and maybe just the plain enter option of each insertion would be best.

    I look forward to your reply

  4. #4
    navaldesign's Avatar
    navaldesign is offline General & Forum Moderator
    Join Date
    Oct 2005
    Location
    Italy
    Posts
    12,038

    Default Re: ABVFP - tab option

    The onkeyup event only detects that a keyboard button has be released (after pressing it). So it is to the JAvascript to do whatever you want done. If you write the appropriate Javascript, it can do whatever you like.

    The "onkeyup" event is only the "trigger" that calls the JAvascript. it can check if there is only one number filled in, or two, or if the value filled in is 10 or 11 and so on.
    Navaldesign
    Logger Lite: Low Cost, Customizable, multifeatured Login script
    Instant Download Cart: a Powerfull, Customized, in site, DB driven, e-products Cart
    DBTechnosystems.com Forms, Databases, Shopping Carts, Instant Download Carts, Loggin Systems and more....
    Advanced BlueVoda Form Processor : No coding form processor! Just install and use! Now with built in CAPTCHA!


Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

     

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49