Variable categories from code

Stimulsoft Reports.JS discussion
gegar
Posts: 31
Joined: Thu Dec 27, 2018 5:12 pm

Re: Variable categories from code

Post 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.
Lech Kulikowski
Posts: 6243
Joined: Tue Mar 20, 2018 5:34 am

Re: Variable categories from code

Post by Lech Kulikowski »

Hello,

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

Thank you.
Post Reply