Search found 46 matches

by leulae
January 19th, 2018, 9:31 pm
Forum: Tools
Topic: join CSPRODB
Replies: 4
Views: 5085

Re: join CSPRODB

Thank you very much, Leulae You can't directly do with the CSPro DB format. You will have to: 1) Convert the CSPro DB files to text files. You can use the Data Viewer to do this or do it with a batch application. 2) Do the manipulation with the text files (concat, record sort, etc.). 3) Convert from...
by leulae
January 16th, 2018, 12:25 pm
Forum: Tools
Topic: join CSPRODB
Replies: 4
Views: 5085

Re: join CSPRODB

Thank sah, appreciate, I know how to make one data file using different dictionaries with text data, sort tool help to sort Record sort. Finally we can get one data file I need to join two CSPRODB files which belong to two different dictionaries and make one data file. I can write batch file to do t...
by leulae
January 13th, 2018, 3:17 am
Forum: Tools
Topic: join CSPRODB
Replies: 4
Views: 5085

join CSPRODB

Hello all,

How do I join two CSPRODB file to One CSPRODB file. Then after I need to sort using CSSORT

Please help me on this regard

Thank in advance

Leulae
by leulae
June 28th, 2017, 3:53 am
Forum: Tabulation
Topic: Batch Tabulation
Replies: 1
Views: 4471

Batch Tabulation

Dear All,

Can we put the table specification code in to batch file and run.


Pl. guide me


Thanks in advance


Leulae
by leulae
June 13th, 2017, 11:18 am
Forum: Entry
Topic: Try Catch
Replies: 1
Views: 2323

Try Catch

I am developing an entry application, there are buttons to skip, I use below function to skip works fine. function skipOP(alpha varToSKP) skip to varToSKP; end; My proble: when I am in same variable and try to skip It gives the warning / Error, I know it is reasonable Unable to ‘skip to VARXXXX’ – t...
by leulae
June 4th, 2017, 7:22 am
Forum: Other
Topic: Deployment Package- SETUP.EXE
Replies: 4
Views: 5128

Re: Deployment Package- SETUP.EXE

Thank you all, I will try this

Leulae
by leulae
June 2nd, 2017, 9:30 pm
Forum: Other
Topic: Deployment Package- SETUP.EXE
Replies: 4
Views: 5128

Deployment Package- SETUP.EXE

Dear All, Is there a way to create one package ( like Setup.exe ) to distribute the CSPro DATA ENTRY application together with CSPro. When run setup.exe it should install both CSPro data entry component as well developed data entry application (PEN+PFF). Finally it should add short cut to desktop. P...
by leulae
January 21st, 2017, 9:24 pm
Forum: Editing
Topic: Edit specifications
Replies: 1
Views: 3534

Edit specifications

Dear All, I want to know about edit specifications. Is that just a algorithm explaining to check the variables? Please share with me the real edit specification for educational purpose with me (I want to learn write Edit specifications systematically and according to some standard) Thanks in advance...
by leulae
January 10th, 2017, 10:49 am
Forum: Entry
Topic: Computer Assisted Coding
Replies: 4
Views: 3822

Re: Computer Assisted Coding

Thank you Josh, I got the point well

Leulae
by leulae
January 8th, 2017, 11:18 am
Forum: Entry
Topic: qualifiers
Replies: 2
Views: 2762

Re: qualifiers

Dear khurshid Thank you very much, it worked. Great Leulae Dear leulae; If IDs are same in both dictionaries then the syntax look like: TEST_DICT is main dictionary; EXTDEC_DICT is external dictionary; PROC TEST_DICT.ID02 if loadcase (EXTDEC_DICT, TEST_DICT.ID01, TEST_DICT.ID02)>0 then errmsg ("...