51
Web Server - Ask For Help / Re: Tooltip on droplist item?
« Last post by Jane on January 17, 2026, 07:22:47 PM »Bruce added to the templates for 14.37.
Thank you!
Thank you!
52
Web Server - Ask For Help / Re: NT14 CLALIT2 - NetwebForm - Duplicate Record
« Last post by osquiabro on January 17, 2026, 06:58:02 AM »i have a same problem without driver kit nt 14.36 with sql server native driver
53
Web Server - Ask For Help / Re: NetClient.Send error??
« Last post by jari@softmade.fi on January 15, 2026, 10:29:53 AM »Problem solved 
Webserver / NetRefresh Local extension.
I hadn?t checked the box ?This is a webserver procedure.?
Thanks
Jari

Webserver / NetRefresh Local extension.
I hadn?t checked the box ?This is a webserver procedure.?
Thanks
Jari
54
Web Server - Ask For Help / Re: NetClient.Send error??
« Last post by Jane on January 12, 2026, 12:29:13 PM »You might look at the NetTalk webinars around that time as I would have asked for help there.
And according to John's handy AI summary, Ron's discussion began at 00:12:29 in Episode 87.00.
https://www.clarionlive.com/webinars/2766d293-b564-4e7d-aef2-7fb45915102d
55
Web Server - Ask For Help / Re: NetClient.Send error??
« Last post by rjolda on January 11, 2026, 01:34:03 PM »Hi Jari,
Wow, that was a long time ago - I don't remember how I solved it. I am not sure if I did not have the name for my APP in the Global extension in Tab 2 - of Activate Capesoft's NetRefresh extension. You might look at the NetTalk webinars around that time as I would have asked for help there.
Ron
Wow, that was a long time ago - I don't remember how I solved it. I am not sure if I did not have the name for my APP in the Global extension in Tab 2 - of Activate Capesoft's NetRefresh extension. You might look at the NetTalk webinars around that time as I would have asked for help there.
Ron
56
Web Server - Ask For Help / Re: NetClient.Send error??
« Last post by jari@softmade.fi on January 10, 2026, 02:59:40 AM »Hi Ron,
I have the same problem. How did you manage to fix it?
Best regards,
Jari
I have the same problem. How did you manage to fix it?
Best regards,
Jari
57
Web Server - Ask For Help / Re: Multi site host maintenance message
« Last post by TimR on January 08, 2026, 03:42:39 PM »You are correct, however, I have multiple sites for different clients, using the same dlls, but with different web folders (for customization), I'm trying to avoid having to update a bunch of different files saying when "maintenance" is going to happen and just update one file instead. I could write a script to update/un update, but then I'd have to make sure new clients get added to this script, I have enough points of failure, don't need to add more if I can avoid it. Updates are generally pretty quick and at odd hours, to avoid users. I've also had the rare time where I would like to update asap, but I don't have a good mechanism to prevent users logging in or encourage them to give me 5 minutes for the update.
58
Web Server - Ask For Help / Re: Multi site host maintenance message
« Last post by rjolda on January 07, 2026, 05:17:06 PM »HI Tim,
I don't know much about multisite hosts but I think that each site gets compiled as a dll and my understanding is that the "host" will always be available even when one site's dll is down for maintenance. Therefore, I would think that you would want to notify only the site to get the update and not have it as a general message.
How are you going to deal with updates? How are you going to handle users that are already logged into your site when you want to do maintenance?
Ron
I don't know much about multisite hosts but I think that each site gets compiled as a dll and my understanding is that the "host" will always be available even when one site's dll is down for maintenance. Therefore, I would think that you would want to notify only the site to get the update and not have it as a general message.
How are you going to deal with updates? How are you going to handle users that are already logged into your site when you want to do maintenance?
Ron
59
Web Server - Ask For Help / Tooltip on droplist item?
« Last post by Jane on December 31, 2025, 01:42:40 PM »Is there a way to add a tooltip to dropdown items from the template (without omitting/rewriting template code in the embeditor?)
p_web.CreateOption has a place for a tooltip parameter, but I'm not seeing how to specify that in the form template.
And I couldn't find a way to wrap the droplist choice in a <span>.
Am I missing something obvious? NT 14.36
p_web.CreateOption has a place for a tooltip parameter, but I'm not seeing how to specify that in the form template.
And I couldn't find a way to wrap the droplist choice in a <span>.
Am I missing something obvious? NT 14.36
Code: [Select]
packet.append(p_web.CreateOption('Excluded contact','EXCLUDED',choose(lower('EXCLUDED') = lower(p_web.getSessionValue('dischargeBrowseResolvedFilter'))),'',loc:extra,'Appointment not needed OR Appointment declined OR HMO/other PCP')&p_web.CRLF) !k60
Web Server - Ask For Help / Multi site host maintenance message
« Last post by TimR on December 23, 2025, 05:30:50 PM »I would like to be able to have a message warning users that maintenance (updates) will be performed at a certain date/time. I have it working for a single site using <!-- Net:f:update.htm -->It is just a banner that displays in the header, when maintenance is pending.
I would like to be able move this file to my c:\host\web directory instead of the c:\host\site\web directory so I only have to change it in one place, instead of each website web folder. I tried setting it to <!-- Net:f:c:\host\web\update.htm --> but that didn't work. Can I do this?
I would like to be able move this file to my c:\host\web directory instead of the c:\host\site\web directory so I only have to change it in one place, instead of each website web folder. I tried setting it to <!-- Net:f:c:\host\web\update.htm --> but that didn't work. Can I do this?
Recent Posts