I have a Control Suffix Event that includes some conditional logic to go update some records. However prior to executing this logic the Current Data View...
Using 9.3 SP4 and creating a new MFF file as I normally do after doing a program update. Tested the program using F8 and checks OK. Just added a comment line ...
Just a word to let you know it works! Steve, Gus, thanks a lot. Now all we have to do is create a solution for getting timer events to work in this service,...
robert, if you want the current record to be saved, it is easier to set a flag. Have in the record main a virtual v-Action and in the Control Suffix you can...
Bill, See MGA message# 000092022 We had this error too. The error appeared while we tried to build a MFF from a local copy of our CTL. Normally our CTL is on...
In the control suffix, raise events record flush and a user event, say "update records". Be sure that Wait=No for both. Create a handler for "update records"...
After lots of work with MSE Support, we have finally, sort of, got eDev 10 and CVSNT to look like it possibly works (notice the lack of confidence?). We...
Frank, Record flush rather than screen refresh? Sherm ... From: <Frank.Van.Herreweghe@...> To: <magicu-l@yahoogroups.com> Sent: Wednesday, November 01,...
I don't know about Frank but we would possibly use a screen refresh AFTER the user event. All that is needed for your logic to work is the record flush and my...
The following method should work... In the control suffix do... Raise Event 'Record Flush', Internal Event, set to Wait NO Raise Event 'Event 1', User Event,...
Hi Meis, I have tried the following and seems to have worked for my. I am on a laptop working on C:\ and deleted the Snapshot. Opened edeveloper again and let...
Late to the thread, but will this help (straight from the Magic Help) In the Control Suffix, raise a User Event, with Force Exit = Record, which will flush the...
Look in the files section ( http://tech.groups.yahoo.com/group/magicu- l/files/ ) for magic7_DialogBoxes.zip and magic8_DialogBoxes.zip These are sample...
I just inherited an application that was written in Magic and was looking for some FAQ's to get me up to speed on the platform. The app is in version 7x and is...
Mike and Craig, Thank you for the comments! In my case, Mike's suggestion is better fitting in my situation. My trouble was once the system goes live, I might...
Hi Fisk, Magic is still very much alive, though under a different rubric: the already-sadly-dated "eDeveloper". It's now in version 10.1 and the developer...
Hi Fisk, Magic is still under active development and they have recently released v10 but it has been renamed in it's latest versions to eDeveloper. eDeveloper...
We call Get.DLL. It does the same thing of using the Windows message box, but it just makes it easier than doing the calls yourself. (We use Get.DLLanyway so...
Andy, You mean a "Magician" can't do "eDevelopment" any more? ... Sherm ... From: "Andy Jerison" <ajerison@...> To: <magicu-l@yahoogroups.com> Sent:...
Sherm, But WE knew that it wasn't Magic - we had to work hard at it. Paul ... From: magicu-l@yahoogroups.com [mailto:magicu-l@yahoogroups.com] On Behalf Of...
I think we've been down this road before. The RS gets executed, but the record is not actually written to disk. When we raised this issue w/MSE, they just...
Hi, Im working with Magic v8.3 and I'm currently migrating to v9.4. I'm using sp7 on v8.3 and recently downloaded sp15 but when I installed and tried to run it...
Leandro, You need to run a utility to convert your security file to the new format introduced in sp13 of v8.3. The utility is named usrupd.exe and is available...
Hello Fisk, ... Yes, our "The Sorcerer's Apprentice" is still available in our original Version 7 format. We also support a Version 8, and Version 9 editions. ...
Rosie, i should check the debugger once carefully between those 2 actions if i have alot of time (that's why you cann't blame me of october's high :-) but i...
Keith, the record is in v9 never written to database with the ForceExit-settings. It is only in v10 that is option is added :-( For me that is one of the main...
Hi: Wanted to let everyone know about the new eDeveloper blog: http://edeveloperv10.blogspot.com/2006/10/fewer-bugs-and-better-bug- spray.html Feedback is much...
Here's the relevant part of the current (SP7a) help. Note that RS is executed before the handler, but the record is written to disk after the handler. That's...