function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
RBooth84RBooth84 

New APEX Explorer 8.1

I made some updates to the APEX Explorer to fix some problems:

 

  1. Changed the SOQL editer to use ScintillaNet(scintillanet.codeplex.com)
  2. Added support for single line(--) and multiline comments(/* */) in SOQL statments. (they get striped out before the api call)
  3. Fixes so it works with version 19 of SalesForce API
  4. Fixed the GridView, you can now do "Show in Browser" and "Copy ID" with our crashing
  5. Fixed "Start DB Replication Monitor" from crashing the app

 

The updated source is in the download.

 

DOWNLOAD:
http://www.grimeware.com/ApexExplorer8.1.zip

dke01dke01

Nice work!!

 

I have made some changes to allow this to work behind our corporate firewall by adding a proxyUsername and proxyPassword.  Could you please include this into your base version of the code.

You can use my source code from here http://cid-b3e9640fa330f168.office.live.com/self.aspx/.Public/ApexExplorer8.rar.   Or write it yourself only take 5 minutes

RBooth84RBooth84

Sure when I get some free time I will merge the changes.

elukaweskielukaweski

Hi:

 

     the above link does not seem to work. /Is there an alternative?

 

Tnanks, Ed