Jay Cheah
- Total activity 26
- Last activity
- Member since
- Following 0 users
- Followed by 1 user
- Votes 8
- Subscriptions 9
Posts
Recent activity by Jay Cheah-
Print & Delivery log clearing
AnsweredPrevious requests: https://support.boyum-it.com/hc/en-us/community/posts/4414909339537-B1-P-D-Delivery-log-BOY-85-DEL-LOG-TABLE https://support.boyum-it.com/hc/en-us/community/posts/360024732274-It...
-
Macro SQL - multiple @StoreX
Answered@STORE1 = SQL('SELECT CardType FROM OCRD WHERE CardCode = $[$5.0.0]'); Is it possible to do this: @STORE1, @STORE2 = SQL('SELECT CardType, CardName FROM OCRD WHERE CardCode = $[$5.0.0]'); ? this sa...
-
Trigger user query with variable with Macro Universal Function
AnsweredI want to trigger a user-query that contains variables after a user has tabbed away from a UDF. At the moment, I can successfully trigger the user-query, that's simple enough, but I cannot seem t...