I have a fine PHP Class called “msaccess”. They start the access application, and exports reports to a given path.
When I start this in my other IDE (Delphi2PHP) than works it fine…
But in sc it doesnt work.
Than I have try it in the onExecute Event of a blank app. Nothing
than i take the class methods in a control app as PHP methods. the methods are working. only the lines:
$access = new com ("accsess.application");
sc_set_global($access);
[access]->visible = true;
are buggy. At [access]->visible come an error…
[access] is not the com server…
Whats wrong…? Where is my mistake?
Please give some help i have a date whith my boss at monday…