Search found 16 matches
- Tue Nov 29, 2022 11:25 am
- Forum: Bugs / Problems
- Topic: missing Patch Notes 3.17P024
- Replies: 1
- Views: 2790
missing Patch Notes 3.17P024
in the 'readme317win.zip' from the 3.17P024 Patch are only patch notes up to patch23.
- Fri Jun 22, 2018 2:53 pm
- Forum: HowTos
- Topic: How to re-assign $parameter to panel reference in runtime, or set visibility of a panel reference?
- Replies: 4
- Views: 4269
Re: How to re-assign $parameter to panel reference in runtime, or set visibility of a panel reference?
You could remove/add them with removeSymbol/ addSymbol at runtime and not place it on the panel in the Gedi, so you can change it when you need to connect to a different dp.
- Fri Sep 23, 2016 8:19 am
- Forum: HowTos
- Topic: case insensitive query
- Replies: 7
- Views: 6481
Re: case insensitive query
If the SELECT is in a script you could convert the Search-Text with a function
Code: Select all
string convertText(string p_filterText)
{
string r_wert;
int i, i2, L1;
L1=strlen(p_filterText);
for(i=1;i
- Thu Sep 22, 2016 4:30 pm
- Forum: HowTos
- Topic: case insensitive query
- Replies: 7
- Views: 6481
Re: case insensitive query
this should work
SELECT ALERT '_alert_hdl.._text' FROM '*' WHERE '_alert_hdl.._text' LIKE "*[v,V][a,A][l,L][v,V][e,E]*"
SELECT ALERT '_alert_hdl.._text' FROM '*' WHERE '_alert_hdl.._text' LIKE "*[v,V][a,A][l,L][v,V][e,E]*"
- Fri Jan 08, 2016 10:53 am
- Forum: Features / Solutions
- Topic: Your favourite database for db logging?
- Replies: 14
- Views: 12016
Re: Your favourite database for db logging?
thanks for the answer.
We are also interested in using Oracle on some systems, but I don't know which version is actually needed.
Do you use "Oracle Database 12c Enterprise Edition", "Oracle Database 12c Standard Edition" or "Oracle Database 12c Standard Edition One" for this system?
We are also interested in using Oracle on some systems, but I don't know which version is actually needed.
Do you use "Oracle Database 12c Enterprise Edition", "Oracle Database 12c Standard Edition" or "Oracle Database 12c Standard Edition One" for this system?
- Thu Jan 07, 2016 8:55 am
- Forum: Features / Solutions
- Topic: Your favourite database for db logging?
- Replies: 14
- Views: 12016
Re: Your favourite database for db logging?
Frenk,
which Oracle Edition do you use in the project?
which Oracle Edition do you use in the project?
- Wed Oct 01, 2014 8:16 am
- Forum: HowTos
- Topic: Scrollbar on Panel
- Replies: 3
- Views: 4047
Re: Scrollbar on Panel
<t>you could also change the size of the panel, when you click on tabs.<br/> <br/> <br/> ...<br/> getValue("tab1","activeRegister", tabNum);<br/> tabNum++;<br/> x=g_sizeWin_x[tabNum];<br/> y=g_sizeWin_y[tabNum];<br/> <br/> setPanelSize(myModuleName(),myPanelName(), FALSE, x, y);<br/> setValue("tab1"...
- Fri Sep 12, 2014 7:53 am
- Forum: Features / Solutions
- Topic: Possibility to link alarm confirnment with password?
- Replies: 4
- Views: 5368
Re: Possibility to link alarm confirnment with password?
You could implement the following function, which is called when a alarm is aknowledged.
void HOOK_isAckable(int type, dyn_atime &dps, int &ackable)
The description is in the Win CC OA Help
void HOOK_isAckable(int type, dyn_atime &dps, int &ackable)
The description is in the Win CC OA Help
- Wed Jun 04, 2014 4:02 pm
- Forum: Features / Solutions
- Topic: Missing 32bit Installer for Windows v3.12
- Replies: 14
- Views: 14185
Re: Missing 32bit Installer for Windows v3.12
<t>You could also connect each client with RemoteDesktop with the server and start the UI in the Autostart of the Windows-user. <br/> We connect Clients this way, so we don't have to install WinCC OA stuff on the client-computers. <br/> <br/> Win CC OA is runnning as service on the Server. Server sh...
- Thu Mar 13, 2014 6:34 am
- Forum: Bugs / Problems
- Topic: Troubles with \"WebApp\"
- Replies: 10
- Views: 10070
Re: Troubles with \"WebApp\"
Hello,
does it work in the IE11 without any pop-up Windows you have to confirm?
Does other sites work?
As which User is Win CC OA running?
does it work in the IE11 without any pop-up Windows you have to confirm?
Does other sites work?
As which User is Win CC OA running?