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

Yahoo! Groups Tips

Did you know...
Hear how Yahoo! Groups has changed the lives of others. Take me there.

Best of Y! Groups

   Check them out and nominate your group.

Messages

  Messages Help
Advanced
Messages 98395 - 98424 of 129540   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
98395
When you run a program from the menu, it closes all currently open programs. To keep the programs open, you could have the debugger program triggered by an...
Sherman Levine
shermanlevine
Offline Send Email
Nov 1, 2005
8:31 am
98396
Hi Group, Is file2Blob the only way to Update a Blob variable. Or are there more way´s to do this. Thanks Menno! ...
Menno Spelbos
mspelbos
Offline Send Email
Nov 1, 2005
8:34 am
98397
Menno, What exactly do you mean ? A blob can be a string of readable chars, so you can use the string-functions on it too to update... but i guess that's not...
Frank Van Herreweghe
magicman2be
Offline Send Email
Nov 1, 2005
9:33 am
98398
Hi Frank, I mend... How can i update a blob variable.... just with file2blb? I can´t use Update. ... Van: Frank Van Herreweghe...
Menno Spelbos
mspelbos
Offline Send Email
Nov 1, 2005
9:43 am
98399
you set me on the wrong leg ... File2Blb can be used with an Update statement. Blb2File needs an Evaluate. UV v-Blob = file2blb('c:\temp\menno.txt') Regards ...
Frank Van Herreweghe
magicman2be
Offline Send Email
Nov 1, 2005
10:04 am
98400
Yep and this is the only way to change a Blob variable? ... Van: Frank Van Herreweghe [mailto:Frank.Van.Herreweghe@...] Verzonden: dinsdag 1 november...
Menno Spelbos
mspelbos
Offline Send Email
Nov 1, 2005
10:07 am
98401
Not sure if this is what you mean but you might want to look at the "Compound Storage" functions like BufSetAlpha etc. ... From: magicu-l@yahoogroups.com...
Paul Barsby
paulbars
Offline Send Email
Nov 1, 2005
10:12 am
98402
You can update with the contents of a string variable I think update works, but might not pass the checker - If not, varset does work. For example, you can...
Sherman Levine
shermanlevine
Offline Send Email
Nov 1, 2005
12:45 pm
98403
Hey, Group: I really appreciate Emmanuel's and Sherman's help on this. As I have finally found (I think!) the issue, I thought it should be shared with the ...
GroupMail
tmartinabraxis
Offline Send Email
Nov 1, 2005
12:59 pm
98404
Write yourself a little "make a BAT and execute it" program. The path issue (among others) will bite you when you lease expect them. ... From: "GroupMail"...
Sherman Levine
shermanlevine
Offline Send Email
Nov 1, 2005
1:05 pm
98405
Tom, ... Not 100% sure this is the exact reason why it is working in Foreground-mode. Cause i remember we created 3yrs ago a VB-program Sendsigned.exe which we...
Frank Van Herreweghe
magicman2be
Offline Send Email
Nov 1, 2005
1:12 pm
98406
Dear Magicians, Where can i get (download) a beta of magic v10 Thanx...
rsg_rad
Offline Send Email
Nov 1, 2005
1:25 pm
98407
Hi all, We want to skip on the logon screen, by using the LDAP verification. I mean to invoke the userName and password from the ACD, and then to put it in the...
gutfroind
Offline Send Email
Nov 1, 2005
2:03 pm
98408
Andy: Thanks for the feedback. Like yours, this is a system that started out in 3.5, spent some time in 5.02, and got converted to 8.01 a few years ago with...
kovarner
Offline Send Email
Nov 1, 2005
2:14 pm
98409
Keep in mind that you'll need to define a filename for the output in a parent task (I use something in c:\temp rather than c:\ because XP requires specific...
Sherman Levine
shermanlevine
Offline Send Email
Nov 1, 2005
2:21 pm
98410
Thanks Allen ... From: magicu-l@yahoogroups.com [mailto:magicu-l@yahoogroups.com]On Behalf Of Steven G. Blank Sent: Monday, October 31, 2005 12:21 PM To:...
Allen Septon
asepton2002
Offline Send Email
Nov 1, 2005
2:58 pm
98411
I have a parent program that calls a sub program thousands of times. The sub program is printing one line. How do I make it share the printer I/O file, as...
Allen Septon
asepton2002
Offline Send Email
Nov 1, 2005
3:00 pm
98412
Dave, In the parent program you have to define an I/O-line. Important is the 'Name'. Next you go to the subprogram and define the I/O-line (this one you...
Frank Van Herreweghe
magicman2be
Offline Send Email
Nov 1, 2005
3:10 pm
98413
In my 9.x app, I define a virtual called gPrint_File_Pathname in the main program and update it with 'printfile'&User (0)&'_'&DStr (Date...
Andy Jerison
ajerison
Offline Send Email
Nov 1, 2005
3:31 pm
98414
Hi, Magic 9.4 SP6 & Btrieve. Why on some numeric fields the Incremental Locate does not work ? Thanks, Beny Yaron CIO Ortal (1993) ltd [Non-text portions of...
Beny Yaron - Bezeq
ortal1993ltd
Offline Send Email
Nov 1, 2005
4:06 pm
98415
Beny, Are they stored as strings? Strings sort differently from numbers.... Andy...
Andy Jerison
ajerison
Offline Send Email
Nov 1, 2005
4:09 pm
98416
... Frank Van Herreweghe gave you the answer on using the I/O entry from the calling program. There is quite a bit of "philosophy" and/or "religious beliefs"...
GroupMail
tmartinabraxis
Offline Send Email
Nov 1, 2005
4:18 pm
98417
Works the same way in 8 I generally define the printer name once in the parent and pass it as a parameter to the subprogram, so I only have to define it once,...
Sherman Levine
shermanlevine
Offline Send Email
Nov 1, 2005
4:29 pm
98418
... closing the active programs, have the menu entry type = System, and the System Action=User Action 1 (for example), // would the line below be in the...
boskoadam
Offline Send Email
Nov 1, 2005
4:36 pm
98419
ai ai ai, don't say you debug all your programs with Verify's? :-s Before programming any other line, import those debugger programs of the File-section. With...
Frank Van Herreweghe
magicman2be
Offline Send Email
Nov 1, 2005
4:44 pm
98420
Hi When entering lines in a table and I hit <F2> if I am inserting a line in the middle of the table the line disappears and I jump to the previous line. ...
Allen Septon
asepton2002
Offline Send Email
Nov 1, 2005
5:01 pm
98421
Allen, The "execute record suffix" flag is being raised in the "funny" program. This can happen for a bunch of reasons but in my experience, the likeliest...
Andy Jerison
ajerison
Offline Send Email
Nov 1, 2005
5:07 pm
98422
I know it is a bit early for Christmas wishes but i can give it a try can't i? While the beta releases of eDeveloper 10 are beeing tested it seems to me this...
heicovanwieringen
heicovanwier...
Offline Send Email
Nov 1, 2005
6:29 pm
98423
How about query mode lookup defaults to No ... From: "heicovanwieringen" <heicovanwieringen@...> To: <magicu-l@yahoogroups.com> Sent: Tuesday, November...
Sherman Levine
shermanlevine
Offline Send Email
Nov 1, 2005
6:34 pm
98424
Heico, Very nice ideas. I've forwarded your list to Yuval. Andy...
Andy Jerison
ajerison
Offline Send Email
Nov 1, 2005
6:41 pm
Messages 98395 - 98424 of 129540   Oldest  |  < Older  |  Newer >  |  Newest
Advanced
Add to My Yahoo!      XML What's This?

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