Bruce,
Tried in form PreUpdate and InitForm
p_web.SetValue('car:precampo',p_web.GetSessionValue('CAR:precampo'))
p_web.SetValue('car:carpeta',p_web.GetSessionValue('CAR:carpeta'))
and
p_web.SetValue('car:precampo',p_web.RestoreValue('CAR:precampo'))
p_web.SetValue('CAR:carpeta',p_web.RestoreValue('CAR:carpeta'))
Browse key has two fields, and get 0
It´s my first NTWS app and I´m confused about GetSV and RestoreSV.
------
Is it possible in browse get selected record field(no key) to setSessionValue with.
Tried at Value::routine for ButtonView
p_web.SetSessionValue('CAR:nroopadu',CAR:nroopadu) (CAR:nroopadu it´s browse record field, no key)
!message(CAR:nroopadu & '6')
Get the field value from the page last row.
Tried at SelSelection, SetFormAction, User did something in browser, and can´t get field value
Thanks
Manuel
It´s my first NTWS app and I am cofused about GetSV and RestoreSV