Hi,
I've been trying to get a status record back from Internet Connect 1.1 on MacOSX 10.1 and I have not been successful so far. I can access just about everything else and in looking at the InternetConnect.scriptSuite file I think there might be a bug. The definition of the StatusRecord starting on line 185 has the following:
AppleEventCode = "RAts";
But earlier in the file at lines 77 and 102, the AppleEventCode for a StatusRecord is :
AppleEventCode = "RAst";
And from the documentation, it looks like these should be the same. If this is off-base, please let me know.