Search found 2 matches

by ReiGuy
Tue Jul 23, 2019 11:17 pm
Forum: Questions & Answers
Topic: Passing in Lists/variables from a function to a web page
Replies: 4
Views: 6238

Re: Passing in Lists/variables from a function to a web page

A function or Srvroutine? Using the Use Builtin(CALL_SERVER_FUNCTION ... gives the error of "The USE command is not supported on the web."
by ReiGuy
Tue Jul 23, 2019 1:35 am
Forum: Questions & Answers
Topic: Passing in Lists/variables from a function to a web page
Replies: 4
Views: 6238

Passing in Lists/variables from a function to a web page

Recently I was able to create a line chart within Lansa with the help of Chartjs. I have a widget, a reusable part, and a web page that accomplishes this.

I created the widget/reusable part so the calls to various methods that create the chart mainly have lists as parameters. Now that I have the ...