How to define User resource in App Studio with VB

Hi there,

In my legacy App I had a user resource providing Runtime user’s datas

After migrating my app to VB, I am not able to find that data back.
Is there a way to redefine it ?

Thank you for your help
Sylvain

@Sylvain_Farnault

there is no value binding in vb apps

so try to remove it and bind it with the field

page.control.value

cheers

Hi Anil,
I don’t understand your answer at all.
My user resource should match the current user using the app
It is not related to any page control / field / input

@Sylvain_Farnault

my bad I understood it wrong

Are you asking how to get currentuser data?..in vb this is how you access

cheers

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.