|
xpa 3.1 RIA: clr20r3 error in mscorlib
Dear Group,
We have a Magic xpa 3.1 RIA application which is under testing at the moment in a Windows 2008 terminal server environment.
It has happened already with 5 users that suddenly they
Dear Group,
We have a Magic xpa 3.1 RIA application which is under testing at the moment in a Windows 2008 terminal server environment.
It has happened already with 5 users that suddenly they
|
By
Bakos Gyula
·
#184822
·
|
|
Re: APG on DirecSQL [XPA2.5]
It only makes the correct return-virtuals, not the input-virtuals. Too bad...
Met vriendelijke groet - With kind regards,
Florian Groothuis
Analist/programmeur
+31 (0)6
It only makes the correct return-virtuals, not the input-virtuals. Too bad...
Met vriendelijke groet - With kind regards,
Florian Groothuis
Analist/programmeur
+31 (0)6
|
By
Florian Groothuis
·
#184821
·
|
|
Re: APG on DirecSQL [XPA2.5]
The use is apg ...it makes all the correct virtual types to return the result in....the after you have done this go in and ad in :1 etc....this saves time chasing why it wont work.
Once you use sql
The use is apg ...it makes all the correct virtual types to return the result in....the after you have done this go in and ad in :1 etc....this saves time chasing why it wont work.
Once you use sql
|
By
Tim Downie
·
#184820
·
|
|
Re: APG on DirecSQL [XPA2.5]
Hi Florian
For the APG to work you have to give it real values, so that it can run the SQL statement and get the data returned from SQL Server. It can’t do that at the moment because the code in
Hi Florian
For the APG to work you have to give it real values, so that it can run the SQL statement and get the data returned from SQL Server. It can’t do that at the moment because the code in
|
By
Mike Bannon
·
#184819
·
|
|
APG on DirecSQL [XPA2.5]
Today I tried to use the APG-button in de DirectSQL-screen, but I can't see the additional value. Here's the statement I want to implement:
SELECT TOP(1) Waarde
FROM ST_StaffelsPCF
WHERE Vestiging=
Today I tried to use the APG-button in de DirectSQL-screen, but I can't see the additional value. Here's the statement I want to implement:
SELECT TOP(1) Waarde
FROM ST_StaffelsPCF
WHERE Vestiging=
|
By
Florian Groothuis
·
#184818
·
|
|
Re: apk returning value
I have not implemented this myself, but basically you need can accomplish this by using intents and broadcast receivers in each app.
One issue you will come across by using this approach is that the
I have not implemented this myself, but basically you need can accomplish this by using intents and broadcast receivers in each app.
One issue you will come across by using this approach is that the
|
By
Joseph Knickerbocker
·
#184817
·
|
|
Re: Can we load magic memory table with sql script - unipaas 1.9
Lado,
One of the several reasons to use the Automatic Program Generator (APG) utility to generate a Direct SQL task is so that Magic will create the virtual variables exactly as they need to be
Lado,
One of the several reasons to use the Automatic Program Generator (APG) utility to generate a Direct SQL task is so that Magic will create the virtual variables exactly as they need to be
|
By
Steven Blank
·
#184816
·
|
|
Re: apk returning value
Diego,
So you have one apk made with app inventor, and you want to do another apk with magic to sync?
Tenés un apk hecho con app inventor y queres hacer otro apk con magic para sincronizar? o cuál
Diego,
So you have one apk made with app inventor, and you want to do another apk with magic to sync?
Tenés un apk hecho con app inventor y queres hacer otro apk con magic para sincronizar? o cuál
|
By
Brenda Bullorini
·
#184815
·
|
|
Re: hyperlink in PDF ?
Sorry to repost...
Always the topics posted on friday get the low audience :)
Can anyone knows about the topic ?
Thanks!
Sorry to repost...
Always the topics posted on friday get the low audience :)
Can anyone knows about the topic ?
Thanks!
|
By
Diego Bale
·
#184814
·
|
|
Re: apk returning value
Any advice with this ?
Thanks!
Any advice with this ?
Thanks!
|
By
Diego Bale
·
#184813
·
|
|
Re: Can we load magic memory table with sql script - unipaas 1.9
Do qn aog to the virtuals then go ad the link create - now you know all virtuals match the sql datatypes
From: main@magicu-l.groups.io <main@magicu-l.groups.io> on behalf of Florian Groothuis
Do qn aog to the virtuals then go ad the link create - now you know all virtuals match the sql datatypes
From: main@magicu-l.groups.io <main@magicu-l.groups.io> on behalf of Florian Groothuis
|
By
Tim Downie
·
#184812
·
|
|
Re: Can we load magic memory table with sql script - unipaas 1.9
In XPA the defaults for virtuals are Unicode and String. Make sure you change these to ZUnicode or ZString if these are the return values of your direct SQL.
Best regards,
Harry Kleinsmit.
In XPA the defaults for virtuals are Unicode and String. Make sure you change these to ZUnicode or ZString if these are the return values of your direct SQL.
Best regards,
Harry Kleinsmit.
|
By
Harry Kleinsmit
·
#184811
·
|
|
Re: Can we load magic memory table with sql script - unipaas 1.9
I used Virtuals to init the LinkCreate. Using the fields from the link didn’t work, so an APG wouldn’t work.
Met vriendelijke groet - With kind regards,
Florian
I used Virtuals to init the LinkCreate. Using the fields from the link didn’t work, so an APG wouldn’t work.
Met vriendelijke groet - With kind regards,
Florian
|
By
Florian Groothuis
·
#184810
·
|
|
Re: Can we load magic memory table with sql script - unipaas 1.9
I find its best to try apg the sql task to start with then you dont get these datatype mismatches which you can chase for ages
From: main@magicu-l.groups.io <main@magicu-l.groups.io> on behalf of
I find its best to try apg the sql task to start with then you dont get these datatype mismatches which you can chase for ages
From: main@magicu-l.groups.io <main@magicu-l.groups.io> on behalf of
|
By
Tim Downie
·
#184809
·
|
|
Re: Can we load magic memory table with sql script - unipaas 1.9
And found the problem. I placed the result in a Alpha15, but the SQL-field is defined as Alpha4.So Magic fills the remaining positions with NULL() instead of CHR(32). Changing my virtual to Alpha4
And found the problem. I placed the result in a Alpha15, but the SQL-field is defined as Alpha4.So Magic fills the remaining positions with NULL() instead of CHR(32). Changing my virtual to Alpha4
|
By
Florian Groothuis
·
#184808
·
|
|
Re: Can we load magic memory table with sql script - unipaas 1.9
No it doesn’t.
I use a DirectSQL-statement to load a memory tabel. Using this statement:
Select Artikel.PartGrpCode,Artikel.PartCode,Artikel.Description
From dbo.T_Part as Artikel
inner
No it doesn’t.
I use a DirectSQL-statement to load a memory tabel. Using this statement:
Select Artikel.PartGrpCode,Artikel.PartCode,Artikel.Description
From dbo.T_Part as Artikel
inner
|
By
Florian Groothuis
·
#184807
·
|
|
Re: Very promising news from MSE
Todd,
If they were concerned with the loss to Firefly then my guess is that they would reach out to those current/former customers and find out why they were losing them…. And if it were
Todd,
If they were concerned with the loss to Firefly then my guess is that they would reach out to those current/former customers and find out why they were losing them…. And if it were
|
By
Keith Canniff
·
#184806
·
|
|
Re: Call Public (External) Program from Third-Party App
I have worked with Magic's ExternalEvent before, at least on Windows. In fact, this was one of the several messaging methods I was going to demo at the Brown Bag Conference in New Orleans, until I had
I have worked with Magic's ExternalEvent before, at least on Windows. In fact, this was one of the several messaging methods I was going to demo at the Brown Bag Conference in New Orleans, until I had
|
By
Steven Blank
·
#184805
·
|
|
Re: Call Public (External) Program from Third-Party App
Hm. Didn't someone give a nice talk about that one? :-)
Heidi.Schuppenhauer
xpathinktank.blogspot.com
Hm. Didn't someone give a nice talk about that one? :-)
Heidi.Schuppenhauer
xpathinktank.blogspot.com
|
By
Heidi Schuppenhauer
·
#184804
·
|
|
Re: Call Public (External) Program from Third-Party App
Replies interspersed (in extracts):
Understandable.
This is the killer (for The Steve) , is it not...?
Regards,
Alan
Replies interspersed (in extracts):
Understandable.
This is the killer (for The Steve) , is it not...?
Regards,
Alan
|
By
Alan Brookes <alanjbrookes@...>
·
#184803
·
|