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

Pages: [1] 2 3 ... 5
1
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

2
Web Server - Ask For Help / Re: expand/contract CSS
« on: March 17, 2024, 03:29:48 PM »
Thanks for the direction. Always learning.

3
Web Server - Ask For Help / Re: expand/contract CSS
« on: March 14, 2024, 11:19:24 AM »
I have a browse form with vertically contract/expand row. I would like to increase the size of the Contract and Expand icon. Where would I include the custom CSS to these icons?

Ken

4
Web Server - Ask For Help / Re: expand/contract CSS
« on: March 13, 2024, 09:39:27 AM »
I have placed this CSS into the CUSTOM.CSS

.ui-iconexp {
   width: var(--icon-size);
   height: var(--icon-size);
   background-image: var(--icons);
   transform: 1.0;
}

Ken

5
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

6
Web Server - Ask For Help / Re: Embed Duplicated
« on: February 24, 2024, 12:19:41 PM »
I believe I found the issue. The following was duplicated in the template

#Embed(%CustomValidateEnd,'After Validate New Value'),%FormID,TREE('Routines|'&%TabHeading&' Tab|'&%FormID&' Field|Validate::'&%FormId&' Routine|5 Add Server Side Code Here')

I commented it out and now the generated code does not duplicate now.

Ken Watts

7
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

8
Web Server - Ask For Help / Re: Error 10038 socket operation
« on: January 03, 2024, 01:55:55 PM »
I have worked this out. Mistake on the data provided by the end user.

9
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

10
Web Server - Ask For Help / Re: Secwin Login with User Lookup
« on: November 29, 2023, 12:00:58 PM »
Great! Thanks for the help

Ken

11
Web Server - Ask For Help / Re: Secwin Login with User Lookup
« on: November 28, 2023, 06:47:30 AM »
I have attached the example WEB51 with a lookup from the login user id.

Thanks
Ken

12
Web Server - Ask For Help / Re: Secwin Login with User Lookup
« on: November 24, 2023, 10:15:04 AM »
Bruce,

I updated to 14.13 and made sure the other templates were up to date as well. But the behavior is still the same.

Thanks
Ken Watts

13
Web Server - Ask For Help / Re: Secwin Login with User Lookup
« on: November 21, 2023, 05:53:07 AM »
I am on 14.04

14
Web Server - Ask For Help / Re: Secwin Login with User Lookup
« on: November 20, 2023, 07:15:34 AM »
Returns to the starting page when the program first comes up with the "Login" button.

I have some code that occurs in ValidateUpdate and if I place a "STOP()" or a Trace there, it does not get to that code.

I even tried to place a trace in the "Authenticate" in the WebHandler and it does not get that point either.

Thanks
Ken

15
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

Pages: [1] 2 3 ... 5