trouble with script updating portal row -
09-27-2005
, 09:10 AM
I'm trying to write a script that will simply create and populate a new
portal row. When I run it, though, it fills all the fields in the new
row with "0" rather than the intended text.
===SCRIPT START===
Go to Portal Row [ Last, Select entire contents ]
Set Field [ worklog::Employee, worklog::Employee="Joe" ]
Set Field [ worklog::Work Description, worklog::Work
Description="Administrative" ]
Set Field [ worklog::Hours, worklog::Hours=.25 ]
===SCRIPT END===
Context: Worklog is used to track employee time. Employees enter their
time into Worklog through a portal.
FMP 6, Windows XP
FM Server 5.5
If anyone can offer any solutions, I would appreciate it.
Thanks,
Joseph |