Search found 5 matches

by Take4
Thu Dec 17, 2020 2:50 pm
Forum: Questions & Answers
Topic: Please tell me how to use ReadBase64.
Replies: 4
Views: 9657

Re: Please tell me how to use ReadBase64.

Thank you very much.

I was able to get the data within 64K.
However, the data I want to get is over 64K.

If you know how to solve this problem, please give me some advice.

Thank you.
by Take4
Wed Dec 16, 2020 4:30 pm
Forum: Questions & Answers
Topic: Please tell me how to use ReadBase64.
Replies: 4
Views: 9657

Please tell me how to use ReadBase64.

I'm trying to use XPRIM_RandomAccessJsonReader to assign a base64 JSON to a BLOB type.

But it doesn't work

The following JSON.

{
"err":false,
"state":100,
"Messages":"Sucess",
"detailMessages":"",
"data":{
"filename":"scan00007",
"filetype":"TIF",
"fileobject":[73,73,42,0,8,0,0,0,19,0 ...
by Take4
Thu Nov 09, 2017 4:48 pm
Forum: Questions & Answers
Topic: VL Web(LANSA for the Web) :Current JOB changed other user ID
Replies: 8
Views: 19558

Re: VL Web(LANSA for the Web) :Current JOB changed other user ID

I thank you, one and all!

I was able to do it.
I thank for much advice.
by Take4
Tue Oct 31, 2017 5:49 pm
Forum: Questions & Answers
Topic: VL Web(LANSA for the Web) :Current JOB changed other user ID
Replies: 8
Views: 19558

VL Web(LANSA for the Web) :Current JOB changed other user ID

I want to change user LWEB_JOB used by SRVROUTINE.
The application LOGIN process i IBM user ID and password is entered. This user ID you want to change the job.
LANSA for the Web can, so I think the API is missing.
API for checking user and password is found. It is a QSYGETPH.

Who knows the name of ...
by Take4
Thu Feb 16, 2017 7:07 pm
Forum: Questions & Answers
Topic: Is it possible to enable dragging an object between browser tabs?
Replies: 1
Views: 3862

Is it possible to enable dragging an object between browser tabs?

In our application we are trying to enable a drag-drop of a visual object between two browser windows (tabs). The user will run our application on dual monitors, and they want to be able to drag an asset from one window, into a container on the second window.

We have seen that it is possible to ...