dbserver editor access and assigns

This forum is meant for questions and discussions about the X# language and tools
Post Reply
Luc
Posts: 22
Joined: Sat Apr 30, 2016 7:31 pm

dbserver editor access and assigns

Post by Luc »

Chris,

I noticed that the access and assigns are not created any more from modifications done in the dbserver editor in x#.
The onces from the vo transporter are still there.

Is this intentional or is there a way to enable this ?


it gives a warning

Warning XS9094 Type 'HERSTEL' does not have a member 'repairstate'. This gets resolved to a late bound call to its method 'NoIVarPut'.

It is also rather handy in the intellisense and have a compiler check to avoid typing mistakes that pop up at runtime.

thanks,

Luc
User avatar
Chris
Posts: 4555
Joined: Thu Oct 08, 2015 7:48 am
Location: Greece

Re: dbserver editor access and assigns

Post by Chris »

Hi Luc,

Thanks for reporting this, looks like a bug indeed. I'm looking into it..
Chris Pyrgas

XSharp Development Team test
chris(at)xsharp.eu
User avatar
Chris
Posts: 4555
Joined: Thu Oct 08, 2015 7:48 am
Location: Greece

Re: dbserver editor access and assigns

Post by Chris »

Hi Luc,

Problem is now fixed for the next X# build!
Chris Pyrgas

XSharp Development Team test
chris(at)xsharp.eu
Luc
Posts: 22
Joined: Sat Apr 30, 2016 7:31 pm

Re: dbserver editor access and assigns

Post by Luc »

Hi Chris,

thanks a lot,

Luc
Post Reply