Would it be possible to add an example of more complex form on the
web2py website, as it may be a way of answering lots of queries?

On my side, I was asking myself the same question and was trying to do
a complex form using a bit of javascript (Jscript?).

Like lots of new user of Web2py, I find it fabulous and very
productive, but I would like also to tailor my form, but without going
into the complexity of kids/genshi.

Any chance for a tutorial.

For example, what I am working on is the following form:


Dr/Cr    account n#     account name    Debit   Credit    Currency
Debit  Credit Functional currency   [+] (10)  [-] (11)
[      ]    [               ]    [                   ]   [       ]
[       ]    [           ]   [       ] [         ]
[                      ]    [+] (10)  [-] (11)
[      ]    [               ]    [                   ]   [       ]
[       ]    [           ]   [       ] [         ]
[                      ]    [+] (10)  [-] (11)
[      ]    [               ]    [                   ]   [       ]
[       ]    [           ]   [       ] [         ]
[                      ]    [+] (10)  [-] (11)
[      ]    [               ]    [                   ]   [       ]
[       ]    [           ]   [       ] [         ]
[                      ]    [+] (10)  [-] (11)
[      ]    [               ]    [                   ]   [       ]
[       ]    [           ]   [       ] [         ]
[                      ]    [+] (10)  [-] (11)
  (1)              (2)               (3)                  (4)
(5)           (6)           (7)            (8)        (9)


[Cancel]       [Validate]

(1) Dr or Cr. Not user selected. Appears once the user insert a figure
in colum (4) or (5). If there is a number in column (4) then (1) is
equal to Dr. If there is a figure in column (5) then column (1) is
equal to Cr.

(2) account number selected from a drop downlist and the drop down
list also show the account name

(3) selected by drop down from 2

(4) numeric value. if figure in 4, then (5) can not be selected
(becomes grey) and (1) becomes Dr

(5) numeric value. if figure in 5  then (4) can not be selected
(becomes grey) and (1) becomes Cr

(6) currency code selected from drop down list

(7) and (8) figures are equal to (4) or (5) multiplied by an exchange
rate

(9) figures can not be selected given by the system

(10) create a new line below

(11) delete line


Do you think it is possible to do with Web2py?

Francois
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"web2py Web Framework" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to 
[email protected]
For more options, visit this group at 
http://groups.google.com/group/web2py?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to