Search found 2399 matches

by josh
November 28th, 2017, 4:19 pm
Forum: Entry
Topic: RandomizeVS Function for check box
Replies: 7
Views: 6225

Re: RandomizeVS Function for check box

The randomizevs function should work with a checkbox field.
by josh
November 28th, 2017, 4:18 pm
Forum: Entry
Topic: Reading data from previous month?
Replies: 1
Views: 2583

Re: Reading data from previous month?

You can call close() on the dictionary (e.g. close(MY_DICT)) to close the data file, copy the data file and then reopen it again with setfile().
by josh
November 28th, 2017, 6:10 am
Forum: Other
Topic: Menu App With External Dict
Replies: 10
Views: 8778

Re: Menu App With External Dict

The problem is that when you write out the pff files to launch the other applications from the menu you are missing the lines in the pff file to associate the external dictionary with the data file. Add the following lines to your functions CommunityPFF() and HouseholdPFF() just before closing the f...
by josh
November 27th, 2017, 4:44 pm
Forum: Synchronization
Topic: CENTRY ERROR (100119)
Replies: 4
Views: 4618

Re: CENTRY ERROR (100119)

It looks like the problem is that the server you are trying to connect to (localhost) is not reachable. This is consistent with what I said earlier that you need a public IP/hostname.
by josh
November 27th, 2017, 4:09 pm
Forum: Other
Topic: Menu App With External Dict
Replies: 10
Views: 8778

Re: Menu App With External Dict

I can open the application now. Where in the menu program are you having a problem with the lookup file? I looked in the program named "MENU" but I don't see where the external dictionary is used.
by josh
November 27th, 2017, 3:44 pm
Forum: Synchronization
Topic: CENTRY ERROR (100119)
Replies: 4
Views: 4618

Re: CENTRY ERROR (100119)

When you have these kinds of errors please post the sync.log file so we can error details. If you are running your server on localhost you will need to expose it to the internet. This means having a public IP address and a domain name. For security you should also obtain an SSL certificate for your ...
by josh
November 27th, 2017, 7:02 am
Forum: Other
Topic: Menu App With External Dict
Replies: 10
Views: 8778

Re: Menu App With External Dict

You also need the files that end in .ent.apc, .ent.mgf, .ent.qsf, .fmf. Usually easiest to zip up the whole folder or to use the Pack Application tool from the Tools menu.
by josh
November 26th, 2017, 9:13 pm
Forum: Other
Topic: Menu App With External Dict
Replies: 10
Views: 8778

Re: Menu App With External Dict

You are missing a lot of files in what you posted. I see the .ent and .dcf files but not the other files.
by josh
November 26th, 2017, 2:36 pm
Forum: Entry
Topic: Data viewer not downloading all the files in dropbox
Replies: 1
Views: 2502

Re: Data viewer not downloading all the files in dropbox

You can send your Dropbox credentials to me via private message and I will check it out.
by josh
November 26th, 2017, 8:25 am
Forum: Other
Topic: Menu App With External Dict
Replies: 10
Views: 8778

Re: Menu App With External Dict

I think you will need to post your application so we can see what is happening.