Hi folks, Thanks for your replies but I was offline during a weekend. As I said we have tested it in various configurations on btrieve file and it behaves...
171824
rmeluban
Jun 17, 2013 1:02 pm
thanks for the help....
171825
Bakos Gyula
bakos.gyula
Jun 17, 2013 1:25 pm
Hi, We also have experienced a few years before what you describe here, using uniPaaS v1.5 and v1.8. Finally we realised, that the problem is seeding in Link...
171826
steveerts
Jun 17, 2013 2:44 pm
You could also try Stunnel https://www.stunnel.org/index.html...
171827
Idris
idrisb59
Jun 17, 2013 4:36 pm
Hello Looking for a Reporting Tool other than Business Objects / Cognos. Interfacing to unipaas / xpa not required. Currently using Logi , evaluating...
171828
Andy Jerison
ajerison
Jun 17, 2013 4:40 pm
Hi Idris, You might want to look at MgPivot: http://www.youtube.com/watch?v=GrQ8FN4Lw0s Andy J ... From: magicu-l@yahoogroups.com...
171829
Jonathan Kreider
andyredierk
Jun 17, 2013 5:26 pm
Heidi, I found this thread and I'm wondering how you manage context for your memory table. If you have multiple users than you need to allow for this. What if...
171830
elgrangus68
Jun 17, 2013 5:52 pm
Hi, Is anyone using Test Complete with Magic xpa 2.3? We are unable to see xpa fields in Test Complete. We are able to see the fields on magic version 8 but...
171831
Mr Magic
prosto4u
Jun 17, 2013 6:23 pm
http://artjam.109stage.net/jsvlks/qpklr/jrme/pzot.html?nn=feva Best regards, Mr Magic [Non-text portions of this message have been removed]...
171832
Alain G.M.
mimi_4s2000
Jun 17, 2013 7:08 pm
Hi all, I have one strange crashing of xpa 2.3a when im using ListBox control (xpa native listbox, not external .net). I'm getting close/ignore with "An...
171833
Andy Jerison
ajerison
Jun 17, 2013 7:29 pm
Hi Jonathan, Memory tables live in the user's memory space, so unless you want the context to persist, you don't have to manage anything. Each user gets their ...
171834
boodzioo
Jun 17, 2013 11:06 pm
Hi Gyula, Thanks for your experience info. I AM CONVINCED THERE IS AN ERROR IN CACHE MEMORY MANAGEMENT - it crashes after ca. 2 mln records on hardware with...
171835
Yacov Weiss
ub30us
Jun 18, 2013 3:26 am
There used to be a problem that if you had one listbox already attached to a datasource and then copied and pasted the listbox control while changing the...
171836
Heidi Schuppenhauer
heidis13
Jun 18, 2013 6:06 am
Ditto that. Memory tables are awesome! One table per user, per context ... no work. When I want the table to persist, I add one variable ... the userid(0) ... ...
171837
Panchal
dhabu_20
Jun 18, 2013 7:10 am
hello friends, i want ip address of user computer for some purpose anybody can tell me that how to get ip address in magic?? is there any function or property...
171838
Piter Danilov
pit24@ymail.com
Jun 18, 2013 7:29 am
Try GetParam('REMOTE_ADDR39;)...
171839
Avani Panchal
dhabu_20
Jun 18, 2013 7:42 am
hi piter thx for reply. acutlly i want to keep track tht from which ip user logged in application. i want to store that ip in table ... -- Regards, Avani. ...
171840
fox897uk
Jun 18, 2013 9:31 am
Hi all I am executing uniPaaS from an external application with some Command Line Parameters as follows :- "C:\Program Files (x86)\MSE92;uniPaaS 1.9\uniRTE.exe"...
171841
Mike Bannon
mbannnon
Jun 18, 2013 9:35 am
Brendan What about just leaving out the "/Parameter1=" if the parameter is empty? Mike Bannon DataFormation Ltd., UK From: magicu-l@yahoogroups.com...
171842
fox897uk
Jun 18, 2013 10:33 am
Hi Mike, Thanks for your reply. Yes that should work. Although it's a pain because there are a lot of parameters and I am going to have to code conditions onto...
171843
elgrangus68
Jun 18, 2013 1:19 pm
Replying to my own post JIC someone later searches the messages There is an option on Magic Environment called Allow testing environment This makes all...
171844
Jonathan Kreider
andyredierk
Jun 18, 2013 1:49 pm
Andy, Got it. Thanks - I'll do a bit of testing to make sure I won't have issues. To save stuff, users can name their own context and reload it. Jonathan ......
171845
david.rechter
Jun 18, 2013 1:53 pm
Hi Brenda, xpa is different than uniPaaS. No labels or text allow in the table title. You can read this document for more information ...
171846
Andy Jerison
ajerison
Jun 18, 2013 2:00 pm
Jonathan, You can make memory tables persistent if you save them as Blobs, and restore them, with MTablSet() and MTablGet(). You'll need Blb2File() and...
If you can create one permanent table with the needed identifiers (user, session,table) and one blob field, you can use a link write into the table and execute...
171849
Andy Jerison
ajerison
Jun 18, 2013 2:28 pm
That's an excellent idea! Andy J ... From: magicu-l@yahoogroups.com [mailto:magicu-l@yahoogroups.com] On Behalf Of sherman levine Sent: Tuesday, June 18, 2013...
171850
Gustavo Monopoli
g.monopoli
Jun 18, 2013 2:52 pm
Hi everyone, Could anyone help me giving me a Tutorial or a WebSite which contains a Step by Step Guideline about How to Publish an App to be Rrun over ANDROID...
171851
Roberto Ramirez
robertoramir...
Jun 18, 2013 3:52 pm
Hello Gustavo, I have a Publication on my profile page ( http://www.linkedin.com/pub/roberto-ramirez-cervantes/2/750/340/) that has step-by-step information on...
171852
Roberto Ramirez
robertoramir...
Jun 18, 2013 5:20 pm
Hello, Could you get what you want if you use the Invoke OS operation with the command "ipconfig > ip.txt" and then read the information stored in the ip.txt...