Is there any way on a Form to refer to items of a block?
For example, I have a block :myemployees and items called name, address. In one trigger I want to store the name of the item I want to focus on. for example :tempblock.temp1 := 'name'
then I want to refer to that with something like
:myemployees||'.'||:tempblock.temp1 so that I end up with,
:myemployees.name. I cant seem to come up with any way to accomplish this. I can create a literal ':myemployees.name' but then I cant use that in my trigger. I would need to convert the literal to :myemployees.name somehow, and I cant seem to do that. I apologize that I cant explain it any better, but I would appreciate any help.
For example, I have a block :myemployees and items called name, address. In one trigger I want to store the name of the item I want to focus on. for example :tempblock.temp1 := 'name'
then I want to refer to that with something like
:myemployees||'.'||:tempblock.temp1 so that I end up with,
:myemployees.name. I cant seem to come up with any way to accomplish this. I can create a literal ':myemployees.name' but then I cant use that in my trigger. I would need to convert the literal to :myemployees.name somehow, and I cant seem to do that. I apologize that I cant explain it any better, but I would appreciate any help.