New version of Quick Objects is now available! Download V5 today or read further!


Search for...   
Register Login
View Cart  View Cart Checkout  Checkout
Topic Topic:
joined objects field operates reset...
Posted On: 12/7/2009 11:28 PM
Posted By: Mike Hamilton


we have the following
1 If ClaimNumber <> String.Empty Then 
2     .Assignment_ID_Assignments_Mi6_Parent.Claim_Number.Parse(ClaimNumber)  
3     If chkWildcardClaimSearch.Checked Then 
4         .Assignment_ID_Assignments_Mi6_Parent.Claim_Number.PartialTextMatch = True 
5         .Assignment_ID_Assignments_Mi6_Parent.Claim_Number.PartialTextMode = Akal.QuickObjects.ObjectBase.PartialTextModes.Contains  
6     Else 
7         .Assignment_ID_Assignments_Mi6_Parent.Claim_Number.Operator = Akal.QuickObjects.ObjectBase.Operators.EqualTo  
8     End If 
9 End If 
10  

and then later on we do the follow to find out how many rows we have in result to computer page count for paging

.Count() 

after the above call the .Assignment_ID_Assignments_Mi6_Parent.Claim_Number.Operator is set back to " LIKE "

but it does not seem to do this on fields from the base object ie ".FileNumber"

IS this bug or by design?

Thanks,
Mike



Replies Posted On / By
  You can IGNORE the following line from previous post:

but it does not seem to do this on fields from the base object ie ".FileNumber"

as I just test and that field seems to get reset too...

thanks,
Mike
 
12/7/2009 11:32:33 PM
Mike Hamilton
  This is a bug and not by design. We use of LIKE for certain database collation issue. I have logged this as bug. We will investigate it and provide fix schedule.

Regards,
Victor

Quick Objects Support
 
12/10/2009 5:54:26 AM
Victor Gavriluk