Norm, Just an Exit Operation will do it. Keith From: magicu-l@yahoogroups.com [mailto:magicu-l@yahoogroups.com] On Behalf Of norm428 Sent: Saturday, February...
Hi all Im playing with tree controls and I'm having problems creating child records useing raise event (CREATECHILD) I have tried passing the 'Tree node value"...
Robert, AFAIK, the only tree-related events having associated arguments are the Expand Node and Collapse Node events. However, even with these events, the...
Hi Guys I have an application which calls a Com object which sends SMS's. All works well till I exit Magic then I get a message "Magic has caused an internal...
Hi, Tony Did you test it with the flow monitor on? Can you see any com errors in the flow monitor? My experience is that any unhandled com error results in...
Hi Rob I have been testing with debugger on and now get an MGgene.exe error "Ordinal not Found". The ordinal 2821 could not be located in the dynamic link...
Hi Group, Took the plunge today to upgrade to Pervasive WG V10. Install went without a hitch but now I am getting an error when trying to start the PCC. JVM...
Hi, Tony I think it's not a eDeveloper problem, check your path to LIBEAY32.dll (is it open SSL?). Maybe you have several versions installed? And removed them...
Hi Craig, Yes, I suspect you are correct. Hence my disappointment that Pervasive do not fix it when you install a new version. Any idea where the "path" is...
Nothing more than your environment variables, on the advanced pane of system properties for your computer Check PATH and CLASSPATH, I think it only relies on...
Thanks for that I assumed that would have been the case but I thought there might have been a bit of Magic in there I had all ready tested the Expand Node...
Hi Robert You can raise an event on Control Modify on the control name you want to check and then within that do an update of another variable. I did a quick...
Hi All uniPaaS 1.5 Am I right in thinking that binding in a direct SQL task is only available with Oracle? I'm calling an MS-SQL Server stored procedure and...
Hi I have an application in UP 1.5, which has to retrieve data from another system by calling SQL stored procedures. These stored procedures finish with...
Hmm, I can see your problem. I've done it with the output parameters, but as you say if the columns move then your program will stop working. (I've only every...
I've also done stuff using INSERT INTO Tablename EXEC (Stored procedure) then read the results from the table. But again you need to know what fields are...
I'm not sure how your supplier expects anyone to do this. SELECT fieldname FROM (EXEC ('procedure_name')) is something I've just tried but that does not work. ...
Mike You can get the Input Parameters from sysobjects & syscolumns in the database. However, since the output is a "select" statement, and not a returned ...
No :-( I've spoken to Yuval today and he said that they did not want to delay SP2 any further. They asked me to try a UniRTE.exe today in which the problem IS...
I am Kavitha, working as a Analyst/Developer on Magic Software since last eight plus years and having experience in application development on both GUI and Web...
PC, laptop, server auction http://www.mpccorp.com/ By Order of U.S. Bankruptcy Court, Case Number 08-12667 (PJW). Major Computer Manufacturer! To include over...
Allen, It means that the record you have read but not locked has subsequently been deleted by some other user or subtask. For example, suppose you have a...