|
Use space character in StrToken
Hi,
(using xpa 3.2)
Is it true that you cannot use the space character as a separator using StrToken?
For example:
StrToken('AB CD EF',1,' ') will return the complete original string instead of
Hi,
(using xpa 3.2)
Is it true that you cannot use the space character as a separator using StrToken?
For example:
StrToken('AB CD EF',1,' ') will return the complete original string instead of
|
By
Govert Schipper
·
#191100
·
|
|
Re: Magician needed
www.MagicProgrammers.com
By
magic9@aquari.com
·
#191099
·
|
|
Magician needed
Dear Magician,
We are a company that uses most of tailor made applications based on MAGIC XPA
Currently we need some Indonesian speaker MAGIC programmers
Our Location is:
Tangerang, Indonesia
Please
Dear Magician,
We are a company that uses most of tailor made applications based on MAGIC XPA
Currently we need some Indonesian speaker MAGIC programmers
Our Location is:
Tangerang, Indonesia
Please
|
By
ray.gotom@...
·
#191098
·
|
|
Pervasive Gateway connection
Hello Friends,
Does anyone of you know what’s the reason of this Database Error?
[Max connections] 0 Pervasive Gateway: No more con
This happens everytime I run a
Hello Friends,
Does anyone of you know what’s the reason of this Database Error?
[Max connections] 0 Pervasive Gateway: No more con
This happens everytime I run a
|
By
Lei Salcedo
·
#191097
·
|
|
Pervasive gateway connection error
#please
Hello Friends,
Does anyone of you know what’s the reason of this Database Error?
[Max connections] 0 Pervasive Gateway: No more con
This happens everytime I run a
Hello Friends,
Does anyone of you know what’s the reason of this Database Error?
[Max connections] 0 Pervasive Gateway: No more con
This happens everytime I run a
|
By
Lei Salcedo
·
#191096
·
|
|
Magic XPA 4.5, Generating New Project (exclamation point?)
Hello everyone,
does anyone knows this error/warning while generating a new project?
i did follow the instruction in magicweb.io, all the proper installation and building a project.
can anyone
Hello everyone,
does anyone knows this error/warning while generating a new project?
i did follow the instruction in magicweb.io, all the proper installation and building a project.
can anyone
|
By
Neil
·
#191095
·
|
|
Enabling .NET Xpa runtime on a network drive
To enable .NET Xpa runtime on a network drive we inserted this line on our batch program: (yes.txt contain the letter y and return).
c:\Windows\Microsoft.NET\Framework\v4.0.30319\caspol.exe
To enable .NET Xpa runtime on a network drive we inserted this line on our batch program: (yes.txt contain the letter y and return).
c:\Windows\Microsoft.NET\Framework\v4.0.30319\caspol.exe
|
By
Micha Weiss
·
#191094
·
|
|
Installing .Net
I have an Magic xpa 3.3 program with .Net commands. Some . Net commands work, some don't. At the author's computer everything works. So I thought of re-installing .Net. What is the proper way to do
I have an Magic xpa 3.3 program with .Net commands. Some . Net commands work, some don't. At the author's computer everything works. So I thought of re-installing .Net. What is the proper way to do
|
By
jaro
·
#191093
·
|
|
Re: Parallel Task / Progam XPA 3.3c / 3.3e
Hi Steven,
Thanks for your respons.
I controlled the memory, and I consider the same amount of memory used by XPA.
Closing the parallel program does not release the memory.
Today, I don't have any
Hi Steven,
Thanks for your respons.
I controlled the memory, and I consider the same amount of memory used by XPA.
Closing the parallel program does not release the memory.
Today, I don't have any
|
By
Freddy Dewulf
·
#191092
·
|
|
Re: Parallel Task / Progam XPA 3.3c / 3.3e
I wouldn’t expect memory or disk space to be an issue unless its REALLY tight, but FYI:
On TS, our XPA Runtime takes about 110MB at startup.
Each Parallel thread takes another 10-20MB.
Closing
I wouldn’t expect memory or disk space to be an issue unless its REALLY tight, but FYI:
On TS, our XPA Runtime takes about 110MB at startup.
Each Parallel thread takes another 10-20MB.
Closing
|
By
Steven Burrows
·
#191091
·
|
|
Re: Batch Task sometimes does not completely finish
Thanks for the tip Govert, I'll have a look at it. As for that batch program, it still sometimes fails the first time, but it always works the second time, so I got the program that uses it to run it
Thanks for the tip Govert, I'll have a look at it. As for that batch program, it still sometimes fails the first time, but it always works the second time, so I got the program that uses it to run it
|
By
buster reinke
·
#191090
·
|
|
Re: Batch Task sometimes does not completely finish
Hi Buster,
Sending an email using the Magic functions is very easy. Just read the Help info or check the sample programs.
As an alternative you could write a text line into a log file indicating
Hi Buster,
Sending an email using the Magic functions is very easy. Just read the Help info or check the sample programs.
As an alternative you could write a text line into a log file indicating
|
By
Govert Schipper
·
#191089
·
|
|
Parallel Task / Progam XPA 3.3c / 3.3e
Hi group,
In my application, I use components.
I have some select programs, eg Customers, Suppliers, Contacts, ...
When I call these programs from the menu or taskbar, I call a small program with
Hi group,
In my application, I use components.
I have some select programs, eg Customers, Suppliers, Contacts, ...
When I call these programs from the menu or taskbar, I call a small program with
|
By
Freddy Dewulf
·
#191088
·
|
|
Re: Cannot Open RIA app via ClickOnce on some client's PC, Issue with Windows 10 1903 Windows Defender.
#xpa
#ria
Hi Everyone,
Entering the whole path for process exclusion worked for me.
Made a batch file to trace and output it to text file where it is located.
Thank you all for your help!
Best Regards,
Darren
Hi Everyone,
Entering the whole path for process exclusion worked for me.
Made a batch file to trace and output it to text file where it is located.
Thank you all for your help!
Best Regards,
Darren
|
By
Darren
·
#191087
·
|
|
Re: Batch Task sometimes does not completely finish
I would be treading into new ground here Govert. For so many years I have been using Magic as a very simple database. Only now am I trying to bring it up a level and get rid of the small annoying
I would be treading into new ground here Govert. For so many years I have been using Magic as a very simple database. Only now am I trying to bring it up a level and get rid of the small annoying
|
By
buster reinke
·
#191086
·
|
|
Re: XPA Shift+F10 hotkey and programmatic right click event
Hi Peter,
create Internal event on Context Menu and raise Tab key event. This should put the focus on the context menu.
Regards
Jacek
Hi Peter,
create Internal event on Context Menu and raise Tab key event. This should put the focus on the context menu.
Regards
Jacek
|
By
jaceks@...
·
#191085
·
|
|
Re: Special characters - How to handle them in an existing ANSI project ?
In the name of our czech neighbors, the sorbish minority in Germany and many others I have to state here that the č is not a "special character"! ^^
its a letter in their languages, an c with a hacek
In the name of our czech neighbors, the sorbish minority in Germany and many others I have to state here that the č is not a "special character"! ^^
its a letter in their languages, an c with a hacek
|
By
Andreas Sedlmeier
·
#191084
·
|
|
Re: Magic and WhatsApp
The WhatsApp API site was not available for a while, they changed it to :https://panel.rapiwha.com/landing/
FYI
Micha
HUJI
From:main@magicu-l.groups.io <main@magicu-l.groups.io>On Behalf
The WhatsApp API site was not available for a while, they changed it to :https://panel.rapiwha.com/landing/
FYI
Micha
HUJI
From:main@magicu-l.groups.io <main@magicu-l.groups.io>On Behalf
|
By
Micha Weiss
·
#191083
·
|
|
Re: Magic xpa 3.3c
Hello, by any chance have you noticed slowness when using Sql Server with this version of Magic XPA and Ole DB?
In my tests, if I have a non-transaction task (and then XPA runs SET
Hello, by any chance have you noticed slowness when using Sql Server with this version of Magic XPA and Ole DB?
In my tests, if I have a non-transaction task (and then XPA runs SET
|
By
DarKWateR
·
#191082
·
|
|
Re: Batch Task sometimes does not completely finish
Buster,
To be sure that your task ran completely, you could also add a extra check. If you know the number of cycles/records to process, you can check that number against Counter(0) in the Task Suffix
Buster,
To be sure that your task ran completely, you could also add a extra check. If you know the number of cycles/records to process, you can check that number against Counter(0) in the Task Suffix
|
By
Govert Schipper
·
#191081
·
|