Recent content by GirdUpYourLoins

  1. GirdUpYourLoins

    Lookup Fails When Casting Id To An Integer.

    How silly. Assigning the html parameter to a variable first fixed the problem. clientId = get-value("clientId"). FOR EACH Proj_Mstr WHERE Proj_Mstr.Proj_client_ID = INTEGER(clientId) AND Proj_Mstr.Proj_name <> "Regular / Salary" AND...
  2. 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