"property 'TYPE' must be specified" message
Posted: Thu Oct 25, 2018 7:01 am
Hi All,
I need some direction if possible.
I have a longrange form (online).
Inside that form, I have a popover (currently hidden).
The form and popover has been built in the previous http request.
In the current request, I set #COM_OWNER.IsNewForm := False
and I would like to push some data into fields on the popover, and then set show_popover to true.
When I try to push the data into the popover, I get an error.
"There is a problem with the following property... property 'TYPE' must be specified"
I have ensured that the path to the textbox is correct, and I am using the full path in the
set_textbox statement.
I checked the system tracing to ensure that I had the correct path to the field.
Not sure how to debug and determine what's happening here.
Also: My to objects is getting pretty long....is there a max length for this?
I need some direction if possible.
I have a longrange form (online).
Inside that form, I have a popover (currently hidden).
The form and popover has been built in the previous http request.
In the current request, I set #COM_OWNER.IsNewForm := False
and I would like to push some data into fields on the popover, and then set show_popover to true.
When I try to push the data into the popover, I get an error.
"There is a problem with the following property... property 'TYPE' must be specified"
I have ensured that the path to the textbox is correct, and I am using the full path in the
set_textbox statement.
I checked the system tracing to ensure that I had the correct path to the field.
Not sure how to debug and determine what's happening here.
Also: My to objects is getting pretty long....is there a max length for this?