NetTalk Central

Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - hectorp

Pages: 1 [2] 3
16
Hi Bruce,

I'm using 8.59, but what's really strange is that the same application is running in another client's server and
never show this type of behavior.

Thanks

17
Hi

I noticed that my NTWS application crashed when receiving some strange GET requests. This is a secure application (https). Messages are similar to the following;

"GET /remote/fgt_lang?lang=/../../../..//////////dev/cmdb/sslvpn_websession HTTP/1.1"
"GET //a2billing/customer/templates/default/footer.tpl"

Attached are an image of it.

Anyone has an idea of how to prevent this to happen?

TIA

18
Web Server - Ask For Help / Re: Responsive login forms
« on: November 21, 2022, 06:58:26 PM »
Hi Bruce,

Is there a webinar or document which explain hot to set CSS accordingly after applying or changing to grid layout?

If I understand correctly, it is not done automatically. It has to be done applying CSS, correct?

Thanks

19
Web Server - Ask For Help / Re: Responsive login forms
« on: November 18, 2022, 09:05:41 PM »
Hi Alberto,

Can it be done by using CSS?

20
Web Server - Ask For Help / Responsive login forms
« on: November 18, 2022, 08:19:13 AM »
Hi

I have a NTWS application which has a no responsive design. Now my client wanted to have just the login forms to be responsive.

There are two separated forms in order to complete the login. One ask for the user name and security question and the second one for the password and pin number. Before starting any modification I have two questions;

1. How to make or design a complete application to be responsive?

2. Is there a way to have/modify the two login forms in order to be responsive without modify the rest of the application?

Working with NTWS 11 and Clarion 11.

Appreciate any help.

21
Web Server - Ask For Help / reCaptcha
« on: August 24, 2022, 10:42:37 AM »
Hi

I need to implement the reCaptcha in a NT web application.

Is there any example app around on how to implement it?

TIA

22
Web Server - Ask For Help / Re: Link to a PDF in the /web folder
« on: June 01, 2022, 07:21:47 AM »
Bruce,

If I understand correct, I must use something like this in the XHtml tab:

 <a href="DIVULGACION.pdf">ThisTextIsTheLink</a>

And it must be enclosed in a <Div></div> so it can be located in the area where I need it, by using CSS.

Please, correct me if I'm wrong?

Regards

23
Web Server - Ask For Help / Re: Link to a PDF in the /web folder
« on: May 31, 2022, 08:38:09 AM »
Bruce,

I manage to load the PDF from the URL option of a button. It is not an HTML hyperlink but it works.

In the next future, If I remove the button then I will have to look how to do it with HTML.

Cheers.

24
Web Server - Ask For Help / Re: Link to a PDF in the /web folder
« on: May 30, 2022, 05:16:57 AM »
Hi Bruce,

I'm following NT Web30 example. It shows how to load a PDF file using hyperlinks, but the link to the PDF file is stored in a table field.

I need the link to be in the form instead of been stored in the file.

Regards


25
Web Server - Ask For Help / Link to a PDF in the /web folder
« on: May 29, 2022, 08:02:36 AM »
Hi,

How can I place a link to a PDF file stored in the /web folder (other way than a button) in the index page?

TIA

26
Bruce,

I'll take a look at it.

Thank you.

27
I have a form with two drop fields. The first one allow the user to select a language between Spanish and English.

The second one present the user various options translated in the selected language. The values presented will be filtered depending on the first (Language) drop selection.

I need the program to present the corresponding values for the second drop, immediately after  the user changes the value for the first drop.

Actually, the user has to save the form after selecting the first drop value and the return to the form to select the second drop values.

Appreciate any help on this issue.

28
Hi

I'm converting my NT app from 8.59 (Clarion9.1) to NT11.53 (Clarion 11) and have some question I hope someone could answer;

In the past the app requires to listen on port  80 and redirects to a secure port by defining two NetSimple objects. Is that the same for NT 11.53?

Also, there is a place in the security tab where a tick is checked (Use ssL to make server secure) and a placeholder to indicate where the certificate is located.  I don't find that option in NT 11.53. Where can I tell the application where to locate the security certificate?

Thank in advance for any help.

29
Hi all,

Does "Prime autoinc if necessary" works in a Memory Form Source? Does a Memory Form Source need that
option set?

TIA

30
Web Server - Ask For Help / Error while moving NTWS from 8.59 to 11.53
« on: November 19, 2021, 07:01:54 AM »
Hello,

The compiler is throwing some errors while compiling NTWS app from 8.59 to 11.53 in Clarion 11.
With jfile 2.22 and StringTheory 3.38

Any idea on how to solve them?

Written code is "MyServer.WholePacketUseLengthField = 1" and "MyClient.WholePacketSend(SendData, len(clip(SendData)))"

Errors are;
"Field not found: WHOLEPACKETUSELENGTHFIELD"
Unknown procedure label
"Field not found: WholePacketSend"


Pages: 1 [2] 3