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

Pages: 1 2 [3] 4 5 ... 30
31
For those following, Bruce showed how to do this in the July 22 User Group near the start of the session. It involves using a memory form with a child browse and a scannert type field.  At the Validate embed of the scanner field, add the new value to the browse table, refresh the browse table, clear the scanner field and its session value.

32
Hi, Bruce

I thought I would ask about this at the next User Group.  I am trying to add multiple child records to a parent form using the bar code scanner.  Similar to the order form / items list examples we are familiar with.  I am trying to do it so that when the bar code is successfully scanned the input form is cleared and ready for the next item without the user having to click an 'Add' button on the browse list control.

If I have missed an example that does this or some documentation, my apologies. Just point me in the right direction.  Thanks.

 

33
Web Server - Ask For Help / Re: NetTalk User Group - can't connect
« on: June 18, 2020, 08:07:41 AM »
For those following, as of June 18th Jane's link was the one that works.

34
Web Server - Ask For Help / NetTalk User Group - can't connect
« on: June 11, 2020, 08:52:58 AM »
Just in case there are others who have the same problem, I thought I would ask here.

For the last two weeks, when I try to register for NT User Group I just got dumped to the Capesoft home page.  Looked a little closer and found that Registration page had the current/next session was Feb 6 2021.

Same problem for both Firefox and Chrome, so I don't think it is a cache issue. 

Any thoughts?  Thanks.

35
Web Server - Ask For Help / SessionValue truncated
« on: May 13, 2020, 09:27:19 PM »
Same situation as my last question: parent form with a pop up child form with three text fields. Putting the three text fields in a txt file for downloading.  On the pop up form I put text of a field in a session value which is then processed into the txt file in a source procedure on pressing the Start button.  In the source procedure the session value is truncated quite dramatically.  I TRACED the session value before and after calling the source procedure. Before calling the session value was fine, but once in the source procedure the session value is truncated.   Two other fields don't have the problem, probably because they are quite short already.
Thanks

36
Hi, Bruce

Here is one of two questions I thought I would ask about at tomorrow's user group meeting.  I have a parent form that calls a pop up form that has three read only text fields.  I want to put all three fields into a simple txt file that the user can simply download to send to someone else.  The Progress control works but the template for the Click to Download link doesn't have an entry for content type or disposition, so browsers just try to open file instead of save it.  Thanks

37
Web Server - Ask For Help / Re: Color picker - location
« on: May 08, 2020, 04:46:05 PM »
Thanks.

38
Web Server - Ask For Help / Re: Color picker - location - NT 11.35
« on: May 06, 2020, 03:34:21 PM »
Hi, Bruce

I updated from 11.32 to 11.35 yesterday and saw in the Hot Dates example that the problem had been fixed. But in my app it remains.  I checked to make sure that new script and css files were copied into the app Web folders, ran Gzipall and cleared the cache in my browser(s) to no avail.  I suspect I am just missing the right script file, so if you could let me what it is I will track it down.   Thanks.

39
In case anyone else encounters this, I found a complete reboot of the server fixed the problem.

40
Hi, Bruce

I upgraded from NT 11.32 to 11.35 today, did a full regeneration and rebuild of my app.  Seemed Ok but when I try to connect I get the dreaded "SSL_ERROR_NO_CYPHER_OVERLAP" error in Firefox and the equivalent in EDGE.  Are there some files I should move somewhere?  Thanks.

41
Web Server - Ask For Help / Re: p_web.script() and $
« on: May 01, 2020, 01:46:30 PM »
For those following:

Bruce showed that the $ is not a delimiter between scripts, but a JQuery object name and that a non JQuery script would work using p_web.script()
April 23.

42
Web Server - Ask For Help / p_web.script() and $
« on: April 21, 2020, 05:03:47 PM »
Hi, Bruce

For a few years I have been using a script set that works well with $ script designater generated in p_web.script(). The script set's author is moving away from this implementation to using an automated tool or simple script tags.  I was hoping to discuss them implications using simple script tags after main <script></script> generated at the bottom of the NT page source, at the next User Group meeting.  Thanks.


43
Web Server - Ask For Help / Re: Color picker - location
« on: April 15, 2020, 10:22:58 AM »
Great.  Thanks.

44
For those following, Bruce pointed me to the parameters tab of the service method template.    D'oh.

45
Hi,

I have an existing API app that lets clients retrieve data from some tables.  I would like to let them Insert multiple records into some other tables.  Although I saw in the Bruce, Arnold and John ClarionLive sessions that this feature could be included using the Wizard, I don't see any way to turn it on or set how to use it in the app template itself.  If this has been addressed somewhere, could someone point me to it.  If not, I thought it might make a good User Group question along with the related question of where to you do edit checks on incoming data.

Thanks

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