Message 1 of 2
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hello everyone,
I am working with iLogic to automate the design of some assemblies and drawings.
But I have a problem, I have an XML "database" for all my different software.
That way, I can easily communicate between each of them.
For example, here is the XML file for the construction code:
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<Lst_Code xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<Ligne>
<Code>ASME VIII Div.1</Code>
</Ligne>
<Ligne>
<Code>AD 2000 Merkblatt</Code>
</Ligne>
<Ligne>
<Code>CODAP Div.2</Code>
</Ligne>
<Ligne>
<Code>EN 13480</Code>
</Ligne>
<Ligne>
<Code>EN 13445</Code>
</Ligne>
</Lst_Code>
So, with VB.net, I managed to put this xml list in a combobox using a Dataset, but with Ilogic, I don't know how to do it.
It is very important for us to put the information in one place.
I have the same problem for the stock. For example, I have another xml file for the stock of flanges per reference. In Vb.net, I loaded the xml in a dataset but with Ilogic, once again I don't know how to do it.
Thanks
Solved! Go to Solution.