on 2021 Sep 09 11:52 AM
Request clarification before answering.
Hi Mehmet,
You can use this check: (in your case)
G = SqlHelper.GetList("SELECT Attr FROM TAGTABLE WHERE PRODUCT ='" + Product.PartNumber + "' AND ACTIVE ='X'")
for attr in G:
#Trace.Write(attr.Attr)
if attr.Attr == 'Pallet Capacity':
Trace.Write('Value Exists')
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi
Try with "SqlHelper.GetFirst" instead of "GetList".
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 |
---|---|
4 | |
2 | |
2 | |
1 | |
1 | |
1 | |
1 | |
1 | |
1 | |
1 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.