In PO Maintainance Screen
--- In the grid,if i select puchase for "Good for Invetory" the inventory id filled should be required Filed(Blank Err True) at runtime
*This post is locked for comments
In PO Maintainance Screen
--- In the grid,if i select puchase for "Good for Invetory" the inventory id filled should be required Filed(Blank Err True) at runtime
*This post is locked for comments
Thanks u very much for u...
in the property Spread1 event "LineGotFocus"
check Line Type
If line is "Good of inventory" then
call msetprop("FIELD_NAME",PROP_BLANKERR,TRUE)
else
call msetprop("FIELD_NAME",PROP_BLANKERR,FALSE)
regards.
Noe
Hello Senthil,
I was able to find the following information in the Customization Manager Reference: Visual Basic for Applications user guide that can be installed with the SL program. The is from the 2011 release. I am not sure which version you are running but it could be pertinent to you.
"To modify the value of the BlankErr property at runtime, the SetProp statement should be used rather than modifying the property directly in Visual Basic code. Usage of SetProp allows the system to track changes to property values so as to avoid conflicts with customizations."
I hope you find this information helpful.
Stay up to date on forum activity by subscribing. You can also customize your in-app and email Notification settings across all subscriptions.
André Arnaud de Cal... 291,269 Super User 2024 Season 2
Martin Dráb 230,198 Most Valuable Professional
nmaenpaa 101,156