Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
20 changes: 6 additions & 14 deletions src/Runtime/XSharp.Core/Language/Generic.resx
Original file line number Diff line number Diff line change
Expand Up @@ -2831,19 +2831,11 @@
<data name="VFP_COLLECTION_INCORRECT_KEYSORT" xml:space="preserve">
<value>Keysort on {0} is not supported for collections ordered by {1}</value>
</data>












<data name="VFP_XML_PARSE_ERROR" xml:space="preserve">
<value>XML Parse error: {0}</value>
</data>
<data name="VFP_XML_NOSCHEMA" xml:space="preserve">
<value>Unable to infer XML schema.</value>
</data>
<!-- End of FoxPro runtime-->


</root>
2 changes: 2 additions & 0 deletions src/Runtime/XSharp.Data/FoxPro/Enums.prg
Original file line number Diff line number Diff line change
Expand Up @@ -43,4 +43,6 @@ ENUM XSharp.VFPErrors
MEMBER VFP_INVALID_PARAMETER
MEMBER VFP_FOR_CONDITION_MUST_BE_LOGIC
MEMBER VFP_INVALID_DATE_SETTING
MEMBER VFP_XML_PARSE_ERROR
MEMBER VFP_XML_NOSCHEMA
END ENUM
1 change: 1 addition & 0 deletions src/Runtime/XSharp.VFP.Tests/XSharp.VFP.Tests.xsproj
Original file line number Diff line number Diff line change
Expand Up @@ -123,6 +123,7 @@
<Compile Include="VfpStringFunctionsTests.prg" />
<Compile Include="WaitCommandTests.prg" />
<Compile Include="WrappedStubsTests.prg" />
<Compile Include="XmlToCursorTests.prg" />
</ItemGroup>
<ItemGroup>
<Reference Include="System" />
Expand Down
Loading