Search found 2560 matches

by Chris
Mon May 13, 2024 8:20 am
Forum: Product
Topic: My little suggestion for X#
Replies: 5
Views: 167

Re: My little suggestion for X#

Hi Xinjie, Yes I understand you, I just think it's better that in a first small test app it is better if VFP programmers see something that is familiar to them. If they create a first very small test app and already see a function that is not familiar to them, then that might be discouraging already...
by Chris
Mon May 13, 2024 7:40 am
Forum: Visual FoxPro
Topic: Questions about class definitions in the Visual FoxPro dialect
Replies: 15
Views: 238

Re: Questions about class definitions in the Visual FoxPro dialect

Hi,

That should be easy, what error message did you get?

Try a simple

Code: Select all

DEFINE CLASS Test AS System.Collections.ArrayList
ENDDEFINE
that should work already.
by Chris
Mon May 13, 2024 7:30 am
Forum: Product
Topic: My little suggestion for X#
Replies: 5
Views: 167

Re: My little suggestion for X#

Hi, I think Robert made that change in the VFP template because FoxPro does not have the Today() function, so was changed to Date() to make VFP programmers feel more "at home". But you can still use Today() if you like, both functions are actually defined in the same runtime dll (XSharp.RT...
by Chris
Mon May 06, 2024 11:34 am
Forum: VO & Vulcan
Topic: Include user controls and window classes in XSharp VO Forms Editoir XSharp VO Forms Editor
Replies: 2
Views: 184

Re: Include user controls and window classes in XSharp VO Forms Editoir XSharp VO Forms Editor

Hi Christian, in order to be able to work with the XSharp VO Forms Editoir after the complete conversion from VO to X#, I have a few questions about the integration of our own user controls and window classes into our VOWindow'/FormsEditor environment, whether the intended path is the right one. - E...
by Chris
Mon May 06, 2024 8:11 am
Forum: Product
Topic: Shared class library
Replies: 2
Views: 146

Re: Shared class library

Hi Roland, If the class consists of one or a few prg files it is not difficult, you just need to add the file in all of your apps/projects that need it, as a linked file. In order to do that in XIDE, when you add the file, just say "No" when asked to copy it to the app folder. I think Wolf...
by Chris
Wed May 01, 2024 5:15 pm
Forum: Product
Topic: Miscellaneous questions about converting VO code to X#
Replies: 43
Views: 2013

Re: Miscellaneous questions about converting VO code to X#

Hi Kees, I think it's better to just enable the /vo2 option, this is why we introduced it, to help porting applications from VO. In VO, not only NULL_STRING practically means "", but all locals and class variables are also used like that: FUNCTION Start() AS INT LOCAL c AS STRING LOCAL o A...
by Chris
Tue Apr 30, 2024 9:50 am
Forum: VO & Vulcan
Topic: Vo 2.5 to x#
Replies: 6
Views: 300

Re: Vo 2.5 to x#

Hi Moshe, Here are some important articles and videos to read/view before you port your application. https://www.xsharp.eu/help/migratingappsfromvotox.html https://www.youtube.com/watch?v=yduay2fc-nE https://www.youtube.com/watch?v=A-zhcsYuas8 You may get a lot of errors at first, but usually they d...
by Chris
Mon Apr 29, 2024 9:34 am
Forum: Product
Topic: Xide or OS
Replies: 7
Views: 394

Re: Xide or OS

Hi Wolfgang,

Done, using the SHIFT key (CONTROL is already used for preventing loading the plugins). With SHIFT, the layout is reset to default locations and the new layout is not saved on exit, but you can force a save with a new command View->Save Current Layout.
by Chris
Mon Apr 29, 2024 6:30 am
Forum: VO & Vulcan
Topic: Vo 2.5 to x#
Replies: 6
Views: 300

Re: Vo 2.5 to x#

Hi Moshe,

VOXporter can read .aefs from VO 2.5. You just need to export your apps to aef and import them from VOXporter.
by Chris
Fri Apr 26, 2024 7:25 am
Forum: Xbase++
Topic: Xbase++ forum
Replies: 24
Views: 7310

Re: Xbase++ forum

Den,

Is Alaska always ignoring the case when doing string comparisons, or is this behavior based on a setting?