Page 1 of 1

Order in which resources are loaded into events

Posted: Fri Jun 09, 2023 1:46 pm
by p.petralla
Hi all, I'm new and I'm using the trial, I'm trying the product before buying it.
I'm making a report.
I have an image component, it is not possible to know the path or the url in the report construction phase, this is passed from the database.
I added a JSON as data source and in the "At render" event I set the File property taking the data from the JSON.
The preview from the designer shows me the image correctly, the preview called from the server is empty.

The front-end application in flutter is on the OVH https://platform.atoms.cloud domain and redirects to Google's Firebase servers.
The backend application is on another OVH server https://atomsapi.calleads.cloud

I attach the screenshots, the report and the JSON
Can you help me?
A thousand thanks

Re: Order in which resources are loaded into events

Posted: Mon Jun 12, 2023 9:53 pm
by Lech Kulikowski
Hello,

Please check the following discussion:
https://stackoverflow.com/questions/250 ... igin-frame

Thank you.

Re: Order in which resources are loaded into events

Posted: Wed Jun 14, 2023 9:20 am
by p.petralla
Ok it work.

I have two behaviors that I can not explain.
1. At the "At Render" event I set the File property of the image object with the value https link. In the onprimes designer preview I don't see the image and in production I see it instead. Why?
2. At the "At Render" event I set the ImageURLValue property of the image object with the value https link. In the onprimes designer preview it works and I see the image, in production I don't see anything, the report is completely empty, not even plain text. Why?

Thanks :-)

Re: Order in which resources are loaded into events

Posted: Fri Jun 16, 2023 3:25 pm
by Lech Kulikowski
Hello,

What do you mean about "In the onprimes designer"?
What product and version are you use?

Thank you.