You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to web2py-users
Hi i guess i have to declare the field is neither readable nor writable, so that it will not display in the form. but my concern is the setting of writable and readable to false will prevent me from inputting the value which i got from running another script into the field mode or it does not affect. in the other words. when i display the form, it will ask the user to input the info for fields except the mode because i will call another script to get the mode data, then i will insert data into all fields.