<r><QUOTE><s>[quote]</s>
Yes X# already allow you to create interfaces:
<CODE><s>[code]</s><i>
</i>[Attributes] [Modifiers] INTERFACE <idInterface> [INHERIT <idInterface>]
[InterfaceMembers]
END INTERFACE
<e>[/code]</e></CODE><e>[/quote]</e></QUOTE>
Looks perfectly understandable. Make a small ...
Search found 211 matches
- Fri Oct 18, 2019 8:19 pm
- Forum: Visual FoxPro
- Topic: FoxPro syntax, Properties and fields
- Replies: 34
- Views: 17550
- Thu Oct 17, 2019 11:45 pm
- Forum: Visual FoxPro
- Topic: FoxPro syntax, Properties and fields
- Replies: 34
- Views: 17550
FoxPro syntax, Properties and fields
<r><QUOTE author="Johan Nel"><s>[quote="Johan Nel"]</s>Hi <br/>
Well have not tested with the VFP syntax, but you can in X# core already have interfaces:
<CODE><s>[code]</s><i>
</i>CLASS MyClass INHERIT Foo IMPLEMENTS IFoo1, IFoo2, IFoo3
// And overloaded methods
CONSTRUCTOR()
RETURN
CONSTRUCTOR ...
Well have not tested with the VFP syntax, but you can in X# core already have interfaces:
<CODE><s>[code]</s><i>
</i>CLASS MyClass INHERIT Foo IMPLEMENTS IFoo1, IFoo2, IFoo3
// And overloaded methods
CONSTRUCTOR()
RETURN
CONSTRUCTOR ...
- Wed Oct 16, 2019 11:42 pm
- Forum: Visual FoxPro
- Topic: FoxPro syntax, Properties and fields
- Replies: 34
- Views: 17550
FoxPro syntax, Properties and fields
<r><QUOTE author="Robert van der Hulst"><s>[quote="Robert van der Hulst"]</s>
5) Now that we move FoxPro to .Net we will also be able <B><s>[b]</s>add new functionality<e>[/b]</e></B>. So far we have added the following (for free because it is there in our compiler already)<br/>
- The ability to ...
5) Now that we move FoxPro to .Net we will also be able <B><s>[b]</s>add new functionality<e>[/b]</e></B>. So far we have added the following (for free because it is there in our compiler already)<br/>
- The ability to ...
- Wed Oct 16, 2019 11:30 pm
- Forum: Visual FoxPro
- Topic: Foxpro compatibility list
- Replies: 42
- Views: 14703
Foxpro compatibility list
<r><QUOTE author="Kevin Clark"><s>[quote="Kevin Clark"]</s>But those are cases where I really should use a grid; so I'd personally have no problem with BROWSE being deprecated.<e>[/quote]</e></QUOTE>
Kevin,<br/>
you are already using a grid - only you did not set all the necessary properties ...
Kevin,<br/>
you are already using a grid - only you did not set all the necessary properties ...
- Wed Oct 16, 2019 10:50 pm
- Forum: Visual FoxPro
- Topic: Foxpro compatibility list
- Replies: 42
- Views: 14703
Foxpro compatibility list
<r><QUOTE author="Matt Slay"><s>[quote="Matt Slay"]</s>Indeed, BROWSE, is an easy one to live without, or adjust for.<br/>
However, DO FORM is a different case, and that one surely cannot be disregarded as easily as BROWSE.<br/>
Here is the full DO FORM syntax from Help:
<CODE><s>[code]</s>DO FORM ...
However, DO FORM is a different case, and that one surely cannot be disregarded as easily as BROWSE.<br/>
Here is the full DO FORM syntax from Help:
<CODE><s>[code]</s>DO FORM ...
- Wed Oct 16, 2019 4:48 pm
- Forum: Visual FoxPro
- Topic: Foxpro compatibility list
- Replies: 42
- Views: 14703
Foxpro compatibility list
<r><QUOTE author="Robert van der Hulst"><s>[quote="Robert van der Hulst"]</s>Alan,<br/>
Now all of our source is open, I am sure Matt will write this UDC and the function to implement this <E>:)</E>
<e>[/quote]</e></QUOTE>
Just thinking through the keyboard: As there are already 3 GUI options, I ...
Now all of our source is open, I am sure Matt will write this UDC and the function to implement this <E>:)</E>
<e>[/quote]</e></QUOTE>
Just thinking through the keyboard: As there are already 3 GUI options, I ...
- Wed Oct 16, 2019 4:07 pm
- Forum: Visual FoxPro
- Topic: Foxpro compatibility list
- Replies: 42
- Views: 14703
Foxpro compatibility list
<r><QUOTE author="Robert van der Hulst"><s>[quote="Robert van der Hulst"]</s>This list reflects the status of build 2.08 that will be released this week.
<e>[/quote]</e></QUOTE>
Robert,<br/>
I think the following should be switched from n/a to unsupported:<CODE><s>[code]</s><i>
</i>alter table ...
<e>[/quote]</e></QUOTE>
Robert,<br/>
I think the following should be switched from n/a to unsupported:<CODE><s>[code]</s><i>
</i>alter table ...
- Wed Oct 16, 2019 3:59 pm
- Forum: Visual FoxPro
- Topic: Foxpro compatibility list
- Replies: 42
- Views: 14703
Foxpro compatibility list
<r><QUOTE author="Alan Bourke"><s>[quote="Alan Bourke"]</s>...But really, has anyone used BROWSE in deployed software since proper grids appeared in the first version of VFP? If they have they shouldn't IMO.<e>[/quote]</e></QUOTE>
"Proper" grids? <E>;-)</E>
<CODE><s>[code]</s><i>
</i>crea cursor t ...
"Proper" grids? <E>;-)</E>
<CODE><s>[code]</s><i>
</i>crea cursor t ...
- Wed Oct 16, 2019 3:48 pm
- Forum: Visual FoxPro
- Topic: Foxpro compatibility list
- Replies: 42
- Views: 14703
Foxpro compatibility list
<r><QUOTE><s>[quote]</s>
Matt,<br/>
<br/>
with n/a I meant "not applicable". These are commands that are part of the VFP IDE afaik, or is EDIT, BROWSE etc also used in production code ?. In that case I'll change them to not supported<br/>
[/quote}<br/>
<br/>
Definately seconding Matt in that it can ...
Matt,<br/>
<br/>
with n/a I meant "not applicable". These are commands that are part of the VFP IDE afaik, or is EDIT, BROWSE etc also used in production code ?. In that case I'll change them to not supported<br/>
[/quote}<br/>
<br/>
Definately seconding Matt in that it can ...
- Tue Oct 15, 2019 4:21 am
- Forum: Visual FoxPro
- Topic: FoxPro syntax, Properties and fields
- Replies: 34
- Views: 17550
FoxPro syntax, Properties and fields
<r>Robert,<br/>
<QUOTE author="Johan Nel"><s>[quote="Johan Nel"]</s>Hi Robert,<QUOTE author="robert"><s>[quote="robert"]</s>Antonio<br/>
Do you know if there is an overview somewhere of the different bases classes , or better of the complete class hierarchy ?
<e>[/quote]</e></QUOTE>Is <URL url ...
<QUOTE author="Johan Nel"><s>[quote="Johan Nel"]</s>Hi Robert,<QUOTE author="robert"><s>[quote="robert"]</s>Antonio<br/>
Do you know if there is an overview somewhere of the different bases classes , or better of the complete class hierarchy ?
<e>[/quote]</e></QUOTE>Is <URL url ...

