What should I replace it with? The control just shows the text in my text box. I did try that, but a text box isn't a control. I also tried using Fonted_Text_1 since that's what pops up when I right click on it, but neither of these worked.
------------------------------
Chris Love
Accounting Systems, Inc. (ASI)
------------------------------
Original Message:
Sent: 05-12-2023 10:10
From: Lee Graham
Subject: Script to Hide or Show Customizer Text Box
Chris,
Try replacing the name of your control where the "BT_Link_1" is.
------------------------------
Lee Graham
Friendly Systems, Inc.
------------------------------
Original Message:
Sent: 05-12-2023 10:00
From: Chris Love
Subject: Script to Hide or Show Customizer Text Box
Lee, that would work if I'm doing a button, but I'm using a text box in customizer so I can make the font color Red and stands out better to the person whose entering the data. For what the customer is asking for, I'm also going to consider a message box popup. Because of that, I don't think making this into a button will really work for what I need as it will just blend in.
------------------------------
Chris Love
Accounting Systems, Inc. (ASI)
Original Message:
Sent: 05-12-2023 09:47
From: Lee Graham
Subject: Script to Hide or Show Customizer Text Box
Does this work for you?
retVal = oScript.SetUIControl("BT_Link_1", "HIDE") ' hide button
------------------------------
Lee Graham
Friendly Systems, Inc.