on ‎2009 Apr 28 4:35 AM
When I tried to do this:
wdContext.currentCheck_Material_PriceElement().setDateStart("2009-04-27");
It gives the error:
java.lang.IllegalArgumentException: Attribute name 'DateStart' not defined
What could be the error?
Request clarification before answering.
Jackson,
check the type of 'DateStart'?
if it is of type Date, then you cannot pass a string in the argument as "2009-04-27".
you need to pass a 'Date' Parameter!
regards,
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
| User | Count |
|---|---|
| 5 | |
| 5 | |
| 4 | |
| 4 | |
| 2 | |
| 2 | |
| 2 | |
| 2 | |
| 2 | |
| 2 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.