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 2 [3] 4 5 ... 21
31
Web Server - Ask For Help / Re: Checkbox must be one of Y/N
« on: October 28, 2020, 04:49:06 AM »
Thank you Ubaidullah,

I used checkboxes like this for many years, and this was the first problem I experienced in NetTalk.

32
Web Server - Ask For Help / Re: Checkbox must be one of Y/N
« on: October 28, 2020, 03:41:27 AM »
Dictionary validation is Must be True or False

33
Web Server - Ask For Help / Re: Checkbox must be one of Y/N
« on: October 28, 2020, 03:40:15 AM »
Hi Bruce,

I am using a String field, 1 char.
Yes or No (Y/N)

Kindly see attached.


34
Web Server - Ask For Help / Checkbox must be one of Y/N
« on: October 27, 2020, 02:58:47 AM »
Hi Guys,

I recently updated my NetTalk templates and it seems since then I am receiving "Must be one of Y/N" for most of my checkboxes in NWF.

I check and confirmed all the checkbox settings.

Only way currently to rectify is to change these field validations rules in my dictionary.

Any help will be appreciated,


NetTalk 11.45
Clarion 11 Build 13244



35
Web Server - Ask For Help / Re: Drop Field Type on NWF
« on: July 01, 2020, 12:08:09 AM »
Hi Bruce,

I have a drop list showing items linked to a specific supplier, from Table 1.
This drop list is filtered by the supplier selected. (suppliers in table 2)

I have an item master file, table 3, which contains the item list with descriptions, etc.

I would like a lookup, (related table option) from my drop list to display the item description from table 3, while listing items from table 1 for the selected supplier.


36
Web Server - Ask For Help / Drop Field Type on NWF
« on: June 26, 2020, 03:13:17 AM »
Hi Guys,

If I am using a Drop Field type on a NWF,

how do I link a related table to the dropped records?

I tried the 'Link Table' option, but doesn't seem to work,

Perhaps I am doing something wrong ... any help will be appreciated ;-)

37
Thanks Bruce for the help.

I will bring in a token table, which holds the GUID of the record to be viewed.


38
Web Server - Ask For Help / File Upload Issues
« on: May 15, 2020, 12:03:41 AM »
Hi Guys,

I am trying to use the file uploader in a NWF for the upload of employee signatures.

When I switch on the "Use Advance Uploader (HTML5), it breaks the HTML formatting of the window.

When I switch it off, the window formatting is correct, the file is correctly saved in the uploads folder, but the data being saved in the BLOB field is inconsistent.  Sometimes the signature is correct, other times it shows an older signature.

I've tried the BLOB option with, and without uploading to the upload folder.

39
Hi  Guys,

In one of our NT apps we are sending an e-mail with a URL to a user which they can click to view information about a transaction, without having the need to login / authenticate.

This is working well as the URL is unique (GUID) and our site is SSL enabled.

If the unique identifier is removed from the URL, the record filter is cleared and nothing is displayed.
of course all the security options on this NWB have been disabled, except only serve if over SSL.

From a security point of view, is there anyway a hacker can break into the system by using this URL?
I am considering including an expiry date with the URL.

Any other considerations or suggestions?


40
Web Server - Ask For Help / Re: Unknown Default Values in NWF
« on: November 05, 2019, 12:32:42 AM »
Thank you Bruce,

These are table fields.
It is an e-mail address field and cellular number field which are populated by unknown values.

There is no priming for these fields under the "Priming" tab.
The initial values for these fields in the dictionary are also blank.

Not sure where these values are coming from, it seems to be browser (Chrome) related.
Testing the same in IE gives blank fields.

41
Web Server - Ask For Help / Unknown Default Values in NWF
« on: November 04, 2019, 07:06:57 AM »
Hi Guys,

I have a form completing default field values upon insert, and I don't know where these are coming from.

What determines a field's default "cookie" value?
How can I prevent default field values being populated from cookies in a NWF?


42
Web Server - Ask For Help / Open tab from button on NWF
« on: August 15, 2019, 03:31:26 AM »
Hi Guys,

I have a NWF with 5 x tabs.  What is the easiest way to open (example tab-5) on the NWF with the click of a button from the 1st tab?

43
E-Mail - Ask For Help / ThisEmailSend Class Compiler Errors
« on: June 12, 2019, 10:52:12 PM »
Hi Guys,

I am getting compiler errors when compiling an old NetTalk application using ThisEmailSend class with the latest template.

Field not found:  SetRequiredMessageSize
Field not found:  MessageText
Field not found:  Message HTML

Has there been a replacement equivalent for these methods?

44
Web Server - Ask For Help / Skip NWF button with tab
« on: May 21, 2019, 07:04:31 AM »
Hi Guys,

Is there a way to skip a button with tab in a NWF?

45
Web Server - Ask For Help / Re: JavaScript Hand-code
« on: May 13, 2019, 01:32:41 PM »
Hi Bruce,

As an example, under the "JavaScript : OnChange" routine-embed of a NWF field,
I tried to add some JavaScript ...

Say I would like to set a sessionvalue:

if (window.innerWidth <= 1300) {
     SetSessionValue('SmallScreen','True')
     }

The script is working from the HTML tab of the NWF, but not when I try to include it in the field routine embeds?

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