Hi,
Can anyone point out what is wrong here? I'm getting an error dialog of "Compile, Function name is missing" when saving.
where 'ActionDetail.task_pk' is valid and is equal to 16
and 'task' is the lookup table
and 'PriKey' is the lookup table's index built on task.pk
and task table does contain a record whose PriKey value is 16
I've also taken the space from between k and (. "seek (" and/or "seek(" - same error.
Thanks,
Stanley
Can anyone point out what is wrong here? I'm getting an error dialog of "Compile, Function name is missing" when saving.
Code:
lnPK = ActionDetail.task_pk
SEEK (lnPK, 'task', 'PriKey')
where 'ActionDetail.task_pk' is valid and is equal to 16
and 'task' is the lookup table
and 'PriKey' is the lookup table's index built on task.pk
and task table does contain a record whose PriKey value is 16
I've also taken the space from between k and (. "seek (" and/or "seek(" - same error.
Thanks,
Stanley