Search results

  1. GirdUpYourLoins

    Lookup Fails When Casting Id To An Integer.

    I have the following code which is supposed to for each through a database table and retrieve records based on id: FOR EACH Proj_Mstr WHERE Proj_Mstr.Proj_client_ID = INTEGER(get-value("clientId")) AND Proj_Mstr.Proj_deleted = ? NO-LOCK BREAK BY Proj_Mstr.Proj_sort...
Top