I'm creating DB with help of FMPro6... for now everything seems to be ok except one point: I publish DB on the web, so some people can edit it. For creating new record I'm using simple script like this:
script NewRecord
New Record/Request
Set Field ("Date","Today")
In FileMaker it works perfectly, but when I'm trying to do through the browser, in new created record no data is pasted at all .
What can be the reason?
Thank you!