Search found 11 matches

by faridah.belandres
Wed Aug 02, 2023 10:29 pm
Forum: Questions & Answers
Topic: LANSA Integrator JSON Headers
Replies: 12
Views: 28744

Re: LANSA Integrator JSON Headers

Hi,

I have a question related to HTTPInboundJSONBindService.
I was reading this page earlier and saw that KoenDP was able to set the Authorization using:

#JSMXCMD := 'SET PROPERTY(*LIST) SERVICE_LIST(PNAME,PVAL)'

I was wondering if we could get the (inbound) Authorization using the : GET PROPERTY ...
by faridah.belandres
Wed Dec 14, 2022 12:14 pm
Forum: Questions & Answers
Topic: PDFDocumentService > Element image > file attribute
Replies: 3
Views: 5518

Re: PDFDocumentService > Element image > file attribute

Hi Dino,

Thank you for your response.
I have tried the solution you mentioned.
The weird thing is, when I use the #request.DoPost in a test form, I get a value for the filename.
But when I add the same code to the actual function or reusable part, I am getting a blank value for the filename.
Could ...
by faridah.belandres
Tue Dec 13, 2022 6:54 pm
Forum: Questions & Answers
Topic: PDFDocumentService > Element image > file attribute
Replies: 3
Views: 5518

PDFDocumentService > Element image > file attribute

Hi,

Good day! I would like to ask if there is a way to use an absolute URL for the <image> file attribute?

Ex. in the template xml file:

<image x1="{W_TEXTX1}" y1="{W_LINE1}" file="https://images.pexels.com/photos/614484/pexels-photo-614484.jpeg?auto=compress&amp;cs=tinysrgb&amp;w=1260&amp;h=750 ...
by faridah.belandres
Tue Apr 19, 2022 12:58 am
Forum: Questions & Answers
Topic: documentation for #XPRIM_JsonWriter (WriteBase64StringFromFile ) or #PRIM_JSON.Writer (WriteBase64)
Replies: 4
Views: 9193

Re: documentation for #XPRIM_JsonWriter (WriteBase64StringFromFile ) or #PRIM_JSON.Writer (WriteBase64)

Hi Sotiris,

Thank you very much for your reply and for the link.
I think that should be okay with me because the files I'm planning to use are less than or equal to 15MB .
If that is the case, I think the cause of my issue may be this line:

#RequestJson.ParseString String(#JsonWriter.AsString)

I ...
by faridah.belandres
Mon Apr 18, 2022 8:23 pm
Forum: Questions & Answers
Topic: documentation for #XPRIM_JsonWriter (WriteBase64StringFromFile ) or #PRIM_JSON.Writer (WriteBase64)
Replies: 4
Views: 9193

documentation for #XPRIM_JsonWriter (WriteBase64StringFromFile ) or #PRIM_JSON.Writer (WriteBase64)

Hi,

Good day!
I would like to ask if there is a documentation available for #XPRIM_JsonWriter or #PRIM_JSON.Writer ?
I am trying to build a JSON Request and use the WriteBase64StringFromFile but I think it may have a limitation when it comes to size of the file.
It works for small files but when ...
by faridah.belandres
Fri Aug 05, 2016 11:30 am
Forum: Tips and Techniques
Topic: About URLs and the generated HTML
Replies: 4
Views: 34911

Re: About URLs and the generated HTML

Hi Danny,

Good day! Thank you again for your reply.

I tried the LANSA.showPart instead of LANSA.showPage .
The reusable part was successfully displayed in the specified div.
However, when I tried to replace (in the LANSA.showPart) the reusable part identifier with an identifier of a web page,
an ...
by faridah.belandres
Tue Aug 02, 2016 8:15 pm
Forum: Tips and Techniques
Topic: About URLs and the generated HTML
Replies: 4
Views: 34911

Re: About URLs and the generated HTML

Hi Danny,

Good day!

I would like to ask if it is possible to embed the script tags from your example in a certain div inside a WAM?
For example, in my WAM's XSL part, I added a div.
Inside that div, I tried to add similar script tags from your example.
However, when the web page loaded, it ...
by faridah.belandres
Thu Jul 28, 2016 11:08 am
Forum: Questions & Answers
Topic: VL Web - adding a responsive menu bar
Replies: 2
Views: 8195

Re: VL Web - adding a responsive menu bar

Thanks Stewart!
by faridah.belandres
Wed Jul 27, 2016 3:00 pm
Forum: Questions & Answers
Topic: VL Web - adding a responsive menu bar
Replies: 2
Views: 8195

VL Web - adding a responsive menu bar

Hi Guys,

Good day!

I am quite new to VL Web and would like to ask if there is a way/setting to make the Menu Bar component responsive?
I have a number [around 8] of main items in the menu and some of them have submenus.
However, when I use the menu bar to display them, I am not sure of what ...
by faridah.belandres
Wed Jul 27, 2016 11:39 am
Forum: Questions & Answers
Topic: VL-Web session compatibility with WAM session
Replies: 8
Views: 22146

Re: VL-Web session compatibility with WAM session

Thanks Danny!

By the way, in the server modules, for the SessionKeyMethod property in the Begin_Com line
it seems the only available options are: Cookie, Hidden and Secure Cookie .
I noticed that there is no option for URL , but in the WAMs there is.

Would you know if it was meant to be like this ...
by faridah.belandres
Fri Jul 15, 2016 12:19 pm
Forum: Questions & Answers
Topic: VL-Web session compatibility with WAM session
Replies: 8
Views: 22146

Re: VL-Web session compatibility with WAM session



from the WAM client you can invoke SrvRoutines via the same syntax as you can invoke WebRoutines. (Instead of WAM/Webroutine you provide the Server Module/SrvRoutine names).



Hi Danny,

Good day! I am trying to figure out the correct syntax to invoke the SvrRoutine from the wam/webroutine.
I ...