|
View:
New views
5 Messages
—
Rating Filter:
Alert me
|
|
|
Error Code: -1728Hi all,
I am creating link for next or prev set of records([Link_NextGroup],[Link_PrevGroup]). When I go the page first time it is showing first set records and correct found count. If I click next it throws an error , Error Code: -1728. Thanks, Subhranil. |
|
|
|
|
|
Re: Error Code: -1728Thanks Steve,
I am using Filemake 9 server advance. Actually for link tag I am not using (Action_Params) inside my Inline. I retrive all actions paramas into variables before the Inline . Use these variables in Inline. I missed the -SkipRecords, thats why the error is coming when click next. But I am facing problem to retrive skiprecords like [Variable: 'SkipRecords'=(action_param: '-SkipRecords')] It is not working. How I able to get skiprecords value? Thanks, Subhranil. |
|
|
|
|
|
Re: Error Code: -1728Thanks Gray,
I did it little different way. Rather using <input type="hidden" name="mySkipRecValue" value="10"> I take a map of action params and get the -SkipRecords. var: 'theVar'=(action_params); var: 'theRecordMap'= (map); loop: ($theVar->size); var: 'tempElement'=($theVar->(get: (loop_count))); $theRecordMap->(insert: ($tempElement->First)=($tempElement->Second)); /loop; var: 'keys' = $theRecordMap->keys; var: 'values' = $theRecordMap->Values; var: 'pos'=$keys->(FindPosition: '-skiprecords'); var: 'val'= $pos->(get:1); var: 'skipRecords'=$values->(get:$val); Thanks, Subhranil.
|
| Free Forum Powered by Nabble | Forum Help |