11/26/2024 5:25:45 AM
|
|
slxdeveloper.com Community Forums |
|
|
|
The Forums on slxdeveloper.com are now retired. The forum archive will remain available for the time being. Thank you for your participation on slxdeveloper.com!
Forum to discuss usage & tips for SalesLogix controls and other 3rd party ActiveX controls. View the code of conduct for posting guidelines.
|
|
|
|
Group sql
Posted: 06 Jul 06 6:15 PM
|
fiogf49gjkf0d Is there anyway to get the sql statement from a group in the plugin table? Seems like it's in the data field, but is there any way to decode that blob?
Of course what i'm really trying to do is get the groupid's from a group but in C#. I know SLX has the get groupid function in their basic functions, but how do i do it from an external app? |
|
|
|
Re: Group sql
Posted: 06 Jul 06 6:22 PM
|
fiogf49gjkf0d Will SLX be running when you want to get the group SQL? If it will (always) then you can still get to that via COM. If SLX will not be running on the machine when you want to get the group SQL, then you're looking at parsing the SQL out of the BLOB in the plugin table. Not a fun task as you'll have to peice together the params etc. Also some params will have question marks for the value part (which does make sense since those are provided at runtime).
See this thread, maybe something there will help: http://www.slxdeveloper.com/forum.aspx?forumid=3003&postid=613 |
|
|
|
Re: Group sql
Posted: 06 Jul 06 6:35 PM
|
fiogf49gjkf0d thanks... i tried to search before i posted, but didn't find anything. that's what i'm looking for. |
|
|
|
You can
subscribe to receive a daily forum digest in your
user profile. View the site code
of conduct for posting guidelines.
Forum RSS Feed - Subscribe to the forum RSS feed to keep on top of the latest forum activity!
|
|
|
|
|
|
|
|