Search found 24 matches

by TrevorLE
Tue Oct 07, 2025 2:42 am
Forum: Product
Topic: Advantage Database Server (ADS) End of Life
Replies: 3
Views: 9886

Re: Advantage Database Server (ADS) End of Life

Hi guys

Were there any updates on the SQL driver that would support Postgres using DBF syntax that Robert was working on as that was what I was waiting for as far as an upgrade path with the smallest possible amount of re-coding?

cheers
Trevor
by TrevorLE
Tue Dec 17, 2024 6:21 pm
Forum: VO & Vulcan
Topic: ADS error 6420 - only for some users on server
Replies: 7
Views: 11672

Re: ADS error 6420 - only for some users on server

Hi Dick

have you tried putting and ADS..ini file in the programs start folder per below, but using the server ip and server name that DS is running on, so the ADS client can directly resolve the ADS server connection without having to get it via discovery.

[SETTINGS]
MTIER_LOCAL_CONNECTIONS=1 ...
by TrevorLE
Tue Dec 03, 2024 1:27 pm
Forum: Product
Topic: Issue with DevExpress Control
Replies: 9
Views: 3311

Re: Issue with DevExpress Control

Thanks for that Robert.

I am away at present, so we will wait for the .6 release and then upgrade to that once released.

cheers
Trevor
by TrevorLE
Tue Dec 03, 2024 12:30 pm
Forum: Product
Topic: Issue with DevExpress Control
Replies: 9
Views: 3311

Re: Issue with DevExpress Control

Robert

thank you very much - you are a legend - that now works as expected when opening the window.

When do you think this change will be included in a new release version as I was going to update to the latest version soon but may wait if this isn't too far away?

thanks

Trevor
by TrevorLE
Mon Dec 02, 2024 9:59 pm
Forum: Product
Topic: Issue with DevExpress Control
Replies: 9
Views: 3311

Re: Issue with DevExpress Control

Hi Chris

thanks for taking a look at it. I have added the DevExpress.Data.Desktop.V22.2 to the project and it still gets the same error when I re-open the winform in the app per the screen shot attached. One interesting thing though is that I added the same project to my laptop which I only use ...
by TrevorLE
Sun Nov 24, 2024 2:39 pm
Forum: Product
Topic: Issue with DevExpress Control
Replies: 9
Views: 3311

Re: Issue with DevExpress Control

Sorry - I also meant to add that I am using VS 17.11.5 with X# 2.20.0.3

thanks
Trevor
by TrevorLE
Sun Nov 24, 2024 2:37 pm
Forum: Product
Topic: Issue with DevExpress Control
Replies: 9
Views: 3311

Issue with DevExpress Control

Hi Guys

I have an issue with a DevExpress control we have just started using called PivotGridControl. I have created a test app in the zip in the drop box link below.

In my test app I have created a winform and added a TableLayoutPanel control to it and added the Devexpress PivotGridControl to the ...
by TrevorLE
Fri Sep 06, 2024 5:50 am
Forum: Product
Topic: Session proposals for the X# Summit
Replies: 20
Views: 9594

Re: Session proposals for the X# Summit

Chris

I hope you are well. My list would be as follows

Look forward to seeing you in Munich!
cheers
Trevor

14. From DBF to SQL (this is a big one for us as we are looking for a practical path to migrate our large X# Vulcan Dialect apps to Postgres)
15. Using your own Cloud database
10. Git for ...
by TrevorLE
Mon Jul 03, 2023 2:42 am
Forum: Product
Topic: Binding Redirects
Replies: 4
Views: 1761

Binding Redirects

<t>Chris<br/>
<br/>
below are the 2 warnings we get. I did try changing the project properties to suppress the MSB3277 warning message but it still appears and that wasn't really addressing the issue anyway. The 2 files log4net and Newtonsoft.json we have as direct references in our projects as some ...
by TrevorLE
Fri Jun 30, 2023 12:15 am
Forum: Product
Topic: Binding Redirects
Replies: 4
Views: 1761

Binding Redirects

<t>Hi Guys<br/>
<br/>
I have an issue where a couple of different third party dll's are using common files such as System.Net.Http and when building I am getting warnings about 2 different versions being referenced.<br/>
<br/>
I have found that if I ignore the warnings - it works so I am assuming ...