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.
Pages: [1]
1
Web Server - Ask For Help / How to use Big Calendar?
« on: June 06, 2020, 07:10:44 AM »
C11, NTWS 11
I need calendar with Year selector. Is it BigCalendar? How to use one?
I need calendar with Year selector. Is it BigCalendar? How to use one?
2
Web Server - Ask For Help / Re: How to use a different busy.gif for each proc
« on: June 01, 2020, 09:02:46 PM »
Where is embbed point?
Thanks Jane, it works, Im doing:
IF INLIST(self.pagename,'mRuteoEntregas','mEcommers','uPedidoWeb')
p_web.site.BusyImage = '/images/_busy_orig.gif'
ELSE
p_web.site.BusyImage = '/images/_busy.gif'
END
Now, how to deal with its position?
3
Web Server - Ask For Help / Upload failed if change websever CHARSET
« on: April 15, 2020, 06:06:22 AM »
C11, NT 11.05
FileUpload(26) example
If I change Setting(Advanced) to :
Charset: '1251'
Store data as : CYRILLIC
file upload don't work - after press button "Load" I get "Failed"
All my files have Engl+Digital names.
What is incorrect?
FileUpload(26) example
If I change Setting(Advanced) to :
Charset: '1251'
Store data as : CYRILLIC
file upload don't work - after press button "Load" I get "Failed"
All my files have Engl+Digital names.
What is incorrect?
4
Web Server - Ask For Help / Send Emai TLS
« on: March 26, 2020, 12:46:26 AM »
NTWS 10
What do I add to example "SendEmailFromWebBrowser (11) to send Email TLS?
I need some code example for smtp-server, pls
What do I add to example "SendEmailFromWebBrowser (11) to send Email TLS?
I need some code example for smtp-server, pls
5
Web Server - Ask For Help / NetTalk WebCam example don't work
« on: October 24, 2019, 09:17:57 AM »
C10, NTWS 11.05
Hi all!
I try Web(79) - WebCam example. I can't get picture from WebCam in Form. WebCam turn on when form open. File in \Upload created, but zero length. IP = localhost:88. Access to WebCam is permit in browsers (FF,Opera, Chrome).
Hi all!
I try Web(79) - WebCam example. I can't get picture from WebCam in Form. WebCam turn on when form open. File in \Upload created, but zero length. IP = localhost:88. Access to WebCam is permit in browsers (FF,Opera, Chrome).
6
Web Server - Ask For Help / Re: How to display image after Upload
« on: September 12, 2019, 08:35:35 AM »
Hi!
I don't understand where I must embedd DO refresh::yourimagefield?
"I would play around with executing the refresh::yourimagefield routine after the file is uploaded"
I don't understand where I must embedd DO refresh::yourimagefield?
"I would play around with executing the refresh::yourimagefield routine after the file is uploaded"
7
Web Server - Ask For Help / Re: How realise "Go to top" button?
« on: April 15, 2019, 06:45:33 AM »
Thanks! It's work.
But I changed
Location: After </table>
But I changed
Quote
2) This is your Go to top link at the bottom of the pageto
Routine Name: bottom
Location: After </div>
Location: After </table>
8
Web Server - Ask For Help / Re: How realise "Go to top" button?
« on: April 14, 2019, 11:58:16 PM »
Hello!
I want to use subj in browse in first. I found plugin https://markgoodyear.com/2013/01/scrollup-jquery-plugin/, but I don't understand how insert it to my NWS
I want to use subj in browse in first. I found plugin https://markgoodyear.com/2013/01/scrollup-jquery-plugin/, but I don't understand how insert it to my NWS
9
Web Server - Ask For Help / How realise "Go to top" button?
« on: April 12, 2019, 07:57:07 AM »
How realise "Go to top" button?
NetTalk 9
NetTalk 9
10
Web Server - Ask For Help / Re: Doctor Any Place / Appointments
« on: April 12, 2019, 07:54:03 AM »
Hello!
How can I use it in NWS? I need short manual or example, pls.
How can I use it in NWS? I need short manual or example, pls.
11
The Rest - Ask For Help / Re: UDP error 10048 - unable to listen UDP port
« on: August 15, 2018, 02:54:16 AM »
I have not that effect in NT6.54
12
The Rest - Ask For Help / UDP error 10048 - unable to listen UDP port
« on: August 14, 2018, 11:16:23 PM »
Hi!
NetTalk 8.61
NetTalk SimpleDemo, TestNetSimpleUDPServer.
Test work fine. If I press "Disconnect" or "Abort" buttons and then press "Listen" button - I get error 10048 and must restart whole app. Is that right?
NetTalk 8.61
NetTalk SimpleDemo, TestNetSimpleUDPServer.
Test work fine. If I press "Disconnect" or "Abort" buttons and then press "Listen" button - I get error 10048 and must restart whole app. Is that right?
13
Web Server - Ask For Help / Weather example don't work now
« on: July 10, 2018, 11:17:55 PM »
NetTalk6, NetTalk8
Weather example (WebClient) don't work now. What is happend or changed?
Weather example (WebClient) don't work now. What is happend or changed?
14
Web Server - Ask For Help / Dinamic refresh value on memory form
« on: August 03, 2017, 09:44:36 PM »
Hi, All!
I recently modified "ConnectChecker" from SelfService example (where SelfService and WebServer are using). I added field "Glo:Temperature" (data from UART). On desktop screen this field update. All is Ok.
I added corresponded display field on memory form . But this one is no update periodically, only displayed for first load of memory form in browser.
And no update on "CheckNow" button(at memory form) , but field on desktop form is update.
How can I update this field in browser?
NetTalk v 6.58
WBR, Igor
I recently modified "ConnectChecker" from SelfService example (where SelfService and WebServer are using). I added field "Glo:Temperature" (data from UART). On desktop screen this field update. All is Ok.
I added corresponded display field on memory form . But this one is no update periodically, only displayed for first load of memory form in browser.
And no update on "CheckNow" button(at memory form) , but field on desktop form is update.
How can I update this field in browser?
NetTalk v 6.58
WBR, Igor
Pages: [1]