Hi,
I call a form directly from the menu (to manage the user account)
When I click the menu item the first time I get the Record not found (-2) Error 30 Entry not found from Key PST:XID
And if I try again then all is ok.
In the browse
Procedure: uAccount
Parameters: 'change_btn=change&_bidv_=' & p_web.AddBrowseValue('MenuWin','PRESET',PST:XID,p_web.gsv('login_id'))
In the form:
Table: Preset
Unique Key: PST:XID
Defaut Form Action: Change
Key Field 1 value: PST:ID
I've added code to InitForm and RestoreMem and the PST:id is ok, even I've added a GET to fetch the record myself but theres still the error.
Anything else I'm missing? Anythig else I can check?
Thanks
PD: cosmetic thing: In desktop mode the error appears in the red bar, in mobile mode it apperas as a back bold text.