Search found 12 matches

by victoracho
Thu Jun 27, 2024 8:37 am
Forum: Developers
Topic: Why "Data at the root level is invalid. Line 1, position 1." on ODDataTable.cs ?
Replies: 0
Views: 40346

Why "Data at the root level is invalid. Line 1, position 1." on ODDataTable.cs ?

Hello there, I've been trying to mask all phone numbers on the ui of OD, all I want is something like (xxx)(xxx) 4023, which is something I did, nevertheless I compiled source on version 22_3 and connected it on the new files to production using their db, but I cannot find out what is happening that...
by victoracho
Thu Jun 20, 2024 8:18 am
Forum: Developers
Topic: The specified path, file name, or both are too long. error when trying to open appointment chart
Replies: 4
Views: 15811

Re: The specified path, file name, or both are too long. error when trying to open appointment chart

I also thought the same, but using the method LoadXml returns the previous error I mentioned: "Unhandled exception: data at the root level is invalid"
by victoracho
Thu Jun 20, 2024 5:06 am
Forum: Developers
Topic: The specified path, file name, or both are too long. error when trying to open appointment chart
Replies: 4
Views: 15811

Re: The specified path, file name, or both are too long. error when trying to open appointment chart

Hi there friend, the error is appointing to the OpenDentBusiness/ODDataSet/ODDataTable.cs line 21. I must say that I had a previous error at the same location saying "Unhandled exception: data at the root level is invalid" then I just checked on the internet that changing the way xml is loaded on th...
by victoracho
Wed Jun 19, 2024 9:58 am
Forum: Developers
Topic: The specified path, file name, or both are too long. error when trying to open appointment chart
Replies: 4
Views: 15811

The specified path, file name, or both are too long. error when trying to open appointment chart

The specified path, file name, or both are too long. The fully qualified file name must be less than 260 characters, and the directory name must be less than 248 characters appear on my open dental patch, The change I did was hiding phone numbers and this happens when I open an appointment chart. I ...
by victoracho
Mon Jun 17, 2024 2:29 pm
Forum: Developers
Topic: How to check which tables on the database are being used on an appoinment ?
Replies: 1
Views: 12447

How to check which tables on the database are being used on an appoinment ?

Hello there, I've being digging around a little bit with open dental for a while, I work with the bitrix24 crm as well, and I've being asked to find a way when an appointment is filled on the crm, it has to be reflected as well on the schedule of open dental. Can anyone tell me which tables are bein...
by victoracho
Thu May 16, 2024 2:55 pm
Forum: Main Forum
Topic: Preserve previous database connection on a new client
Replies: 0
Views: 38534

Preserve previous database connection on a new client

hi there community, Im asked to develop new open dental features and then merge the new source code on the current client that is being used. I managed to compile the new source code but my issue is that, when I merge the new source code, the database connection is missing now. So Im wondering if ma...
by victoracho
Thu May 16, 2024 1:01 pm
Forum: Developers
Topic: Is it possible connecting open dental to a remote database?
Replies: 3
Views: 14975

Re: Is it possible connecting open dental to a remote database?

but is it possible stablishing remote connection ?
by victoracho
Thu May 16, 2024 12:21 pm
Forum: Developers
Topic: Is it possible connecting open dental to a remote database?
Replies: 3
Views: 14975

Is it possible connecting open dental to a remote database?

Hello there, Im wondering if its possible to connect open dental to a remote database, in the case of the company Im working with, we connect on a local database used on a windows VPS. I want to migrate this database to a dedicated server. so no matter where I install my open dental client, I can co...
by victoracho
Tue May 14, 2024 2:50 pm
Forum: Developers
Topic: Cannot compile source code version 22_1 on visual studio
Replies: 5
Views: 17718

Re: Cannot compile source code version 22_1 on visual studio

I compiled it on debug mode, and it worked like a charm, thanks for your help brother :mrgreen: :mrgreen:
by victoracho
Mon May 13, 2024 2:08 pm
Forum: Developers
Topic: Cannot compile source code version 22_1 on visual studio
Replies: 5
Views: 17718

Re: Cannot compile source code version 22_1 on visual studio

Does the version of visual studio has to do with the results of the compiling ?
Im not sure if Im doing it correctly, all I do is opening the sln file with visual, then try to compile it on the different on debug or release for the x86 version. Then adding the missing dll files, but nothing happens.
by victoracho
Mon May 13, 2024 8:43 am
Forum: Developers
Topic: Cannot compile source code version 22_1 on visual studio
Replies: 5
Views: 17718

Re: Cannot compile source code version 22_1 on visual studio

I checked that I had several wanings for cpu mismatch, though I tried compiling it with x86 option, but this error appears now, Tooth does not contain a definition for GetToothLabelGraphic.
by victoracho
Mon May 13, 2024 1:31 am
Forum: Developers
Topic: Cannot compile source code version 22_1 on visual studio
Replies: 5
Views: 17718

Cannot compile source code version 22_1 on visual studio

Hello there, I'm sincerely new to open dental, nevertheless, I read on how to compile it using visual studio. I selected the SLN file, and tried building the openDental project first on release or debug mode. But it fails on the process. I gradually added the missing references, but lastly says 'You...