Search found 3 matches

by ngi
Thu Apr 10, 2014 2:13 am
Forum: Scripting
Topic: SQL database in external computer
Replies: 3
Views: 13129

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...
by ngi
Mon Jul 22, 2013 8:50 am
Forum: Scripting
Topic: TouchListBox, RollerPanel, fill them at run-time ?
Replies: 2
Views: 6876

Re: TouchListBox, RollerPanel, fill them at run-time ?

Ok, so i can't use these controls.
Anyway, thanks for your reply ! :)
by ngi
Mon Jul 22, 2013 6:49 am
Forum: Scripting
Topic: TouchListBox, RollerPanel, fill them at run-time ?
Replies: 2
Views: 6876

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...