Search found 47 matches

by pierrew
May 7th, 2013, 10:31 pm
Forum: Entry
Topic: Drag option
Replies: 5
Views: 5942

Re: Drag option

Hey Greg,
Having the same problem. But we figured that the problem only exists on computers running duel monitors.

Pierre
by pierrew
April 11th, 2013, 12:24 am
Forum: Feature Requests
Topic: improvement of form layout
Replies: 8
Views: 11985

Re: improvement of form layout

Hello Greg, This is just going back to my previous post.Is there a way to change a color of multiple input fields? So this is what I want to do. I have the user key-in all the information in a form. After all the information has been keyed-in they can press a userbar button that will highlight (chan...
by pierrew
April 8th, 2013, 2:32 am
Forum: Entry
Topic: Problem loading external data
Replies: 2
Views: 4643

Re: Problem loading external data

Hello maria, I think the problem is that you are selecting the dictionary file, by mistake, instead of the bank account data file. So this is the error you are getting - Duplicate case ids: 'Label=' in file "...masterfile.dcf" Where it is saying "Duplicate case ids:" then 'Label=...
by pierrew
January 9th, 2013, 2:53 am
Forum: Other
Topic: multiple occurring items (BUG)?
Replies: 1
Views: 3863

multiple occurring items (BUG)?

Hey all ... Just curious if you came across this problem. look at the following code .. for i in PERSON do // NOT WORKING ....... if AGE(i) in 10:110 then tmpCnt1 = 0; if count(Q1300000 where Q1304 = "X") > 0 then inc(tmpCnt1); endif; if count(Q1300000 where Q1305 = "X") > 0 then...
by pierrew
September 30th, 2012, 8:59 am
Forum: Entry
Topic: Skip case in occurence when equal to 0
Replies: 1
Views: 3518

Re: Skip case in occurence when equal to 0

Hello Federic , I am guessing that you have a multiple occurring record that has an Item that has several occurrences. So it might look like this ... LABEL NAME OCC RECORD 1 REC1 10 .... items in REC1 LABEL NAME ITEMTYPE ... OCC ITEM1 IT1 ITEM ... 4 SUB1 SB1 SUBITEM ... 1 SUB2 SB2 SUBITEM ... 1 So t...
by pierrew
September 30th, 2012, 8:16 am
Forum: Entry
Topic: Run user functions on dynamic dictionary items?
Replies: 0
Views: 36737

Run user functions on dynamic dictionary items?

Another question? Here is the dilemma. I created a function that checks if the items entered by the user are valid. If they are not valid the error message is written to a an external file via a specified dictionary. So ... Is it possible to pass the address of a dictionary item? ... for example - I...
by pierrew
September 30th, 2012, 7:50 am
Forum: Entry
Topic: Modify a data file based on a user
Replies: 2
Views: 3963

Re: Modify a data file based on a user

Thanks Greg, That's an excellent idea of using "getuserid". I should of used that earlier. But thanks for the info ... I already created the external form file that forces the user to pick the right data file based on which team he/she is assigned to and runs a the correct PFF. (lol ... 24...
by pierrew
September 22nd, 2012, 6:02 pm
Forum: Entry
Topic: Modify a data file based on a user
Replies: 2
Views: 3963

Modify a data file based on a user

Does anybody know of an easy way to modify a specific data file (automatically) based on the user name? I know it is possible by using a separate form to specify a user then using the function execPFF. Thanks for any info.
by pierrew
August 22nd, 2012, 6:52 pm
Forum: Entry
Topic: How do we know the Length of numeric field with decimal plac
Replies: 10
Views: 13407

Re: How do we know the Length of numeric field with decimal

Hello Arshad,
I think the easiest way is to build you dictionary into 7 dictionary items
e.g.,

digit1 - LEN:1 VALSET:0:9
digit2 - LEN:1 VALSET:0:9
...
digit7 - LEN:1 VALSET:0:9

on the form ...
[ ][ ].[ ][ ][ ][ ][ ]

Pierre
by pierrew
August 22nd, 2012, 6:40 pm
Forum: Other
Topic: CSPro Beta 5 testing
Replies: 16
Views: 19154

Re: CSPro Beta 5 testing

<enter>
Hello world


hahah why cant programming books be more creative instead of using "hello world" all the freaking time.

enjoy!