lordnomi
|
| Posted: 06/14/2004, 5:51 AM |
|
Hello, i am trying to insert (date and approved by) for approval by the chairman for seperate records in editable grid using now() function. But when i click a particular record and approve it, the current date is applied to all the entries availaible.
Kindly help me how to do it.
Im using this function
Car_PoolQuery.DataSource.flag.value = 2
Car_PoolQuery.DataSource.ch_approved_by.value = CCGetUserID()
if IsNull(Car_PoolQuery.DataSource.chairman_approval.value) then
Car_PoolQuery.DataSource.ch_approved_date.value = now()
end if
|
|
|
 |
|