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 4 ... 21
16
Hi All,
NT 14.21  C11.0136
I have an NT browse.  I have a string field "SLOT_STATUS".  There is a set of pre-defined values e.g, "EMPTY,OPEN, RESERVED, BROKEN"
In the Browse, I have made the field SLOT_STATUS and EIP field and it is picking the value from a Dropdown which contains the short list of required values.
When I select a value from the dropdown, I always get a VALIDATION error for this field saying that The value is not in the list.
Are there more steps other than checking the EIP box to make it work?
Thanks,
Ron

17
Web Server - Ask For Help / Re: Prompt on Check Box
« on: July 08, 2024, 09:12:30 AM »
Solved,
I was using a field from the record as the Prompt.  When the screen loaded, all the fields were in scope.
When I checked the box, the field was not in scope so it became blank.
Answer:
Prompt became:  p_web.GSV('REC:Field1')  instead of just 'REC:Field1'
Resolved.
Ron

18
Web Server - Ask For Help / Prompt on Check Box
« on: July 08, 2024, 08:33:42 AM »
Hi,
NT 14.21  C11
I have a check box and I have a Prompt on it.  Check box is Yes/No.
When I Check the Check Box from NO to YES, the PROMPT hides.
How can I stop the Prompt from hiding ( I want it to show all the time...)
Thanks,
Ron

19
Ahhh,
Found the chapter on COOKIES in Consuming APIs book!
Ron

20
Hi Bruce,
Another dumb question... .how do I set up my server and API to make sure they are passing a cookie?
Thanks,
Ron

21
Web Server - Ask For Help / API requests requiring login and password
« on: July 01, 2024, 10:21:26 AM »
HI,
NT 14.21  C11.0.136
I have a net talk server with an API method which requires a login and Password.
I have a NetWebClient talking to it.  It intermittently makes several requests to the server within a 2 minute span.
I have the First request of the NetWEbClient logging in ( successfully).
Question:
Do subsequent requests by the same Logged in Client need to have the authorization string included or is the Client get logged in once and then the session ID is remembered until the session times out?  If this is the case, then the authorization string needs to be included on only the first request ?
Thanks,
Ron

22
Web Server - Ask For Help / Re: API and ecec.dll
« on: July 01, 2024, 10:15:36 AM »
Hi,
I am not sure what I did but played with login and password and got it working.
Ron

23
Web Server - Ask For Help / API and ecec.dll
« on: June 30, 2024, 03:03:07 AM »
Hi,
NT 14.21  C11.0.136
I created an API app which I ran against a temporary server.  The temporary server did NOT require a login.   I have the database method working and the API method working.
I imported the database method to my working Net Talk server and set up a login and password for the kiosk.
I imported the NetWebClient procedure to make calls to the Server and set up a login and password.
Problem:
When I try to log onto my real server,  debug gives me an error that the server was not able to to TLS and could not load ecee.dll.   That dll is present.
Am I missing a setting on my "real" web server?
TIA,
Ron

24
Web Server - Ask For Help / Display QR code - when UN Hidden
« on: June 18, 2024, 02:52:51 AM »
Hi,
NT14.21  C11,=.0.136
I have a form with a QR code which is saved in a file name.  When I pull up the form for the record in a normal fashion, the QR code displays correctly.
I am trying to step through the fields on the Update form in another procedure.  If I unhide the QR code when the procedure starts, it displays correctly.
However, If I hide the QR code when the update procedure starts and then UNHIDE it, all I get is ALTERNATE IMAGE TEXT.
I am calling a refresh of the QR Code on the button that Unhides it. But I do not get the QR code, just the alternate image text.
QR code is in a Type Display.  Sources: Text ( I am not sure if this matters or not...).  Image: FIL:FILENAME IMAGE;  Width = 200;  Height = 200;  CSS: Nt-Left
How can I solve this problem of UNHiding the QR code and getting it to display correctly?
Thank,
Ron

25
Web Server - Ask For Help / Re: Button ID or class for CSS
« on: June 14, 2024, 04:38:06 AM »
Hi Alberto,
How and where do I add the class to the button - so far, everything i have tried has not done it. Can you give more specifics please.
Thanks,
Ron

26
Web Server - Ask For Help / Button ID or class for CSS
« on: June 14, 2024, 04:24:34 AM »
Hi
NT 14.21   C11.0.136
I want to be able to identify a button on a form so I can do some css on it.
Here is my button:
<button type="button" name="Button1_3" id="Button1_39ygW" value="Press to Confirm this is the Kiosk you are at" class="nt-flex nt-button nt-button-without-icon confirmKioskButton67 ui-button ui-corner-all ui-widget" data-do="server" data-formproc="a_dropoff_memform">Press to Confirm this is the Kiosk you are at</button>
The id="Button1_39ygW"  has a generated portion which changes with each iteration.  The 'ygW' portion is generated and variable so I can't use this.
The class="nt-flex nt-button nt-button-without-icon confirmKioskButton67 ui-button ui-corner-all ui-widget"  - I probably can use this as the CLASS selector but it is verbose
The  name="Button1_3"  - is unique but name is not a css selector. 
Is my best option to use the class for a selector?
Other options?
Thanks,
Ron

27
Web Server - Ask For Help / Passing parameters on a Button
« on: June 12, 2024, 08:09:07 AM »
Hi,
NT14.21  C11.01
I have a button which calls a procedure.  I need to pass 2 parameters to the procedure.  I am using the GetValue in the called procedure
1. GUID of calling record
2. FROMTABLE     ( I have 2 separate tables which call the same procedure and I need to know which one called it).
On the Parameters button:  I can pass 1 parameter with  'GID=' & FIL1:GUID
However, in trying to pass 2 parameters I can't seem to get it right - compiler errors. etc
This is what I have so far:  'GID=' & FIL1:GUID & 'FROMTABLE =' & 'Table1'
What am I missing ??  Maybe a comma between the 2 values?
TIA,
Ron

28
Thanks Jane
Ron

29
Hi,
Using NT 14.21  C11.0.136.
I have written an API which is going to reside as part of my secure web server.  It will be used ONLY BY OUR PROGRAM.  It provides useful information ONLY TO OUR Kiosks and never to our users.
I want to suppress the documentation so that the methods and data remain proprietary and undiscoverable.
Can I do this with removing the entries from Documentation tab for Database properties.   i.e. Document Formats:  'XML & JSON & WebEncoded'.   I found the "None" drop for all the documentation.  Will that suffice?
Or is there a better way?
Thanks,
Ron

30
Web Server - Ask For Help / Re: Desktop File path
« on: May 30, 2024, 12:49:25 AM »
HI RIchard,
I am still not sure what you are trying to do.  Like Stu said - everything that web server accesses should be beneath the web folder  - otherwise you compromise security on your server. 
I am not sure why users would want to work on their local folder?
I do backups but end user has no control - and they are off site and in the cloud...
The best way for users to have access to their machine and run a desktop program AND connect to a web app is to build a net Web Client into the desktop app. 
Ron

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