Page 2 of 2

Re: Variable categories from code

Posted: Thu Jan 05, 2023 10:27 pm
by gegar
Hello,

I have the variables in handler.php

Example
Name = 'Maria' Because in the

handler.php
$args->variables['Name']->value = 'Maria';

When I want to modify in design the same report Variables.mrt

The initial value of the Name is =""

I want to see the current value that updates it in handler.php Name='Maria'

If in the design I update the variable Name = "Maria12345" in the preview it shows only the Maria the original value changed in the handler.

What should I do?

Thank you.

Re: Variable categories from code

Posted: Fri Jan 06, 2023 11:30 am
by Lech Kulikowski
Hello,

Sorry, maybe we did not exactly understand your question. Could you explain your task in more detail?

Thank you.