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 / 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 / Re: expand/contract CSS
« on: March 17, 2024, 03:29:48 PM »
Thanks for the direction. Always learning.

4
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

5
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

6
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

7
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

8
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

9
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.

10
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

11
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

12
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

13
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

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

15
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

Pages: [1] 2 3 ... 5