How to read a SwissAddonFramework.Utils.CacheList?
cedric therency
I want to acces/readthe contents af a cacheList!!Is someone have an idea?
In fact i want to get the items list of a form
via
pVal.Form.Items
And I know that pVal.Form.Items is a SwissAddonFramework.Utils.CacheList
thanks for your help??
Manuel Marhold
Hi CedricFor each Item in pVal.Form.Items
cedric therency
thanks a lot!!cedric therency
thank for your answer but it doesn't workI've tried many things :
1-
foreach (myItem in pVal.Form.Items){
}
I've got an error in my logs
2-
foreach (SwissAddonFramework.UI.Components.Item myItem in pVal.Form.Items){
}
3-
foreach ( in pVal.Form.Items){
}
3-
foreach ( in pVal.Form.Items){
}
...
But i've got errors !!
Have you got an example that works ??
Please
cedric therency
hi,Since the last post, i've got the same pb!!
I still have the same problem on cachelist
Have you a piece of code more robust to enable me to solve this problem because as I previously said I would get all the items id of a form
It's really urgent!
help me please!
:bang:
0
Please sign in to leave a comment.
Comments
0 comments