Well Omar, just 2 days ago I prepared a mail about Functions but I didn't sent it at that time . but here it is. Helpfile: "Developer functions let you combine...
I have not used Wikka yet. I need a registration code. Can someone help me with that please? Thanks, Mike Robben One to One Marketing / Printing Impressions ...
Thank you Frank. Thanks, Mike Robben One to One Marketing / Printing Impressions 12714 2nd Street Grandview, MO 64030 816.886.4064 816.886.4068 fax ...
Hi Frank, Assuming the functions you are referring to are those that once placed in a Main Program (MP) are available through the entire application. My...
Hi Frank, It has nothing to do with Developer Functions. If you'll use CallProg() instead of the developer function you will see in the Activity Monitor that...
"Great mind think alike" ... Yours was shorter than mine however. I bow to it, but that would not beat a "Sherman" kind of response like: "Remove this...
One good thing about developer functions is that it helps you appreciate all the work that takes place behind the scenes by the Magic/eDev/UP engine. However...
I knew that Functions act the same way as CallProg. It's noth much more as CallProg() in a nice envelope. And yes, Developer Functions should have their own...
Hi Frank, I use user functions extensively. It is unfortunately true that the engine will run them repeatedly under certain common conditions. I don't have an ...
Another useful feature of user functions is that they provide a mechanism for reaching outside transactions. For example, in a SQL Server based application I...
Not only self documenting, but you can run a cross reference on a user/developer function, which you can't on a CallProg() This is why its nice to use...
Keith, I think I don't get it as you can cross-ref a program and all the Callprog's are included in the result. Regards, Frank Van Herreweghe _____ From:...
I meant that you can call a program to do a direct SQL request/stored procedure rather than imbed it in the original program, Just as you can have a program...
Just for info, I think it depends what SP of v9 the file had come from. If it came from SP7 or below then it would need converting with the utility. SP8 of v9...
Hi folks Creating a Windows desktop short cut referring to an project file (.edp) automatically starts Magic and loads the project. But what if both MagicV10...
I have a big problem with (several) subforms which all call the same program. When I run prg Header1 and go to the prg Detail1 everything works normal, I see...
Erwin, Cann't you just use the Unipaas runtime shortcut and add (eventually) the INI-file and something like /startapplication=E:\directory\Application.ecf So...
Hello, This email message is a notification to let you know that a file has been uploaded to the Files area of the magicu-l group. File :...
magicu-l@yahoogroups....
Jan 2, 2009 12:08 pm
137730
I don't think there is a way to do that. Windows uses the file extension to determine which program to open the file with as the extensions are the same for...
Hi Frank /Startapplication only works with .ecf and not with .edp Regards Erwin ... (eventually) the ... like /startapplication=E:\directory\Application.ecf ...
Erwin, I played with the Environments-settings StartApplication and I saw just above the /DefaultProject setting Regards, Frank Van Herreweghe _____ From:...
Thnx Meis This was exactly what I was looking for. Also Frank thank you very much for your effort. Groetjes Erwin ... Namens ... UniPaas ... UniPaas ... ...
Erwin, 1) Change the file extension on one of the two applications to something arbitrary, "XYZ" 2) right-click that application and choose, "Open With..." 3)...
Well clearly I set the called program 6 months ago (for some testing I suppose) as a Splitter Child :-s I have not set it back, so I can run it now without...
Hi, all! I need to find that the file on ftp server exists with the size more than 0. I have tried ftp -i -v -s:myftpsript.ftp with script: open <my_server> ...