|
Re: Invoke OS to open PDF file
Hi Govert
No problems here opening PDF in both UniPaas 1.9p and Xpa 2.5e the way you do.
You can try to put " around the full file name of the PDF, someting like: "c:\tmp\Magic - Output.pdf"
Erwin
Hi Govert
No problems here opening PDF in both UniPaas 1.9p and Xpa 2.5e the way you do.
You can try to put " around the full file name of the PDF, someting like: "c:\tmp\Magic - Output.pdf"
Erwin
|
By
Erwin van den Assem
·
#183970
·
|
|
Re: Invoke OS to open PDF file
Hello Govert.
Why not harness the power of .NET now that you've upgraded to XPA and leave the Invoke OS in the era where it belongs...
The most simple technique IMHO would be to use a
Hello Govert.
Why not harness the power of .NET now that you've upgraded to XPA and leave the Invoke OS in the era where it belongs...
The most simple technique IMHO would be to use a
|
By
Gadi Birman
·
#183969
·
|
|
Re: Invoke OS to open PDF file
not sure if in 2.5 online tasks you can use .net snippets (invoke .net or not) I think u can....in RIA 2.5 we use this
public static class Snippet
{
public static void func(System.String
not sure if in 2.5 online tasks you can use .net snippets (invoke .net or not) I think u can....in RIA 2.5 we use this
public static class Snippet
{
public static void func(System.String
|
By
Tim Downie
·
#183968
·
|
|
Invoke OS to open PDF file
Good morning,
After migrating an application from uniPaaS 1.9 to xpa 2.5e there seems to be a problem with opening a PDF file using the Invoke OS command. I just provide the complete file path to the
Good morning,
After migrating an application from uniPaaS 1.9 to xpa 2.5e there seems to be a problem with opening a PDF file using the Invoke OS command. I just provide the complete file path to the
|
By
Govert Schipper
·
#183967
·
|
|
Re: Printing an Image to PDF XPA 3.2 Mobile
Graham,
There are lots of products which will merge two PDF documents into one via command-line
Check out PDFTK, for example
Graham,
There are lots of products which will merge two PDF documents into one via command-line
Check out PDFTK, for example
|
By
sherman levine
·
#183966
·
|
|
Printing an Image to PDF XPA 3.2 Mobile
Hi,
We have created a mobile app that allows a salesperson to invoice a client onsite and email them the Invoice as attachment. We have our terms of trade that is in PDF form that we want to print
Hi,
We have created a mobile app that allows a salesperson to invoice a client onsite and email them the Invoice as attachment. We have our terms of trade that is in PDF form that we want to print
|
By
Graham White
·
#183965
·
|
|
Problem with creating XML in uniPaaS 1.9
Hi group,
One of my applications makes extensive use of various types of XML documents, both in creating as well as reading/parsing. I have been struggling with some very strange behavior in creating
Hi group,
One of my applications makes extensive use of various types of XML documents, both in creating as well as reading/parsing. I have been struggling with some very strange behavior in creating
|
By
Govert Schipper
·
#183964
·
|
|
Re: XPA3 issue with mouse-wheel
More info on the issue and a workaround:
In XPA3.2a form (desktop app), a table-control will stop responding to mouse wheel, the moment it "stumbles" on a row where all contained controls are
More info on the issue and a workaround:
In XPA3.2a form (desktop app), a table-control will stop responding to mouse wheel, the moment it "stumbles" on a row where all contained controls are
|
By
Avgerinos
·
#183963
·
|
|
Re: mobile xpa 3.2 IIS error: Server Error in '/MagicScripts' Application
Hi, Todd, Brenda, Otaku, Tim, Thank you all for answers.
I found an error in my syntax
For the IIS Error: Server Error in '/MagicScripts' Application, for WiFi test from my phone to the
Hi, Todd, Brenda, Otaku, Tim, Thank you all for answers.
I found an error in my syntax
For the IIS Error: Server Error in '/MagicScripts' Application, for WiFi test from my phone to the
|
By
אבי אבקסיס
·
#183962
·
|
|
Re: XPA3 issue with mouse-wheel
Finally it seems to be an XPA 3.2x only issue :-(
I reversed to XPA 3.1b and it works OK there
Finally it seems to be an XPA 3.2x only issue :-(
I reversed to XPA 3.1b and it works OK there
|
By
Avgerinos
·
#183961
·
|
|
Re: XPA3 issue with mouse-wheel
Hi Keith
Already did. Mouse-wheel in general works Ok.
It happens only in certain occasions
Avgerinos
Hi Keith
Already did. Mouse-wheel in general works Ok.
It happens only in certain occasions
Avgerinos
|
By
Avgerinos
·
#183960
·
|
|
Re: XPA3 issue with mouse-wheel
Avgerinos,
Have you tried just creating a Ctrl+G on a table and see how the mouse
reacts there?
Keith
Avgerinos,
Have you tried just creating a Ctrl+G on a table and see how the mouse
reacts there?
Keith
|
By
Keith Canniff
·
#183959
·
|
|
XPA3 issue with mouse-wheel
Hi magicians
Struggling for the last 4 hours with a strange behavior of a table-control in XPA3, becoming insensitive to mouse wheel (tested so far on Win7 and Win2008Server).
Same table, exactly
Hi magicians
Struggling for the last 4 hours with a strange behavior of a table-control in XPA3, becoming insensitive to mouse wheel (tested so far on Win7 and Win2008Server).
Same table, exactly
|
By
Avgerinos
·
#183958
·
|
|
Re: V3 slow
David
I cannot see why SQL-Express can not be used as an example: you can sure use it to compare the same application in different magic versions, hitting the same db under similar
David
I cannot see why SQL-Express can not be used as an example: you can sure use it to compare the same application in different magic versions, hitting the same db under similar
|
By
Avgerinos
·
#183957
·
|
|
Re: V3 slow
Just an FYI on comparing versions of MSSQL
MSSQL Express only runs on 1 core and only has 1gb memory available to it.
Just an FYI on comparing versions of MSSQL
MSSQL Express only runs on 1 core and only has 1gb memory available to it.
|
By
Keith Canniff
·
#183956
·
|
|
Re: V3 slow
Avgerinos,
SQL Express Have limited performances so in any case you can not take it as example.
Regarding to the Enterprise application - does it contain "RM compatible" handlers?
David Rechter
Go Up
Avgerinos,
SQL Express Have limited performances so in any case you can not take it as example.
Regarding to the Enterprise application - does it contain "RM compatible" handlers?
David Rechter
Go Up
|
By
goupte@...
·
#183955
·
|
|
Re: V3 slow
Performance improvements would undoubtedly depend on your coding practices. For example, if you use direct SQL a lot I don't imagine there would be much difference between versions.
Performance improvements would undoubtedly depend on your coding practices. For example, if you use direct SQL a lot I don't imagine there would be much difference between versions.
|
By
Andy Jerison
·
#183954
·
|
|
Re: XPA-3.2a fails to load ExcelPIA.dll assembly
Thanks Arch
That did it
On 17/2/2017 4:00 μμ, Arch wrote:
Thanks Arch
That did it
On 17/2/2017 4:00 μμ, Arch wrote:
|
By
Avgerinos
·
#183953
·
|
|
Re: V3 slow
Never experienced such a huge speed improvement in database speed - not even something close to this.
So far, we did not notice any speed difference accessing MSSQL databases, at least in
Never experienced such a huge speed improvement in database speed - not even something close to this.
So far, we did not notice any speed difference accessing MSSQL databases, at least in
|
By
Avgerinos
·
#183952
·
|
|
Re: UserFunctionality is a security breach!
Hi,
I do not know about versions after eDeveloper v. 9 and before XPA3, but the old approach of v. 9 is also not entirely flawless and secure. In the range expression editor of old Magic versions a
Hi,
I do not know about versions after eDeveloper v. 9 and before XPA3, but the old approach of v. 9 is also not entirely flawless and secure. In the range expression editor of old Magic versions a
|
By
Frederik Soete
·
#183951
·
|