Yohn
Member
Hy
I created application updates table users. This starts on button Update. Now I want to create new button called New to insert new User, but with program for update. How I can do this? Code for this button starts like this:
on choose of btn_nk do:
find last user.
create systemuser.
run change.w(systemuser.name).
is this good code for that button?
I created application updates table users. This starts on button Update. Now I want to create new button called New to insert new User, but with program for update. How I can do this? Code for this button starts like this:
on choose of btn_nk do:
find last user.
create systemuser.
run change.w(systemuser.name).
is this good code for that button?