|
CALL XPA from within other ERP-project : DLL??
Not late to the party but looking from trhe bar to see what's happening. We're running XPA2.5 (Sabrina and I are colleagues) on a Citrix environment. I like the idea of a triggering event, but does th
Not late to the party but looking from trhe bar to see what's happening. We're running XPA2.5 (Sabrina and I are colleagues) on a Citrix environment. I like the idea of a triggering event, but does th
|
By
Florian Groothuis
· #184227
·
|
|
CALL XPA from within other ERP-project : DLL??
After some nosing and digging I’m about to jump to the conclusion that I can’t raise an event from the ERP-system. Remaining the option to trigger on some kind of record entry or some file creation. U
After some nosing and digging I’m about to jump to the conclusion that I can’t raise an event from the ERP-system. Remaining the option to trigger on some kind of record entry or some file creation. U
|
By
Florian Groothuis
· #184232
·
|
|
Get.dll crashing unipaas 1.9 all of a sudden
We had the same problem a few years ago. In our case it depended on the number of printers a user had assigned to his account. Try raising the buffer size with “GET_SET_PRN_BUFFSIZE”. We set it to 100
We had the same problem a few years ago. In our case it depended on the number of printers a user had assigned to his account. Try raising the buffer size with “GET_SET_PRN_BUFFSIZE”. We set it to 100
|
By
Florian Groothuis
· #184352
·
|
|
List of Magic Idiosyncrasies
“Updating a variable with the result of an expression calls the expression and evaluates it fully as it would if "evaluate expression" was used” What díd you expect when asking for the result of an ex
“Updating a variable with the result of an expression calls the expression and evaluates it fully as it would if "evaluate expression" was used” What díd you expect when asking for the result of an ex
|
By
Florian Groothuis
· #184387
·
|
|
Check Delete allowed
Hi André, You can enable and disable the menu-item in the Record Prefix with the condition you use for your AllowDelete-option. Gr Florian Van: main@magicu-l.groups.io [mailto:main@magicu-l.groups.io]
Hi André, You can enable and disable the menu-item in the Record Prefix with the condition you use for your AllowDelete-option. Gr Florian Van: main@magicu-l.groups.io [mailto:main@magicu-l.groups.io]
|
By
Florian Groothuis
· #184452
·
|
|
Opening an URL
You could use the Microsoft Webbrowser .NET-control and keep the page in your application. Van: main@magicu-l.groups.io [mailto:main@magicu-l.groups.io] Namens Polgár Ferenc Verzonden: dinsdag 16 mei
You could use the Microsoft Webbrowser .NET-control and keep the page in your application. Van: main@magicu-l.groups.io [mailto:main@magicu-l.groups.io] Namens Polgár Ferenc Verzonden: dinsdag 16 mei
|
By
Florian Groothuis
· #184748
·
|
|
Automatic parameter skip tool
Adding is not the problem, all calls still work. What about deleting one... I would do nothing and adjust it when I encounter one. Met vriendelijke groet - With kind regards, Florian Groothuis Analist
Adding is not the problem, all calls still work. What about deleting one... I would do nothing and adjust it when I encounter one. Met vriendelijke groet - With kind regards, Florian Groothuis Analist
|
By
Florian Groothuis
· #184765
·
|
|
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 join dbo.T_Par
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 join dbo.T_Par
|
By
Florian Groothuis
· #184807
·
|
|
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 so
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 so
|
By
Florian Groothuis
· #184808
·
|
|
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 Groothuis Analist/programmeur +31 (0)6
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 Groothuis Analist/programmeur +31 (0)6
|
By
Florian Groothuis
· #184810
·
|
|
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= N'
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= N'
|
By
Florian Groothuis
· #184818
·
|
|
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 21927914 meilink.eu Meilink Beh
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 21927914 meilink.eu Meilink Beh
|
By
Florian Groothuis
· #184821
·
|
|
Retrieve control name after columnclick [XPA2.5]
I have an online table. I want to trigger an event when a user clicks a certain column. I used the activity monitor to see the name of the event and the control name. So far, so good. I created an eve
I have an online table. I want to trigger an event when a user clicks a certain column. I used the activity monitor to see the name of the event and the control name. So far, so good. I created an eve
|
By
Florian Groothuis
· #184869
·
|
|
Retrieve control name after columnclick [XPA2.5]
I solved it by using one event parameter, populated with the column name but still... Van: main@magicu-l.groups.io [mailto:main@magicu-l.groups.io] Namens Florian Groothuis Verzonden: woensdag 31 mei
I solved it by using one event parameter, populated with the column name but still... Van: main@magicu-l.groups.io [mailto:main@magicu-l.groups.io] Namens Florian Groothuis Verzonden: woensdag 31 mei
|
By
Florian Groothuis
· #184870
·
|
|
Retrieve control name after columnclick [XPA2.5]
No, I checked that. And the activity monitor returned the correct name. Van: main@magicu-l.groups.io [mailto:main@magicu-l.groups.io] Namens Brenda Bullorini Verzonden: woensdag 31 mei 2017 15:42 Aan:
No, I checked that. And the activity monitor returned the correct name. Van: main@magicu-l.groups.io [mailto:main@magicu-l.groups.io] Namens Brenda Bullorini Verzonden: woensdag 31 mei 2017 15:42 Aan:
|
By
Florian Groothuis
· #184875
·
|
|
User id on bottom line of Magic window.
We use this same thing, but it is not consistent. If you hover over the menu it disappears, clicking the main form it appears again. Gr Florian Van: main@magicu-l.groups.io [mailto:main@...
We use this same thing, but it is not consistent. If you hover over the menu it disappears, clicking the main form it appears again. Gr Florian Van: main@magicu-l.groups.io [mailto:main@...
|
By
Florian Groothuis
· #184890
·
|
|
User id on bottom line of Magic window.
I think I prefer: StatusBarSetText('Ingelogd als: '&User(0)) Van: main@magicu-l.groups.io [mailto:main@magicu-l.groups.io] Namens Frederik Soete Verzonden: donderdag 1 juni 2017 7:07 Aan: main@magicu-
I think I prefer: StatusBarSetText('Ingelogd als: '&User(0)) Van: main@magicu-l.groups.io [mailto:main@magicu-l.groups.io] Namens Frederik Soete Verzonden: donderdag 1 juni 2017 7:07 Aan: main@magicu-
|
By
Florian Groothuis
· #184891
·
|
|
Active row with border
#chat
In V9: in your table properties set Row Highlight Style to Frame Van: main@magicu-l.groups.io [mailto:main@magicu-l.groups.io] Namens Gábor Bor Verzonden: vrijdag 2 juni 2017 13:15 Aan: main@magicu-l.
In V9: in your table properties set Row Highlight Style to Frame Van: main@magicu-l.groups.io [mailto:main@magicu-l.groups.io] Namens Gábor Bor Verzonden: vrijdag 2 juni 2017 13:15 Aan: main@magicu-l.
|
By
Florian Groothuis
· #184898
·
|
|
SpecialBatchOptions
#-1
What problem? Van: main@magicu-l.groups.io [mailto:main@magicu-l.groups.io] Namens Sofija Verzonden: vrijdag 2 juni 2017 13:48 Aan: main@magicu-l.groups.io Onderwerp: [magicu-l] SpecialBatchOptions #-
What problem? Van: main@magicu-l.groups.io [mailto:main@magicu-l.groups.io] Namens Sofija Verzonden: vrijdag 2 juni 2017 13:48 Aan: main@magicu-l.groups.io Onderwerp: [magicu-l] SpecialBatchOptions #-
|
By
Florian Groothuis
· #184899
·
|
|
Magic v9.4 Crash during convert
For each update that contains a change in the datastructure I do the following: · Copy the file before you make the changes and rename the DB Table. For instance copy table 1 “customer.dat” -> table 9
For each update that contains a change in the datastructure I do the following: · Copy the file before you make the changes and rename the DB Table. For instance copy table 1 “customer.dat” -> table 9
|
By
Florian Groothuis
· #184969
·
|