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

Pages: [1] 2 3
1
Web Server - Ask For Help / Browse Conditional CSS Background-color
« on: April 18, 2024, 07:17:24 PM »
I am using Nettalk 14.21

I have a browse within a memory form with certain columns getting a different background-color based on a field with a color code. I place the color code field into the CSS background-color CSS property for the field. For the most part it works just fine with the exception of the first row. When the memory form opens, it is just fine. User enters a field on the form and hits enter. The client side tab is set to refresh the browse list. When the browse is refreshed, the first row gets the color of the last row no matter what the color code is set for the first row.

I have ran debug to see if somehow the code is cycling back to the first row with the color of the last row and it is not doing that, but yet the color of the first row is set to the color of last row.

Ken Watts


2
Web Server - Ask For Help / Search field in the header
« on: April 15, 2024, 08:50:01 AM »
How can I place a search field in the header area of the site with the menus. I would like the search always available to the user.

NetTalk 14.18

Ken Watts

3
Web Server - Ask For Help / expand/contract CSS
« on: March 12, 2024, 03:46:09 PM »
I am using NetTalk 14.18

I would like to apply a different transform scale to the icons for the expand/contract icons (need to make them bigger since it appears to small on mobile screens). I have placed the new CSS in the CUSTOM.CSS file, but I am not seeing where I can place the class name.

Thanks
Ken Watts

4
Web Server - Ask For Help / Embed Duplicated
« on: February 24, 2024, 12:06:19 PM »
Using NetTalk 14.18

Noticing that the embed "After Validate New Value" gets duplicated. Could not figure it out at first, and then during a debug trace I noticed that the debug statements were appearing twice.

Ken Watts
Wasatch Consulting Services

5
Web Server - Ask For Help / Error 10038 socket operation
« on: December 29, 2023, 08:27:17 PM »
I am using NetTalk 14.13

I am trying to send an email and getting the following error message:

Error = Unable to Open Connection to [smptout.secureserver.net]:3535

The error number was 10038 which means (WSAENOTSOCK) Socket operation on non-socket. The socket has probably just been closed. An operation was attempted on something that is not a socket.

Error occurred in function NetSimple(Client).Open

Just need some direction as to where to look to solve this.

Thanks
Ken Watts

6
Web Server - Ask For Help / Secwin Login with User Lookup
« on: November 19, 2023, 02:14:27 PM »
I am using SecWin7 with NetTalk 14

I would like to allow the user to select a user from a lookup. I have added the lookup and it works to select a user from the popup, but when I enter the password and press enter, it does not attempt to log the user in. If I simply enter the user login and the password it still works normal.

What am I missing by adding the lookup?

Ken Watts

7
Web Server - Ask For Help / Headers in mobile
« on: September 20, 2023, 08:28:25 AM »
I recently converted an app in v12 to v14

One of the changes in v14 appears to be a change in the way the browse headers act in smaller screens. In Desktop, the browse has the normal column headers and then row.

When you change to mobile, the browse column headers move into the row as a prompt for each row. How can I change this back to column headers? I am using the DIV GRID method. If I change to table view, the headers disappear altogether. I am using all default styles and I reviewed the themer program and this is doing the same thing.

Thanks
Ken Watts

8
Web Server - Ask For Help / Single field on form
« on: July 28, 2023, 10:25:48 AM »
I have a memory form with a single field on it and then there is a NetWebBrowse below the field.

The user types in a value (barcode in this case). If the user then presses the TAB key, a process then builds a table and the NetWebBrowse displays the data and it works as intended.

If the user types in the barcode and presses ENTER key, the browser returns to the previous page. If the user goes back to the form, the data is there.

If I place another field on the form, then pressing the ENTER key works just like the TAB key does.

Anything I am missing here?

Thanks
Ken Watts

9
Web Server - Ask For Help / NetWebClient POST
« on: February 21, 2023, 06:06:19 PM »
I am working on an interface with an API and have run into a road block.

The API that I am accessing gives examples using Postman. When setting it up in Postman it works great, but it is not working in the WebClient demo.

In Postman you enter the "values" being sent in the "Header" tab. I tried placing these into the net.CustomHeader and net.SetValue, but it will not work. I also placed the json string into the post data with no luck.

I am looking for direction on translating from Postman Headers to NetTalk 12.

Thanks
Ken Watts
Wasatch Consulting Services

10
Looking To Hire / Integrate Third Party Javascript
« on: October 12, 2022, 07:16:30 AM »
I am looking for some assistance in integrating a third party barcode scanning (using the camera on a mobile phone) javascript package into NetTalk.

Please contact me at ken@wasatchconsultingservices.com

Thanks
Ken Watts
Wasatch Consulting Services

11
Web Server - Ask For Help / Barcode Scanner
« on: October 09, 2022, 12:31:53 PM »
I was trying to work with the barcode scanner plug in. The window does popup with no problem, but the clarity on the video is very poor. When I use the video on the phone camera it is very clear when looking at a barcode, but when working with the barcode scanning, the video is very fuzzy. Is there any settings to improve this at all. I would imagine if you can get a clear image in the video the process would read the barcode much easier. As it is, I have to play around for the program to actually scan anything.

I have looked at other javascript plug ins, but I am struggling to figure how to incorporate the javascript plug in with NetTalk.

Thanks
Ken Watts

12
Using NetTalk 12.46

When I use "DO REFRESH::DATEFIELD" on a date field, the datepicker stops working. Is there something that needs to be done in addition to the refresh to make sure the datepicker is available for the date field?

Thanks
Ken Watts

13
Web Server - Ask For Help / Search question
« on: August 29, 2022, 07:31:58 PM »
I have a client that would like to change the behavior of the search field. At the moment I have it on "Search" so that they can enter multiple words. You can add the "+" to the beginning of a word to require that the word must appear in the resulting records. They would like to have the "+" added by default. Is there any method to do this?

Ken Watts

14
Web Server - Ask For Help / SSL in Safari on Iphone
« on: August 24, 2022, 07:35:37 PM »
I have a NetTalk Webserver app running with a third party SSL from GoDaddy. Works fine for every browser with the exception of Safari. It comes back saying that the SSL is not trusted. As I said, all other browsers (including Chrome on iOS) has no problem with it. Anyone else run into this?

Thanks
Ken Watts

15
Web Server - Ask For Help / Popup form focus issue
« on: August 20, 2022, 07:35:56 PM »
I have a popup form with the save and cancel buttons located above the fields (at the top of the form). I noticed that the focus was not on the first field and discovered that the focus is on the Save button. If I select for the buttons to appear at the bottom of the form, then the focus is on the first field.

How can I have the focus set to the first field rather that the Save button?

I have tried to place p_web.Setvalue('SelectField',clip(loc:formname) & '.fieldname') in a couple of places without success.

Any thoughts would be appreciated
Ken Watts

Pages: [1] 2 3