Welcome to the SRP Forum! Please refer to the SRP Forum FAQ post if you have any questions regarding how the forum works.
walter
About
- Username
- walter
- Joined
- Visits
- 37
- Last Active
- Roles
- Member
Comments
-
> Is your app from a different copy of OI than the other one? No, they're the same version of OI. I just wanted to try to keep this code separated from the main app. > what I said 😜 Ha, yes you were correct. I still have much to learn in t…
-
Thanks for the hint Don. After I attached CUSTOMERS, the CUSTOMER_NAME symbolic worked. But for another symbolic, the formula is calling a subroutine on App-A. My code is executing in App-B and attaching tables from App-A. I think my two app plan …
-
> I dont suppose you have an xlate in the symbolic do you? One of the failing symbolics does have a xlate in it. This is the CUSTOMER_NAME symbolic on the ORDERS record. CUST_ID = {CUSTOMER_ID} @ANS = XLATE("CUSTOMERS", CUST_ID, "FULL_NAME"…
-
> is the database you are attaching in the calling app's inheritance chain? No > If you then do a LIST tablename [failing 'columnValue = Calculate(columnName)') Are you talking about the Currently Attached Tables report? For the table contai…
-
> What does this actually mean? Are you running code within an OI application, but not the "app that contains the data" I've got two separate OI apps. App-A has the data that I want to read. App-B has the code that attaches tables from App-A a…
-
> It would be helpful to know what kind of crash you are seeing. It's a runtime error. I get something like "ENG0010: FIELDCOUNT, line 1. Variable has not been assigned a value." . But the actual error changes depending on which symbolic field…
-
Hi Don. Thanks for the suggestion, my code is actually is already @RECORD . I must have mis-copied the sample. Any other thoughts?
-
Thank. You were right, it was easier to loop with Col2(). I'm coming at this BASIC+ coding from a C# developer mindset they're a lot different.
-
Thank you. I was missing the Declare statements. My issue has been resolved!