Search found 2560 matches

by Chris
Fri Apr 19, 2024 9:02 pm
Forum: Product
Topic: Miscellaneous questions about converting VO code to X#
Replies: 43
Views: 2216

Re: Miscellaneous questions about converting VO code to X#

Hi Kees, Yes, calling indexed properties is not supported (yet, at least) through late bound calls. You will ned to use an intermediate typed variable for that, like: LOCAL oOwner AS ClassNameOfOwner oOwner := (ClassNameOfOwner) SELF:Owner oOwner:PKey[#AUTNO] := ... where you will need to replace &q...
by Chris
Fri Apr 19, 2024 4:35 pm
Forum: Product
Topic: Miscellaneous questions about converting VO code to X#
Replies: 43
Views: 2216

Re: Miscellaneous questions about converting VO code to X#

Hi Kees, About indexed assigns or accesses: Normally you have a regular ACCESS like that: ACCESS MovieLength AS INT that you can call with nLength := oMovie:MovieLength but it is also possible to have an access with an index part as a parameter ("nMoviePart" below), which can be used to su...
by Chris
Fri Apr 19, 2024 9:32 am
Forum: Product
Topic: Xide or OS
Replies: 7
Views: 450

Re: Xide or OS

Hi Wolfgang,

OK, can do that, which key combination would you prefer?
by Chris
Thu Apr 18, 2024 8:56 am
Forum: Product
Topic: dbserver editor access and assigns
Replies: 3
Views: 250

Re: dbserver editor access and assigns

Hi Luc,

Problem is now fixed for the next X# build!
by Chris
Wed Apr 17, 2024 10:29 am
Forum: Product
Topic: dbserver editor access and assigns
Replies: 3
Views: 250

Re: dbserver editor access and assigns

Hi Luc,

Thanks for reporting this, looks like a bug indeed. I'm looking into it..
by Chris
Wed Apr 17, 2024 9:51 am
Forum: Product
Topic: Xide or OS
Replies: 7
Views: 450

Re: Xide or OS

Hi Horst, Please open (while XIDE is not running) the file \XIDE\Config\Layout.cfg and remove the entry "Project", or move it to another location/or dock position (sections "LEFT","RIGHT","BOTTOM"). If you just remove it, you can open it again in a default pos...
by Chris
Tue Apr 16, 2024 8:26 am
Forum: 3rd party products
Topic: BBrowser OwnerDrawValues BarCharts not working after X# Update 2.17 -> 2.18
Replies: 9
Views: 427

Re: BBrowser OwnerDrawValues BarCharts not working after X# Update 2.17 -> 2.18

Hi Frank,

If you'd like, I can also send you an updated X# runtime dll containing the fix from Robert, so you'd not need to change your code. Another developer has already tested it and confirmed it is working well.

Chris
by Chris
Mon Apr 15, 2024 7:43 am
Forum: 3rd party products
Topic: ReportPro 3 for X#(3.6.0.4) Problems with reports using DBFs
Replies: 15
Views: 815

Re: ReportPro 3 for X#(3.6.0.4) Problems with reports using DBFs

Hi Stavros,

That's great, you're welcome! Is there any RP3 problem still remaining? Except for the one about the "Header and Footer bands" option being unchecked in some reports that should have it enabled that I'm looking into now.
by Chris
Fri Apr 12, 2024 8:39 pm
Forum: Chit-Chat
Topic: Thanks to the X# developers for their work
Replies: 4
Views: 326

Re: Thanks to the X# developers for their work

Thanks a lot for the very nice words guys, this is really appreciated!
by Chris
Fri Apr 12, 2024 11:58 am
Forum: 3rd party products
Topic: ReportPro (2) in ADS environment
Replies: 18
Views: 882

Re: ReportPro (2) in ADS environment

Hi Dick,

If you look at the properties of the dbf in the section inside RP, what driver does it say that it uses? If that's indeed not using an ADS driver, then I can't think of any other explanations than the ones mentioned before..