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...
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.

Messages

  Messages Help
Advanced
Messages 74834 - 74863 of 129554   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
74834
For easy codetable-upgrading at customers i had a system where, once i had a new/modified code in my tables, i wrote it direclty in a predefined ...
Frank Van Herreweghe
magicman2be
Offline Send Email
Feb 1, 2004
12:24 pm
74835
Hi Frank, I am not sure if this is the answer you're looking for, but with HTML-merge and the correct tokens you can place data in the XML-file. If you would...
Hans Steur
hanssteur
Offline Send Email
Feb 1, 2004
12:45 pm
74836
Hans, that is the problem just... the existing file ends already with </recordset>. To have a valid XML the new <Record></Record> must be placed before the...
Frank Van Herreweghe
magicman2be
Offline Send Email
Feb 1, 2004
12:55 pm
74837
I also want to prevent that i end up with 500 xml-files, one for every create/update. Regards Frank Van Herreweghe Frank.van.herreweghe@... ... From:...
Frank Van Herreweghe
magicman2be
Offline Send Email
Feb 1, 2004
1:02 pm
74838
Hello Frank, I think I see what you mean. A solution might be: Read the file into a BLOB. Search for the last </record> and place the new <record> right after...
Hans Steur
hanssteur
Offline Send Email
Feb 1, 2004
4:37 pm
74839
Sir Magic 8.30/btrieve 6.15/win98&win2000 When the user switch of the stand alone m/c running win98/due to power problem, we face these type of error. 1. How...
ramurali
annamalai_20...
Offline Send Email
Feb 1, 2004
4:41 pm
74840
Some of this may depend on what you're storing where. If you have a "library" XML file and you add records to it before you send it out to users, you could...
Sherman Levine
shermanlevine
Offline Send Email
Feb 1, 2004
4:44 pm
74841
Frank, Rather than trying to append to or otherwise modify the XML file directly, how about importing the existing XML file into a data table, adding the new ...
Steven G. Blank
blanstev
Offline Send Email
Feb 1, 2004
6:22 pm
74842
i think indeed that the only good solution is to create the xml (xml_de_nuvo) the moment i update a client. This means now i have to add some fields to my...
Frank Van Herreweghe
magicman2be
Offline Send Email
Feb 1, 2004
7:20 pm
74843
1) If the data files are stored on the computer's own local hard drive (as opposed to being stored on some other computer's hard drive), then the only way to...
Steven G. Blank
blanstev
Offline Send Email
Feb 1, 2004
8:58 pm
74844
Moshe, I'll give you credit for a good try, but I still don't know HOW the installation "looked different." You might try running the Pervasive System...
Steven G. Blank
blanstev
Offline Send Email
Feb 1, 2004
9:04 pm
74845
Does anyone know how to start the v9.4 Broker as a service under Win 2k (after installation as a runtime)? TIA -- ____________________ Arch Lineberger ...
Arch Lineberger
archnc
Offline Send Email
Feb 2, 2004
6:00 am
74846
If you installed it from the begining as a service, then you should do as follow: START--> SETTINGS-->CONTROL PANEL-->ADMINISTRATIVE TOOLS-->SERVICES and then...
zeev.kazdan@...
kdwolf
Offline Send Email
Feb 2, 2004
6:27 am
74847
Hi All. I am converting an application from 9.3 to 9.4 SP2a. A particular program has four sub tasks, each called from the other. The user enters or selects...
Mark Bailey
eagles9999
Offline Send Email
Feb 2, 2004
6:34 am
74848
Hi, You asked: Now I have to figure out how to point it to the %HomeDirectory% for each user.... You could start magic with: Mggenw...
Gijs van Ballegooijen
gvb57
Offline Send Email
Feb 2, 2004
7:10 am
74849
The *real* problem is that the Magic implementation of XML standards is very incomplete. In fact it provides only a subset of the full set of functions to...
Ian Ledzion
ian_ledzion
Offline Send Email
Feb 2, 2004
7:19 am
74850
If you use the translate function you can also use it in exit commands, ie translate('%LogicalName%')&'file.txt' Jeroen Bos Lekkerland Nederland B.V. ... ...
j.bos@...
bosjjj
Offline Send Email
Feb 2, 2004
7:56 am
74851
Hello Jonathan, ... Yes you can do what you describe, i have a lot of programs which have handlers calling other handlers and all works ok for me. For example...
Emanuel Victor VITAN
emanuel_vitan
Offline Send Email
Feb 2, 2004
8:17 am
74852
Hello Mark, 1. What value you have in the Error Behavior Strategy - Task Property (Tasks/Task Properties/Enhanced) ? (for subtasks 3 and 4) I believe that you...
Emanuel Victor VITAN
emanuel_vitan
Offline Send Email
Feb 2, 2004
8:28 am
74853
Hello Prazan, ... I have never had this problem, but id like to understand what happens in you case... Can you verify the IE version on the client where it...
Emanuel Victor VITAN
emanuel_vitan
Offline Send Email
Feb 2, 2004
8:44 am
74854
Greetings All I don't know if this is completely on-topic, but I am looking for some honest opinions: We have a package in Magic 8 that is in use in 30 or so...
John Dowbiggin
appsysuk
Offline Send Email
Feb 2, 2004
9:07 am
74855
I will be out of the office starting 01/30/2004 and will not return until 02/09/2004. I will be in Eilat, Israel, participating in the company's 2004 kickoff....
shimon@...
shadimor
Offline Send Email
Feb 2, 2004
9:11 am
74856
You can use logicals with IOCOPY and IOEXIST. At least: I do in version 8.20. Don't know about 9. You only have to know one thing: the logical has to be...
plekuz
Offline Send Email
Feb 2, 2004
10:02 am
74857
Hi, all! I am trying to set up a Magic partitioning server on HP-Unix 11.20, with Informix and Oracle databases. Is there anybody who has a working ...
Bakos Gyula
gybakos
Offline Send Email
Feb 2, 2004
11:29 am
74858
Brian, If I'm accessing a logical name in lots of places, I tend to create a separate program which I call to get the fieldvalue instead of relying on my ...
Sherman Levine
shermanlevine
Offline Send Email
Feb 2, 2004
11:43 am
74859
Hi, Exactly for the same reasons you mention (high magic license cost, own server), we choose for the combination of php/MySQL (on Apache/Linux). The (small)...
Gijs van Ballegooijen
gvb57
Offline Send Email
Feb 2, 2004
12:02 pm
74860
I have a client who is distributing his application and we are going the Terminal Server route. The reason is that we can provide the rich interaction of a...
Ian Ledzion
ian_ledzion
Offline Send Email
Feb 2, 2004
12:12 pm
74861
John, Why not set it up as a simple EDI-system? Create a small application that reads orderinfo from XML, so the suppliers can have orderinfo sent to them from...
B. Dijkslag
bdijkslag
Offline Send Email
Feb 2, 2004
12:55 pm
74862
Hi I would like to change the toolkit default fonts to something else. what are the font number the toolkit at Magic 9.3 ? Thanks, Rami Fishman...
Rami Fishman
rami_f
Offline Send Email
Feb 2, 2004
1:03 pm
74863
Ian, we are interested on the solution and we would like to know how do they connect to the TS? dial-up conection? VPN? leased line? Is TS efficient enough or...
Leon, Tony
tonyleont
Offline Send Email
Feb 2, 2004
1:53 pm
Messages 74834 - 74863 of 129554   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