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.


Topics - rupertvz

Pages: 1 2 [3] 4 5 ... 12
31
Web Server - Ask For Help / IsMobile and Screen Size
« on: April 30, 2019, 01:36:52 PM »
Hi Guys,

Now that "IsMobile" is no longer supported in NetTalk 11 ...

Is there a way to have a condition in an xHTML routine, only to display on desktop workstations?

32
Web Server - Ask For Help / Menu image: Break after Image
« on: April 26, 2019, 02:40:51 AM »
Hi Guys,

I have a menu item, with an item menu.
The "break after image" is set to "no",

But the image is still in a separate line, above the menu item.

33
Web Server - Ask For Help / Returning a Value
« on: April 25, 2019, 12:50:49 AM »
Hi Guys,

I have a process procedure which I call from NWF.
The process procedure should return a value,

However, the procedure runs on a new thread on the server side.

Can this be done?  Which is the best way to do this?


34
Hi Guys,

I have a TPS table with 357,899 records which I am trying to link / view in a NWB.
I have a simple filter to display some of the records.

I am getting:

This page isn?t working - didn?t send any data.
ERR_EMPTY_RESPONSE

With less records the table contents display correctly.

Am I perhaps doing something wrong?  Or is this amount of records too many for a TPS table to display?

35
Web Server - Ask For Help / NWF Problem
« on: April 03, 2019, 01:10:16 AM »
Hi Guys,

I have an interesting problem, which I have not encountered before.
I have a NWF updating user details in a TPS table.

Upon inserting a new record, the User ID, e-mail address and SMS number auto-completes by itself when the form loads.  The value is from the logged on user's details, which is in a session value.

Even when I change the form to a popup, it still happens.
(It only happens to this form)

When I prime the first field "User ID" with a different value, say "ABC", it then does no longer auto-complete and uses the primed value.

Interestingly, the e-mail address and SMS number is then blank, no longer auto-completed - which is what is expected.

Any ideas?

NetTalk 8.71


36
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)


37
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


38
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 ...

39
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

40
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?

41
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?

42
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?

43
FTP - Ask For Help / FTP Error Sending Data
« on: August 16, 2018, 01:41:22 AM »
Hi Bruce,

I am only using FTP templates to receive data,

I am receiving this error in my FTP application, but also in the demo app (only receiving files)

What does this mean?

44
FTP - Ask For Help / Get Directory and Delete Files
« on: July 10, 2018, 11:17:13 PM »
Hi Guys,

I am following the NetTalk example to download a directory (all files) from an FTP server.
It is working well ...

How do I delete the files as being downloaded?  To make sure we don't download duplicate files ...

45
Web Server - Ask For Help / Saving a Screenshot
« on: June 12, 2018, 12:10:37 AM »
Hi Guys,

What is the easiest way to let a client save a screenshot to a NWF?

Pages: 1 2 [3] 4 5 ... 12