21
Web Server - Ask For Help / Re: sending SMS via GSM Modem
« Last post by Niels Larsen on June 09, 2025, 09:18:27 AM »You need WinEvent.
https://www.capesoft.com/docs/winevent5/WinEvent.htm#UserSMSFunctions
https://www.capesoft.com/docs/winevent5/WinEvent.htm#UserSMSFunctions
22
Web Server - Ask For Help / sending SMS via GSM Modem
« Last post by rjolda on June 09, 2025, 07:03:17 AM »Hi,
NT 14.21, C11
Can Net Talk send SMS messages directly through SMS modem? This would be for multiple carriers in the United States.
I don't want to send via an Email address to specific carrier but to their cell phone number directly. I don't have a lot of text messages so I don't want to set up a Twilio account or TextGrid account.
THanks,
Ron
NT 14.21, C11
Can Net Talk send SMS messages directly through SMS modem? This would be for multiple carriers in the United States.
I don't want to send via an Email address to specific carrier but to their cell phone number directly. I don't have a lot of text messages so I don't want to set up a Twilio account or TextGrid account.
THanks,
Ron
23
Web Server - Ask For Help / Re: Can CSS respond to a clarion variable value and change the elements color?
« Last post by Niels Larsen on May 30, 2025, 08:52:22 PM »Try this....
24
Web Server - Ask For Help / Re: Can CSS respond to a clarion variable value and change the elements color?
« Last post by rjolda on May 30, 2025, 01:42:50 PM »Thanks,
I will give that a try! But - where do you put the css? You have to be putting it in the app and not the custom.css file. Does it go into css for the field itself?
Ron
I will give that a try! But - where do you put the css? You have to be putting it in the app and not the custom.css file. Does it go into css for the field itself?
Ron
25
Web Server - Ask For Help / Re: Can CSS respond to a clarion variable value and change the elements color?
« Last post by osquiabro on May 30, 2025, 03:54:41 AM »is possible, i use p_web.gsv('loc:css') in a field in a browse but in any field in a forms is a same concept, fill the variable with your css value and refresh the field
26
Web Server - Ask For Help / Can CSS respond to a clarion variable value and change the elements color?
« Last post by rjolda on May 29, 2025, 06:58:07 AM »Hi
Using NT 14.21 and C11
Can CSS capture a value change - e.g. when the Total Amount goes form $10.00 TO -$5.00 ( minus value)?
If it can, can you give some code or hints?
If it can't it probably will take javascript?
Thanks,
Ron
Using NT 14.21 and C11
Can CSS capture a value change - e.g. when the Total Amount goes form $10.00 TO -$5.00 ( minus value)?
If it can, can you give some code or hints?
If it can't it probably will take javascript?
Thanks,
Ron
27
Web Server - Ask For Help / Re: Refresh NWB Header
« Last post by rjolda on May 28, 2025, 12:47:58 PM »Hi,
If your Memory Form IS the Update itself, then there probably won't be any GotFocusBack since it will still be in focus (never lost focus). I might attempt a memory form with the variable and GP TO ANOTHER PROCEDURE which actually does the insert the form. WHen the form is completed and the record inserted, "the program" returns to the Memory Form itself - then the GotFocusBack should trigger and you can update your variable.
Ron
If your Memory Form IS the Update itself, then there probably won't be any GotFocusBack since it will still be in focus (never lost focus). I might attempt a memory form with the variable and GP TO ANOTHER PROCEDURE which actually does the insert the form. WHen the form is completed and the record inserted, "the program" returns to the Memory Form itself - then the GotFocusBack should trigger and you can update your variable.
Ron
28
Web Server - Ask For Help / Re: Refresh NWB Header
« Last post by osquiabro on May 28, 2025, 02:39:13 AM »Is it possible for you to create an example?
29
Web Server - Ask For Help / Re: Api endpoint stream - how?
« Last post by Niels Larsen on May 26, 2025, 11:27:34 PM »Hi Bruce
I followed your advice to play with example 40 "ServeDocument" and it's just perfect - works exactly as it should.
Thanks!
I followed your advice to play with example 40 "ServeDocument" and it's just perfect - works exactly as it should.
Thanks!
30
Web Server - Ask For Help / Re: Api endpoint stream - how?
« Last post by Niels Larsen on May 22, 2025, 11:58:44 PM »Thanks for all your input.
Now I have a bit to work with.
I can see that in my case it is by far the easiest to use BASE64 encoded.
Now I have a bit to work with.
I can see that in my case it is by far the easiest to use BASE64 encoded.