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

Pages: [1] 2 3 ... 24
1
Web Server - Ask For Help / Re: Modify the lookup procedure?
« on: March 20, 2025, 01:00:48 PM »
HI Jeff,
You will need to run a debugger program to see the TRACE statements. 
When I am not wanting to run a debugger, and I am lazy, I just put in a message statement with a display of the variable field and its value. My message windows are set to time out after 3 seconds so they will auto close and the program will keep running.
Yes, I always get the ruler smashed across the knuckles but this is sometimes a quick way to get an answer to a simple problem!
Ron

2
Web Server - Ask For Help / Re: Modify the lookup procedure?
« on: March 19, 2025, 04:25:17 PM »
HI Jeff,
sometimes the Display field drives me nuts.  I would put a p_Web.Trace(' calculated value:' & loc:DateInterval ) when the calculation is done.  I suspect that the calculation is done on the Server side when the second date is entered. That is where I would put the trace.  If you get the correct value in the trace, then your math is correct - it is simply a display issue.  Some of these forms go in and out of scope so many times, I find it is easier to place the value in p_web.SSV('loc:DateInterval' , loc:DateInterval ).  I would then repeat the trace with p_Web.Trace(' calculated value:' & p_web.GSV('loc:DateInterval') ).  If you are getting the correct value then try displaying the Session value for  loc:DateInterval.  That would be my suggestion as to how to see what is going on.  Trace really helps sort these things out.
Ron

3
Web Server - Ask For Help / Re: Modify the lookup procedure?
« on: March 18, 2025, 03:26:27 PM »
HI Jeff,
What you are trying to do is very unclear!  However, under the Client-Side tab for the field you when refresh Prompt, value and comment.  Also, When the field is accepted, You cn send new value to server and underneath that is a list of Objects to be RESET.  So, if you have calculated your value but not reset the object, then it won't display. 
Ron

4
Web Server - Ask For Help / Re: web26 example File Upload
« on: March 17, 2025, 03:18:53 PM »
Hi Richard,
I tested out example 26.  I had to delete the MEDIa vIEW FROM THE server as this threw two eerrors for unknown procedure...
It is not clear how this is supposed to work from just looking at it.  I did not get anywhere with the client.  I looked at the server app and tried to upload a mailbox picture.  Did not work.
I have not spent a lot of time with this example.
FWIW
Ron

5
HI All,
Got my keys mixed up. Squared them away and now running!
ROn

6
Web Server - Ask For Help / Error code: SSL_ERROR_NO_CYPHER_OVERLAP
« on: March 12, 2025, 09:06:48 AM »
HI All,
Using NT 14.21 and Clarion 11.0.136
I have a valid SSL certificate by Go Daddy on my server.
All of a sudden my server is giving the following error:  Error code: SSL_ERROR_NO_CYPHER_OVERLAP
I can RDP into my server and NT app is running and listening on port 447
I checked my firewall and app is set to go through firewall.
What might be going on? 
Thanks,
Ron

7
Web Server - Ask For Help / Re: Global template: Secret 1 / 2
« on: March 07, 2025, 10:43:14 AM »
Hi Poul,
I believe that they are used for encrypting records.  Maybe a primary one that is used and a secondary one.  They may be more important for disconnected apps but I am not sure.
Maybe Bruce can be more specific.
Ron

8
Web Server - Ask For Help / Re: Net Web client = error 73
« on: March 03, 2025, 06:33:52 AM »
HI All,
ssl analysis program told me that intermediate certificate was missing on my NT server.
I re-downloaded my SSL certificate and intermediate certificates from GoDaddy and re-installed them.
Fixed the problem!  Now working correctly.
Ron

9
Web Server - Ask For Help / Net Web client = error 73
« on: March 02, 2025, 02:01:25 PM »
Hi All
C11
NT 14.21
I am setting up a few refurbished PCs with Windows 10 Pro installed.
I keep running into an error 73 when I try to run my Web Client.  Also get it with the NetTalk Demo app.  I can connect to the site through a browser OK but all of the net talk stuff throws an error 73.  I have installed the Visual Studio 2017 redistributable on the machines - but even with re-boot, I still keep getting the error.
Help!!
Thanks,
Ron

10
Web Server - Ask For Help / Re: Strategies to refresh client browse
« on: March 02, 2025, 05:47:48 AM »
HI Alberto,
Going to try this right now.
Thank you,
Ron

11
Web Server - Ask For Help / Re: Strategies to refresh client browse
« on: March 01, 2025, 03:33:29 AM »
Hi Jane,
Thanks - will give it a try this weekend. 
Ron

12
Johan,
Did you implement this yet in Net Talk?  I would be interested in seeing how you did this.
Ron

13
Web Server - Ask For Help / Strategies to refresh client browse
« on: February 28, 2025, 06:41:35 AM »
Hi All,
C11  NT 14.21
I have a browse which contains 1 to 4 records.  I want to update it automatically maybe every 3 seconds. I don't really need to track anything momentarily so I don't need continuous communication with the server.  I was thinking of a few strategies:
1. Put a hidden button on the browse to use the procedure timer to fire every 3 seconds to get a browse refresh. 
2. Maybe I could send the Record time stamp from the client to the server using a button like #1 and if the time stamp ( for each record ) is different on the server, then refresh the data on the client browse row.
This seems a lot like the disconnected mobile app communication stuff - comparing time stamps, etc. So, is there a built in or easy method to refresh a single browse say every 3 seconds?
BTW, this is NOT a disconnected mobile app. 
Thanks,
Ron

14
Web Server - Ask For Help / Re: Credit Card Chip Reader
« on: February 10, 2025, 03:32:26 PM »
Hi Ken,
How about a device which connects to your tablet?

https://www.shopify.com/pos/store/products/shopify-tap-chip-card-reader?utm_source=google&utm_medium=cpc&campaignid=20029254666&utm_campaign=RetailPOS_Shopping_AMER_US_Hardware&utm_content=shopify_tap_chip_card_reader&_bt=656383153811&_bk=&_bm=&_bn=g&_bg=148273362693&gclsrc=aw.ds&gad_source=1&gclid=EAIaIQobChMI_cPn86C6iwMVihqtBh3mIgJoEAQYASABEgJxzvD_BwE

If I were going to build it from scratch I probably would interface with an arduino and use arduino libraries to decipher the card and send me the info into my clarion program via serial terminal.  Working with Arduino is very easy.  Arduino has NFC and chip reader libraries. 

There are 2 suggestions to get you started.  It really depends on how you want to do it.

Ron

15
Web Server - Ask For Help / Re: Microservices?
« on: February 08, 2025, 09:05:46 AM »
Hi,
I don' t know anything about microservices but simple research suggests that it might be like an API which you can do easily with net talk.
What is your goal or what are you trying to do?
Ron

Pages: [1] 2 3 ... 24