Search found 3 matches
- Thu Apr 10, 2014 2:13 am
- Forum: Scripting
- Topic: SQL database in external computer
- Replies: 3
- Views: 13749
Re: SQL database in external computer
You'll have to create a standard Web service using visual Studio and put it on a Web server (IIs for example). You'll find tons of examples of it. Next, you'll have to create a Windows Mobile app in Visual Studio 2008 Pro (not supported afterwards in VS2010). Beware, a Windows Mobile, not Windows Ph...
- Mon Jul 22, 2013 8:50 am
- Forum: Scripting
- Topic: TouchListBox, RollerPanel, fill them at run-time ?
- Replies: 2
- Views: 7087
Re: TouchListBox, RollerPanel, fill them at run-time ?
Ok, so i can't use these controls.
Anyway, thanks for your reply !
Anyway, thanks for your reply !
- Mon Jul 22, 2013 6:49 am
- Forum: Scripting
- Topic: TouchListBox, RollerPanel, fill them at run-time ?
- Replies: 2
- Views: 7087
TouchListBox, RollerPanel, fill them at run-time ?
Hello, I'm working on a T7A panel and i would like to dynamically change the values displayed in a TouchListBox or a RollerPanel at run-time. How can i do this ? I'll probably have a set of 50 (more or less) users to display, and it will change almost each week. The PLC will provide me with the user...