Page 1 of 1

Reports (All Transactions Custom)

PostPosted: Fri Mar 27, 2009 12:50 pm
by reedjohnstn
The "All Transactions (Custom)" report will not function. I can select from the payee, categories and accounts, but the ok button will not activate, stays dimmed. All the other available reports function properly, except for this one. Is there something else I need to do for it to operate as it should? I have tried in every way to make it work. I have even selected the "SELECT ALL" on each of the folders and still nothing happens.

Thanks, Reed

Re: Reports (All Transactions Custom)

PostPosted: Fri Mar 27, 2009 1:16 pm
by mthadm
One of our customers had a similar issue and we are still looking into what is causing this.

Meanwhile, you can disable validation logic by setting Environment variable through My Money console

Code: Select all
Environment.setProperty("DisableDialogValidation","true");
print (Environment.getProperty("DisableDialogValidation"));


When above lines are executed the console should read true and Ok button will be enabled