Search found 12 matches
- Fri Jun 28, 2013 1:25 am
- Forum: Developers
- Topic: OD 13.3 database setup
- Replies: 6
- Views: 9483
Re: OD 13.3 database setup
Did you run the Trial Version and successfully access the demo database before compiling the code and having problems? Might be worth trying that first if not? After verifying that the Trial Version worked ok with the demo database what I did was: 1. Stopped the MySQL service 2. Copied the demo data...
- Fri Jun 28, 2013 1:05 am
- Forum: Developers
- Topic: OD 13.3 database setup
- Replies: 6
- Views: 9483
Re: OD 13.3 database setup
OD 13.3 builds OK in debug and release for me... ...have you seen the information on the Mixed Mode Assembly error here: http://www.opendental.com/manual/sourcecode.html ? You might find this post helpful too: http://opendentalsoft.com/forum/viewtopic.php?f=3&t=3964 Should add that I'm a new OpenDen...
- Fri Jun 28, 2013 12:17 am
- Forum: Developers
- Topic: OD 13.3 database setup
- Replies: 6
- Views: 9483
Re: OD 13.3 database setup
Which build fails?
- Fri Jun 28, 2013 12:14 am
- Forum: Main Forum
- Topic: Multiple modules
- Replies: 4
- Views: 8914
Re: Multiple modules
Hi drpenny, I am new to OpenDental too but I believe one answer would be to just run multiple instances of the application. You could select a different module in each instance and display them on different monitors. Does that help you at all? I expect a more experienced User will reply to your post...
- Thu Jun 20, 2013 9:16 am
- Forum: Developers
- Topic: use of svn:ignore
- Replies: 3
- Views: 5931
Re: use of svn:ignore
Yes I agree. I think I would have expected things like the bin and obj directories to have been ignored already...
...in fact that's what I've done in my working copy but of course I get the svn modified icon anyway because now I've changed the properties.
...in fact that's what I've done in my working copy but of course I get the svn modified icon anyway because now I've changed the properties.
- Thu Jun 20, 2013 3:05 am
- Forum: Developers
- Topic: use of svn:ignore
- Replies: 3
- Views: 5931
use of svn:ignore
I've found the existing documentation on Patterns really helpful and was wondering is there any guidance on the use of svn:ignore? I can see that the OpenDental project ignores the obj directory, for example, but the bin and Debug folders themselves are versioned. Projects like OpenDentBusiness, Rdl...
- Tue Jun 18, 2013 1:51 am
- Forum: Developers
- Topic: New Database Table Pattern
- Replies: 3
- Views: 6183
Re: New Database Table Pattern
I think the section towards the end of the Pattern about strings and ints made me think about any issues with other types...
- Mon Jun 17, 2013 8:51 am
- Forum: Developers
- Topic: New Database Table Pattern
- Replies: 3
- Views: 6183
Re: New Database Table Pattern
...found that the Crud Generator doesn't support the decimal type - see extract from exception below System.ApplicationException was unhandled ... Message=Type not yet supported: Decimal ... at xCrudGenerator.Form1.WriteAll(StringBuilder strb, String className, Type typeClass, Boolean isMobile) in ....
- Mon Jun 17, 2013 2:38 am
- Forum: Developers
- Topic: New Database Table Pattern
- Replies: 3
- Views: 6183
New Database Table Pattern
I am currently studying the New Database Table Pattern - is there any general guidance for cases where a table needs a currency-related column? Is it OK to use the decimal type? Looking at various OpenDentBusiness TableTypes it seems double is used where an amount in money is to be stored. I have on...
- Thu May 16, 2013 9:10 am
- Forum: Main Forum
- Topic: Printing FP17 forms?
- Replies: 2
- Views: 4973
Re: Printing FP17 forms?
thanks jason - I'll have a look at those links
- Wed May 15, 2013 9:25 am
- Forum: Main Forum
- Topic: Printing FP17 forms?
- Replies: 2
- Views: 4973
Printing FP17 forms?
Hi, I understand that it is possible to print FP17 forms from Open Dental (these are UK NHS forms) - does anyone know where in the application this is done? The only OpenDental-related reference I've found to FP17 is here: http://www.opendental.com/manual/countries.html .... and a search of the foru...
- Sat Apr 27, 2013 9:46 am
- Forum: Developers
- Topic: Error: Mixed mode assembly
- Replies: 19
- Views: 49679
Re: Error: Mixed mode assembly
Thanks to everyone who posted on this subject - very useful info - on my Windows 8 x64 system I had to add (rather than edit) the sgen.exe.config file to C:\Program Files (x86)\Microsoft SDKs\Windows\v8.0A\bin\NETFX 4.0 Tools - no problem after that 
