M
mklapp
Hello,
Have a datset returning a null value in a text string
and crashes app.
Used article 318039 as a guideline to modify
dataset.xsd. (part of a WebService)
Still Get Null. Excerpt follows.
<xs:schema id="MASpedDataSet"
targetNamespace="http://www.tempuri.org/MASpedDataSet.xsd"
xmlns:codegen="urn:schemas-microsoft-com:xml-msprop"
Other namespaces follow that were produced by Gen DataSet
The other altered line:
<xs:element name="BusRider" codegen:nullValue="N"
type="xs:string" minOccurs="0" />
Have also tried nullValues of " ", _empty and "_empty".
All out of ideas (for modifying XML, I know I can use IIF
statements for each and every assign to a form control,
but will likely throw self from window after doubling
source code size as well as the time to complete each
Form.
mklapp
Have a datset returning a null value in a text string
and crashes app.
Used article 318039 as a guideline to modify
dataset.xsd. (part of a WebService)
Still Get Null. Excerpt follows.
<xs:schema id="MASpedDataSet"
targetNamespace="http://www.tempuri.org/MASpedDataSet.xsd"
xmlns:codegen="urn:schemas-microsoft-com:xml-msprop"
Other namespaces follow that were produced by Gen DataSet
The other altered line:
<xs:element name="BusRider" codegen:nullValue="N"
type="xs:string" minOccurs="0" />
Have also tried nullValues of " ", _empty and "_empty".
All out of ideas (for modifying XML, I know I can use IIF
statements for each and every assign to a form control,
but will likely throw self from window after doubling
source code size as well as the time to complete each
Form.
mklapp