View Single Post
  #2 (permalink)  
Old 05-07-2008, 04:31 PM
pwiesner pwiesner is offline
Senior Member
 
Join Date: Mar 2007
Posts: 125
Default

I would be beneficial to know exactly what version of Checkbox you are using as the ability to edit application text has changed in the past couple of releases. Regardless of what version of Checkbox you are using, you should be able to edit the text directly in the database. The following query will update the text in question. You will want to replace NEW_TEXT with your desired text.

--BEGIN
exec ckbx_Text_Set '/pageText/survey.aspx/editText', 'en-US', 'NEW_TEXT'
--END

After making the change you will need to restart IIS as this information is cached.
Reply With Quote