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 - rupertvz

Pages: 1 ... 3 4 [5] 6 7 ... 21
61
Web Server - Ask For Help / Re: Too many segdef in file:1F,4000
« on: April 02, 2019, 01:29:16 AM »
Thank you Bruce,

Is there a reason why only the report procedures as such must be in scope of the WebHandler procedure?

* Where the other procedures did not give an issue.

62
Web Server - Ask For Help / Google Invisible Captcha V3
« on: April 01, 2019, 01:40:30 PM »
Hi Guys,

I am trying to implement Google Invisible Captcha V3.
I got the first part working, including the Java script as part of my form HTML code.
The invisible captcha is showing ;-)

I am now supposed to receive and process the incoming result by means of the following code:

<script>
  grecaptcha.ready(function() {
      grecaptcha.execute('reCAPTCHA_site_key', {action: 'homepage'});
  });
</script>


https://developers.google.com/recaptcha/docs/v3

Where do I put this code in my NWF to load after the form has been submitted?
Currently my form calls the "IndexPage" (URL on Save)


63
Web Server - Ask For Help / Re: NetTalk Apps
« on: April 01, 2019, 06:23:03 AM »
Hi Bruce,

I small / simple web app with browse, NWF, etc.
To demo the look and feel of the app?

64
Web Server - Ask For Help / Re: Too many segdef in file:1F,4000
« on: April 01, 2019, 06:19:38 AM »
Thank you Bruce,

One procedure per module did resolve the issue.
However, this resulted in a string of other errors for my reports in this app.

I got compiling errors related to:  "report procedure should have prototype of ..."

This was not a problem before the recompile of one procedure per module.

I managed to get this resolved by linking all report procedures with the WebHandler procedure
Not sure why this was suddenly an issue?

65
Web Server - Ask For Help / Re: Too many segdef in file:1F,4000
« on: April 01, 2019, 12:02:14 AM »
Hi Bruce,

With this specific application V8.71

66
Web Server - Ask For Help / Too many segdef in file:1F,4000
« on: March 19, 2019, 02:45:39 AM »
Hi Guys,

I am receiving this error upon NetTalk app compile,

Has anyone come across this error before?

Too many segdef in file:1F,4000


67
Web Server - Ask For Help / Re: CSS Question - field width
« on: March 19, 2019, 02:18:28 AM »
I've just tried the max-width property, and this works to Reduce all the fields to the same size.

When I try min-width only the "date" field Increases in size, the time fields only "reacts" to the max-width property ... ?


68
Web Server - Ask For Help / Re: CSS Question - field width
« on: March 19, 2019, 02:12:49 AM »
Thank you Robert,

I just added the property to my Entry & Entry-Div classes.
I also changed the background colour to make sure it applies to the correct fields.

The colour of the fields changed, but the widths are still the same as before.

Interestingly, when I set min-height, it works?

69
Web Server - Ask For Help / CSS Question - field width
« on: March 18, 2019, 11:14:16 PM »
Hi Guys,

I have a question regarding CSS,
I have a NWF with a couple of fields (in mobile mode)

For each of these fields I have a CSS class for:
- Entry-Div, - Entry & Prompt

I am trying to get them all to display the same size and style.
When I adjust the height, all of these fields take the same height.
Same with colour, etc.

The problem is with the width.
Example:  A date field has a longer width than a time field, no matter what I set in the CSS file.

Any ideas are welcome ...

70
Web Server - Ask For Help / NetTalk Apps
« on: March 18, 2019, 01:17:38 AM »
Hi Bruce,

Do you have an online example "Demo" of NetTalk Apps?

Many Thanks
Rupert

71
Web Server - Ask For Help / Separate Mobile Site
« on: March 12, 2019, 01:09:23 AM »
Hi Guys,

I have a primary desktop version website, and a separate mobile site.
It is possible to "integrate" the two?

Thus if the primary site "senses" a mobile browser, it should redirect to the mobile site automatically?

72
Web Server - Ask For Help / Refresh Display Field after Droplist
« on: February 25, 2019, 03:32:08 AM »
Hi Guys,

I have two droplists on a NWF.

Both droplists does a secondary table lookup, based on the value selected from the droplist.
Then refreshes a display field with values from the fetched record.

I added my lookup and refresh routines into the Validate routine of the droplist, under "Server Side" code.

For the one droplist, it works perfectly fine.

For the second droplist the lookup works, and display field refresh also works, but takes about 5 seconds to refresh / update the values on the screen.

I've checked and rechecked, but can't figure out why the one droplist updates the display fields immediately, but the second takes much longer to do this.

Any ideas?

73
E-Mail - Ask For Help / Receiving POP Mail takes longer and longer
« on: January 04, 2019, 12:58:04 AM »
Hi Guys,

I am using a receiving POP mail procedure within a loop (checking / receiving every 5 minutes)

Everything is working well, except that the mailbox on the server from where POP mail is being downloaded are getting fuller as message are being left on the server side.

The whole process becomes slower and slower as time goes on.

I am using the Decide method to get an e-mail list first, to compare message count, before downloading.

There are a couple of thousand messages in the server-mailbox, and takes approximately 15 minutes for the client to process and download the latest message.

Is this delay to be expected?

74
FTP - Ask For Help / Re: FTP Error Sending Data
« on: August 22, 2018, 11:40:18 PM »
Thank you Bruce,

Can I simply omit the code "ThisFTPControl.Quit()" from the GetNextFile (Routine) and PutNextFile (Routine)

Or is it better to suppress the error message instead?


75
FTP - Ask For Help / Re: FTP Error Sending Data
« on: August 21, 2018, 01:20:43 AM »
Thank you Bruce,

I am able to detect "Quit" in .ErrorTrap, but the "error" message comes up before the error-trap.
Is there still a way to suppress the error in ErrorTrap?

I removed the line of code "ThisFTPControl.Quit()" from the GetNextFile (Routine) and PutNextFile (Routine),
Which then omits the error message.

I will be compiling my application into a service.
Is it OK to omit the the "Quit" lines of code?

Pages: 1 ... 3 4 [5] 6 7 ... 21