|
Best Practice for this specific implementation
I think the Cndrange() is the best practice. Determining the lowest and highest value might imply Ascending and descending links or other ways to determine those values. CndRange() is meant to range c
I think the Cndrange() is the best practice. Determining the lowest and highest value might imply Ascending and descending links or other ways to determine those values. CndRange() is meant to range c
|
By
Florian Groothuis
· #185234
·
|
|
Magic XPA: Horizontal & Vertical Sliders
You an add an event on Slider.ValueChanged() Get the value with an update on for instance a virtual with Slider.Value() Met vriendelijke groet - With kind regards, Florian Groothuis Analist/programmeu
You an add an event on Slider.ValueChanged() Get the value with an update on for instance a virtual with Slider.Value() Met vriendelijke groet - With kind regards, Florian Groothuis Analist/programmeu
|
By
Florian Groothuis
· #185375
·
|
|
Range A-Z
But thsi methods definitely creates some unwanted boundries. TS uses "JOHN SMITH" as an example so you have to provide the spacebar as well. What if you want to enter "KÖLN", or "FENÊTRE"? Want to add
But thsi methods definitely creates some unwanted boundries. TS uses "JOHN SMITH" as an example so you have to provide the spacebar as well. What if you want to enter "KÖLN", or "FENÊTRE"? Want to add
|
By
Florian Groothuis
· #185386
·
|
|
Range A-Z
Doesn’t RepStr() do exactly the same? RepStr(‘ABCDEFGABCDEFG’,’EF’,’XX’) returns ‘ABCDXXGABCDXXG’ Met vriendelijke groet - With kind regards, Florian Groothuis Analist/programmeur +31 (0)6 21927914 me
Doesn’t RepStr() do exactly the same? RepStr(‘ABCDEFGABCDEFG’,’EF’,’XX’) returns ‘ABCDXXGABCDXXG’ Met vriendelijke groet - With kind regards, Florian Groothuis Analist/programmeur +31 (0)6 21927914 me
|
By
Florian Groothuis
· #185422
·
|
|
How to duplicate a record easely
In what why? Same table, other table? Same DB other DB? Van: main@magicu-l.groups.io [mailto:main@magicu-l.groups.io] Namens gac@... Verzonden: vrijdag 21 juli 2017 13:15 Aan: main@...
In what why? Same table, other table? Same DB other DB? Van: main@magicu-l.groups.io [mailto:main@magicu-l.groups.io] Namens gac@... Verzonden: vrijdag 21 juli 2017 13:15 Aan: main@...
|
By
Florian Groothuis
· #185434
·
|
|
How to duplicate a record easely
Or INSERT INTO TABLE A SELECT * FROM TABLE A WHERE ... but I was just wondering: - why do you want to duplicate a record? - isn’t there a unique key to prevent this? Van: main@magicu-l.groups.io [mail
Or INSERT INTO TABLE A SELECT * FROM TABLE A WHERE ... but I was just wondering: - why do you want to duplicate a record? - isn’t there a unique key to prevent this? Van: main@magicu-l.groups.io [mail
|
By
Florian Groothuis
· #185446
·
|
|
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
·
|
|
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
·
|
|
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
·
|
|
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
·
|
|
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
·
|
|
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
·
|
|
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'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 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
·
|
|
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
·
|
|
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
·
|
|
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
|
|
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
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
·
|