Search found 7 matches

by TudorPopescu
March 14th, 2024, 4:54 am
Forum: Entry
Topic: Codification mode problem.
Replies: 1
Views: 1314

Codification mode problem.

Hello, I've encountered a problem, I've been trying to solve it for several days now and I can't figure it out. In general, I have 2 variables role and mode. I want when these variables are equal to 2 and 8, respectively, so that the application enters codification mode. But when the application ent...
by TudorPopescu
February 5th, 2024, 9:45 am
Forum: Entry
Topic: Blank occurence in roster.
Replies: 1
Views: 1317

Blank occurence in roster.

Hello.
After I finish entering data I get empty rows. For example, I enter only 2 rows and get 48 empty (max occ = 50). I don't understand what's wrong. Can you help ?
Screenshot 2024-02-05 163902.png
Screenshot 2024-02-05 163902.png (58.24 KiB) Viewed 1317 times
I also uploaded the source code.
by TudorPopescu
February 2nd, 2024, 2:53 am
Forum: Entry
Topic: Issue with OnStop function
Replies: 2
Views: 1622

Re: Issue with OnStop function

Thanks
by TudorPopescu
February 1st, 2024, 2:51 am
Forum: Entry
Topic: Issue with OnStop function
Replies: 2
Views: 1622

Issue with OnStop function

Hello, I'm having problems with the onstop function. The reenter instruction does not work when I click Cancel. When you click this button, the application does not remain open but stops. What is the problem? I'm using CSPro 7.7.3. If I press CTRL + S then everything works fine. Doesn't work when I ...
by TudorPopescu
January 31st, 2024, 7:28 am
Forum: Entry
Topic: Names in Case Tree
Replies: 2
Views: 1621

Names in Case Tree

Hello, When the application opens, by default “names in case tree” is enabled. How to configure it so that when you open the application, this option is disabled and not the names of the variables are visible, but their Label? Screenshot 2024-01-31 142423.png I want it to be like this when opening:
by TudorPopescu
December 12th, 2023, 8:33 am
Forum: Entry
Topic: How do I access a case from the non-external dictionary
Replies: 4
Views: 15428

Re: How do I access a case from the non-external dictionary

About this I know, but I would like to access the data of a case of the same dictionary. For example, 1 case is already finished and completed, the 2nd case is currently being completed. Is there any way to access the data of case 1 from case 2?
by TudorPopescu
December 11th, 2023, 7:05 am
Forum: Entry
Topic: How do I access a case from the non-external dictionary
Replies: 4
Views: 15428

How do I access a case from the non-external dictionary

Hello,

How do I access a case from the non-external dictionary. I have the HBS_REGISTRY_DICT dictionary. I want to access with the function loadcase, forcase, but it is not received, I get the error Invalid function call (external dictionary name expected). Who can help me ?