Search found 23 matches

Search

by denisisakovic
Tue Jul 08, 2025 2:23 pm
Forum: Bugs / Problems
Topic: Online Backup - 3.20
Replies: 1
Views: 1531

Online Backup - 3.20

Hello dear community, I'm facing a interesting problem with the daily online backup of my winccoa project which is configured as redundant. Every time when a online backup runs, it finishes with a error code. I have manually copied on a test machine db folder which was previously backed up and every...
by denisisakovic
Wed Jul 26, 2023 6:13 pm
Forum: HowTos
Topic: Run redundant project on the same host
Replies: 4
Views: 4520

Re: Run redundant project on the same host

It is only for testing purposes, anyways thank you very much for the reply!

Best regards!
by denisisakovic
Wed Jul 26, 2023 12:33 pm
Forum: HowTos
Topic: Run redundant project on the same host
Replies: 4
Views: 4520

Run redundant project on the same host

Hello dear winccOA community,
Is it possible to run redundant project on the same host?
Any suggestions will help!
Best regards!
by denisisakovic
Wed Feb 08, 2023 9:04 am
Forum: HowTos
Topic: Script method in encrypted panel
Replies: 2
Views: 4083

Re: Script method in encrypted panel

Its clear now to me, thanks!
Anyways I think it should be updated in the documentation :D .

Denis
by denisisakovic
Mon Feb 06, 2023 1:13 pm
Forum: HowTos
Topic: Script method in encrypted panel
Replies: 2
Views: 4083

Script method in encrypted panel

I was trying to use the method shape.script( string name, string source) to determine wheter a shape has something defined in its clicked event. But doing so on a encrypted panel it threw me this error WCCOAui (3), 2023.02.06 13:02:01.425, CTRL, WARNING, 96, No authorization, getValue("RECTANGL...
by denisisakovic
Mon Feb 06, 2023 1:06 pm
Forum: HowTos
Topic: Import history database from old project
Replies: 2
Views: 3712

Re: Import history database from old project

Thank you for your reply leoknipp.
by denisisakovic
Sat Feb 04, 2023 8:11 pm
Forum: HowTos
Topic: Import history database from old project
Replies: 2
Views: 3712

Import history database from old project

After adding new language to a project a new db folder is created and doing so all history values stored so far will be erased. Is it possible to backup and import those history values to newly created project with multiple languages? Currently the project relies only on those locally stores history...
by denisisakovic
Thu Jan 05, 2023 1:30 pm
Forum: Bugs / Problems
Topic: Printing table with picture
Replies: 2
Views: 4034

Re: Printing table with picture

Thank you for your reply hpuchegger,
I managed to bypass this issue with 3rd party standalone application which can be called with system() function.
It would be much easier if it would be implemented with the printTable method.

Happy New Year all, cheers !!!
by denisisakovic
Thu Dec 15, 2022 10:05 am
Forum: Bugs / Problems
Topic: Printing table with picture
Replies: 2
Views: 4034

Printing table with picture

Hello all, Is it possible to print a table using printTable() that has pictures in some cells (using "cellFillRC" method). I am trying to insert watermark picture inside the document that is being printed with this printTable method, but I can only modify and insert textual inputs, picture...
by denisisakovic
Mon Jul 25, 2022 1:55 pm
Forum: HowTos
Topic: Usage of blocking time parameter
Replies: 2
Views: 2887

Usage of blocking time parameter

Hello dear community, I need your help in understanding the right usage of the parameter "blockingTime" while using the function dpConnectQuerySingle(). Recently I made a CTRL script that monitors several thousand DPE's and is triggered to do some kind of logging if there is a change in on...