QUOTE (jholly @ July 30, 2013 01:46 am) |
This macro has the $d_database variable without a transaction warning message. No bigger, just a heads up. |
Updated version posted here.
QUOTE |
Also could you comment on what it would take to modify the macro to get someone else's logID's instead of your own. Blame that one on The CEO and his GetAllLogsForUser macro. |
I'm not clear on what you're trying to accomplish, but to answer the question literally, you would have to replace IsOwner() in line 57 with "$d_lOwnerid=XXXXX", where "XXXXX" is the Owner ID (gc.com Member ID) number of the person whose log ID's you want to retrieve. If you want to do this for just one other person (e.g. a family member), modify the macro and save it with a different name ("LogIDtoUserDataBob.gsak"). If you want to be able to do this for multiple users, please elaborate on your use case and I might be persuaded to code something up.
