Hi Everyone.
Can you tell me how to use the content of a variable as a "dictionary prefix"?
Please, allow me to explain what I want to do.
Today when I want to save or update data I use:
[...]
Access:TableName.Insert() or Access:TableName.Update()
What I want to do now is something like that:
! GLO:TableName is a String(20) field
GLO:TableName = 'Employee'
[...]
Access:GLO:TableName.Insert() or Access:GLO:TableName.Update()
But, in this case the compiler shows Syntax error: Field not found:INSERT and Unknown funcion label.
Best Regards
Can you tell me how to use the content of a variable as a "dictionary prefix"?
Please, allow me to explain what I want to do.
Today when I want to save or update data I use:
[...]
Access:TableName.Insert() or Access:TableName.Update()
What I want to do now is something like that:
! GLO:TableName is a String(20) field
GLO:TableName = 'Employee'
[...]
Access:GLO:TableName.Insert() or Access:GLO:TableName.Update()
But, in this case the compiler shows Syntax error: Field not found:INSERT and Unknown funcion label.
Best Regards