|
Portrait and Landscape on same IO [UP1.9d]
Hi Herbert, How do you figure that?
Hi Herbert, How do you figure that?
|
By
Florian Groothuis
· #186769
·
|
|
Portrait and Landscape on same IO [UP1.9d]
Thnx, Steve, but a rotated font won't work because we have to print a table, so we have rows and columns based on a record set.
Thnx, Steve, but a rotated font won't work because we have to print a table, so we have rows and columns based on a record set.
|
By
Florian Groothuis
· #186729
·
|
|
Portrait and Landscape on same IO [UP1.9d]
Hi there, We want to print a document with some pages in portrait and some in landscape. Is there any way to get this done with one IO? Two IO's would solve the problem but we won't be able to gather
Hi there, We want to print a document with some pages in portrait and some in landscape. Is there any way to get this done with one IO? Two IO's would solve the problem but we won't be able to gather
|
By
Florian Groothuis
· #186720
·
|
|
Upgrade to SQL2017 causes XPA to crash
Typo. Solved.
By
Florian Groothuis
· #186271
·
|
|
Upgrade to SQL2017 causes XPA to crash
I just upgraded my SQL version from 2016 to 2017. Now, when I open a file in XPA it crashes. Anyone having problems with SQL2017 or better, solved this problem?
I just upgraded my SQL version from 2016 to 2017. Now, when I open a file in XPA it crashes. Anyone having problems with SQL2017 or better, solved this problem?
|
By
Florian Groothuis
· #186269
·
|
|
Upgrade manager unnecessarily triggered
Turned out it was the progs.xml that was causing the problem. Overwritten it with my version and tadaaa. Weird but solved.
Turned out it was the progs.xml that was causing the problem. Overwritten it with my version and tadaaa. Weird but solved.
|
By
Florian Groothuis
· #186268
·
|
|
Upgrade manager unnecessarily triggered
Nope, he has XPA3.2c, same as I have, and edp is also the same: <Version min="13021"/> <SourceVersion val="13021.00"/>
Nope, he has XPA3.2c, same as I have, and edp is also the same: <Version min="13021"/> <SourceVersion val="13021.00"/>
|
By
Florian Groothuis
· #186262
·
|
|
Upgrade manager unnecessarily triggered
No, he's opening our joint project and at that point the Upgrade Manager starts. When I open the project it doesn't. We removed the folder with the add-n and the Upgrade Wizard is still started.
No, he's opening our joint project and at that point the Upgrade Manager starts. When I open the project it doesn't. We removed the folder with the add-n and the Upgrade Wizard is still started.
|
By
Florian Groothuis
· #186258
·
|
|
Upgrade manager unnecessarily triggered
We are working with XPA3.2 in a TFS-environment. Everything worked fine until this morning where at my co-worker the XPA Upgrade Wizard was triggered. We cancelled it but we can't access the applicati
We are working with XPA3.2 in a TFS-environment. Everything worked fine until this morning where at my co-worker the XPA Upgrade Wizard was triggered. We cancelled it but we can't access the applicati
|
By
Florian Groothuis
· #186256
·
Edited
|
|
Event not triggered dispite condition [XPA3.2c]
Here's one: I have a ControlVerification() on a variabel with a condition. The condition is on a logical of that same record. So I have this: ControlVerification() on D_FromDate, cnd: not(L_Permanent)
Here's one: I have a ControlVerification() on a variabel with a condition. The condition is on a logical of that same record. So I have this: ControlVerification() on D_FromDate, cnd: not(L_Permanent)
|
By
Florian Groothuis
· #186244
·
|
|
Definition Mismatch on Pervasive File
Did you also check all keys: number of segments, length of segments and direction of segments?
Did you also check all keys: number of segments, length of segments and direction of segments?
|
By
Florian Groothuis
· #186010
·
|
|
Changing the colors of .NET-controls [XPA3.2]
I just checked the use of a label control using a batch task doing 10.000 loops. The .NET Progressbar shows a nice slide, the label control not even moves. Adding a refresh makes it change once! So mu
I just checked the use of a label control using a batch task doing 10.000 loops. The .NET Progressbar shows a nice slide, the label control not even moves. Adding a refresh makes it change once! So mu
|
By
Florian Groothuis
· #186006
·
|
|
Changing the colors of .NET-controls [XPA3.2]
I'll expand on that: I have the .NET-variable for the progressbar defined in my MP. In any program I can set it, put it on my form and make it perform steps.
I'll expand on that: I have the .NET-variable for the progressbar defined in my MP. In any program I can set it, put it on my form and make it perform steps.
|
By
Florian Groothuis
· #186004
·
|
|
Changing the colors of .NET-controls [XPA3.2]
I'm using the .NET progressbar because: a. it looks good b. it actually refreshes where a Magic control doesn't if the control is in another program.
I'm using the .NET progressbar because: a. it looks good b. it actually refreshes where a Magic control doesn't if the control is in another program.
|
By
Florian Groothuis
· #186003
·
|
|
Changing the colors of .NET-controls [XPA3.2]
I'm using a .NET progressbar on several locations in my application, and it is always the default green color. I tried changing the color in several ways: 1. using an EvaluateExpression : DNSet(MyProg
I'm using a .NET progressbar on several locations in my application, and it is always the default green color. I tried changing the color in several ways: 1. using an EvaluateExpression : DNSet(MyProg
|
By
Florian Groothuis
· #185992
·
|
|
Control Suffix of subform
Tried it myself and works: Create an event in the MP Raise this event in TS from the subprogram (conditional if necessary) Create a handler on this event in the calling program and set it on subtree M
Tried it myself and works: Create an event in the MP Raise this event in TS from the subprogram (conditional if necessary) Create a handler on this event in the calling program and set it on subtree M
|
By
Florian Groothuis
· #185748
·
|
|
Control Suffix of subform
Tried triggering an event from the subprogram? Van: main@magicu-l.groups.io [mailto:main@magicu-l.groups.io] Namens Bren607 Verzonden: woensdag 13 september 2017 12:24 Aan: main@magicu-l.groups.io Ond
Tried triggering an event from the subprogram? Van: main@magicu-l.groups.io [mailto:main@magicu-l.groups.io] Namens Bren607 Verzonden: woensdag 13 september 2017 12:24 Aan: main@magicu-l.groups.io Ond
|
By
Florian Groothuis
· #185747
·
|
|
Duplicate index on update
First of all, I am not really a fan of changing the values of key fields in a LQ. Maybe this is the reason why. Did you try changing the value manually directly in the table? Does it give a duplicate
First of all, I am not really a fan of changing the values of key fields in a LQ. Maybe this is the reason why. Did you try changing the value manually directly in the table? Does it give a duplicate
|
By
Florian Groothuis
· #185724
·
|
|
Combo Box records too long...
I think with up to 200 records you should not use a combo box but a regular select screen Van: main@magicu-l.groups.io [mailto:main@magicu-l.groups.io] Namens iluvmagic@... Verzonden: donder
I think with up to 200 records you should not use a combo box but a regular select screen Van: main@magicu-l.groups.io [mailto:main@magicu-l.groups.io] Namens iluvmagic@... Verzonden: donder
|
By
Florian Groothuis
· #185493
·
|
|
How to duplicate a record easely
Then it is no duplicate. ;) Van: main@magicu-l.groups.io [mailto:main@magicu-l.groups.io] Namens Adi Cohen Verzonden: woensdag 26 juli 2017 14:41 Aan: main@magicu-l.groups.io Onderwerp: Re: [magicu-l]
Then it is no duplicate. ;) Van: main@magicu-l.groups.io [mailto:main@magicu-l.groups.io] Namens Adi Cohen Verzonden: woensdag 26 juli 2017 14:41 Aan: main@magicu-l.groups.io Onderwerp: Re: [magicu-l]
|
By
Florian Groothuis
· #185448
·
|