Search the web
Sign In
New User? Sign Up
magicu-l · uniPaaS (Magic) Software Users Group
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Show off your group to the world. Share a photo of your group with us.

Best of Y! Groups

   Check them out and nominate your group.
Having problems with message search? Fill out this form to ensure your group is one of the first to be migrated to the new message search system.

Messages

  Messages Help
Advanced
Messages 134153 - 134182 of 148645   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
134153
Hi Jim. Just add another condition to the Loops end condition with AND. Since AND requires to evaluate both terms eDeveloper will check for termination at the...
Andreas Sedlmeier
asedlmeier
Offline Send Email
Sep 1, 2008
7:33 am
134154
I seem to recall from a recent webinar on UniPass that the record main compatible unit will not be available in uniPass, and therefore any programs that have...
Marc DVer
mdvernewera
Offline Send Email
Sep 1, 2008
2:26 pm
134155
Hi' Omar Im not finding this setting wich limits the number of cursors... Is it in some place in the eDeveloper (im using 9.4) ? Or is an Oracle setting ? I...
Diego Balé (Interd...
eldanba
Offline Send Email
Sep 1, 2008
2:37 pm
134156
Hi Andreas, The problem is that the engine doesn't process events during a block loop, so there's no way to update a virtual while the loop is executing. I've ...
Andy Jerison
ajerison
Offline Send Email
Sep 1, 2008
2:53 pm
134157
Hi Marc, The product's unfortunate name -- clearly selected for maximum forgetability -- is uniPaas, with two As and one S. Unipaas is eDeveloper 10.1sp4b +...
Andy Jerison
ajerison
Offline Send Email
Sep 1, 2008
3:04 pm
134158
Yes you can have a RM compatible section in UniPaaS, just not in a Rich Client task. From: magicu-l@yahoogroups.com [mailto:magicu-l@yahoogroups.com] On Behalf...
Keith Canniff
kbcanniff
Offline Send Email
Sep 1, 2008
3:12 pm
134159
Hi Diego, It is purely an Oracle setting. eDeveloper makes no reference to it. It just needs enough of them to be able to do its stuff. We have discontinued...
Omar Lamin
ola_ip
Offline Send Email
Sep 1, 2008
5:35 pm
134160
Hi guys Which other version control software works fine with eDeveloper in place of MS Source Safe? Are Magic and CVS compatibles? TIA for any suggestion... ...
Juliano - Cigam - De ...
terterola
Offline Send Email
Sep 1, 2008
6:06 pm
134161
yes i did that... i found a some stuff in google i wanted to know if in addition to that there was a magic setting that i was missing... so you already...
Diego Balé (Interd...
eldanba
Offline Send Email
Sep 1, 2008
6:07 pm
134162
Just in case you don't know. Few weeks ago I was testing a recursive program and found out that the debugger (view variables) was only showing my actual task...
Frank Van Herreweghe
magicman2be
Offline Send Email
Sep 1, 2008
6:09 pm
134163
Juliano, Check out the MGA and search for “CVS version control”. You will find already a lot of literature from Rosie and others about this subject. ...
Frank Van Herreweghe
magicman2be
Offline Send Email
Sep 1, 2008
6:14 pm
134164
CVS is the one which comes supplied with Magic. BUT I don't know of anyone who has reported success with it. Most have found it unacceptably slow and the set...
Rosie Coller
rosiefm2000
Offline Send Email
Sep 1, 2008
6:17 pm
134165
I thought I read in some of the latest (v10) releasenotes that it was possible to get the actual cursorposition in an editfield. Little problem: I don't find...
Frank Van Herreweghe
magicman2be
Offline Send Email
Sep 1, 2008
6:20 pm
134166
I've just searched the MGA and I'm not the only one reporting problems with CVS. There is another thread when you search on CVS which dicusses some other ...
Rosie Coller
rosiefm2000
Offline Send Email
Sep 1, 2008
6:20 pm
134167
I've found the same problem but I had not found ANY way to see them (through the in-built debugger) so I am glad to know there IS a way even if it's long ...
Rosie Coller
rosiefm2000
Offline Send Email
Sep 1, 2008
6:26 pm
134168
As promised... In the MGA the messages of August 2008. You can find it at http://www.ng-sw.de/mg-wikka/MagicListMessages I have added dates to see easily which...
Frank Van Herreweghe
magicman2be
Offline Send Email
Sep 1, 2008
7:00 pm
134169
Hi Hans, You can specify the System DSN name you used when you created the ODBC datasource using the ODBC Manager in the 'database' column of the magic...
Gijs van Ballegooijen
gvb57
Offline Send Email
Sep 1, 2008
7:05 pm
134170
Hi, Dan I found this nice thread about this issue in Firefox: http://www.webdeveloper.com/forum/showthread.php?t=153088 In brief: Firefox does not allow this...
Rob Schapendonk
rob_v9
Offline Send Email
Sep 2, 2008
6:33 am
134171
Hi Andy. Yes, its clear that Magic does not process events for the current task in a block loop, since it would only at the end of the record cycle depending...
Andreas Sedlmeier
asedlmeier
Offline Send Email
Sep 2, 2008
8:33 am
134172
I also strongly recommend VSS, CVS wasted a week of my life for no benefit. I was initially very annoyed at having to spend so much money, but after using VSS...
Steven Burrows
doomlord66
Offline Send Email
Sep 2, 2008
8:45 am
134173
"I also strongly recommend VSS, CVS wasted a week of my life for no benefit. I was initially very annoyed at having to spend so much money, but after using VSS...
Rosie Coller
rosiefm2000
Offline Send Email
Sep 2, 2008
9:00 am
134174
another thing with block loop ...check the cpu it uses if its looping quickly....i gave up on them for batch tasks sometime ago... To:...
Tim Downie
tim001au
Offline Send Email
Sep 2, 2008
9:34 am
134175
Hi, Does anybody know how to convert an BLOB-field (variant storage type 7 (VT_DATE)) to an alpha-string? (I use Magic V9.4) Best regards, Herro WIjnholds...
Herro Wijnholds
okidokimagic
Offline Send Email
Sep 2, 2008
9:41 am
134176
Yeah, but thats basically ok - it will finish earlier if it gets plenty of CPU. Just if it gets that bad that the system gets unresponsive and other ...
Andreas Sedlmeier
asedlmeier
Offline Send Email
Sep 2, 2008
9:45 am
134177
Herro, The answer is quit simple: VariantGet(blobfield,'A') Regards, Herro ... type 7...
okidokimagic
Offline Send Email
Sep 2, 2008
11:54 am
134178
Thanks Rob, That is pretty much what we found out, we need to open the window ourselves before we can close it in firefox Dan _____ From:...
Dan Dailey
dan_dailey2002
Offline Send Email
Sep 2, 2008
2:48 pm
134179
Hello Emanuel, I have been working a new XML report writer that is web based. It looks very promising! I have it integrated with our Magic Merge application. I...
Frank Griffin
fgrif56
Offline Send Email
Sep 2, 2008
4:55 pm
134180
Hi, I want to use Magic in Polish. (version 9.4 SP8). I already change the mgconstw.eng in mgconstw.pol The Magic-environment now is Polish. But.... when i...
Herro Wijnholds
okidokimagic
Offline Send Email
Sep 2, 2008
5:18 pm
134181
Hi Dan, You can try this: netscape.security.PrivilegeManager.enablePrivilege('UniversalBrowserWrite'); window.close(); Regards Jacek jaceks@... ... ...
jacek @ itiniti.com
jacek_from_i...
Offline Send Email
Sep 2, 2008
9:06 pm
134182
http://en.wikipedia.org/wiki/Visual_SourceSafe <http://en.wikipedia.org/wiki/Visual_SourceSafe> near the bottom, under the heading "SourceSafe's future,"...
Ed Ezell
ede_aod
Offline Send Email
Sep 2, 2008
10:11 pm
Messages 134153 - 134182 of 148645   Oldest  |  < Older  |  Newer >  |  Newest
Advanced
Add to My Yahoo!      XML What's This?

Copyright © 2009 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines - Help