|
Re: How to determine if a record has change?
I agree ... this is the first and only time I've seen MSE do that. This move to .Net has been a headache for everyone, including MSE I think.
FNR is likely not supported etc., but ...
1. It's free
2.
I agree ... this is the first and only time I've seen MSE do that. This move to .Net has been a headache for everyone, including MSE I think.
FNR is likely not supported etc., but ...
1. It's free
2.
|
By
Heidi Schuppenhauer
·
#185200
·
|
|
Re: How to determine if a record has change?
Hi Heidi.
IMHO, it is irresponsible to change a function and to REDUCE the number of accepted parameters without allowing the (new) function to accept - and
then ignore - what has/(have) become the
Hi Heidi.
IMHO, it is irresponsible to change a function and to REDUCE the number of accepted parameters without allowing the (new) function to accept - and
then ignore - what has/(have) become the
|
By
Alan Brookes <alanjbrookes@...>
·
#185199
·
|
|
Re: How to determine if a record has change?
Another really good reason to wish a person HAD used one DirDlg() function in one program ... the parameters to DirDlg() *changed* in XPA! So if you have 200 calls to DirDlg() ... you have 200 DirDlgs
Another really good reason to wish a person HAD used one DirDlg() function in one program ... the parameters to DirDlg() *changed* in XPA! So if you have 200 calls to DirDlg() ... you have 200 DirDlgs
|
By
Heidi Schuppenhauer
·
#185198
·
|
|
Re: XPA - loading image button from client
Thanks so much Diego,
I have not used .NET before so will do some homework on it in the next few days and see if I can get to grips with it …
Thanks for all the responses …. Incredible
Thanks so much Diego,
I have not used .NET before so will do some homework on it in the next few days and see if I can get to grips with it …
Thanks for all the responses …. Incredible
|
By
Philip Lambrecht <philip@...>
·
#185197
·
|
|
Re: How to determine if a record has change?
I do the same, it is annoying to lose the original value if the user cancels! I have a stand alone program that calls the dirdlg() then sends back the new result if the user selects one. Another
I do the same, it is annoying to lose the original value if the user cancels! I have a stand alone program that calls the dirdlg() then sends back the new result if the user selects one. Another
|
By
Wes Hein
·
#185196
·
|
|
Re: XPA - loading image button from client
Hello Philip
This is not the answer you're looking for...
BUT
If everything fails...
I have nice .NET buttons on RIA with images on it, and those are loaded from the client. These images are
Hello Philip
This is not the answer you're looking for...
BUT
If everything fails...
I have nice .NET buttons on RIA with images on it, and those are loaded from the client. These images are
|
By
Diego Bale
·
#185195
·
|
|
Re: XPA - loading image button from client
Thanks so much for all this info ... I will try it out and let you know
Kind regards
Philip
Thanks so much for all this info ... I will try it out and let you know
Kind regards
Philip
|
By
Philip Lambrecht <philip@...>
·
#185194
·
|
|
Re: XPA - loading image button from client
Hi Filip,
The company where I am employed has created a few Android/IOS apps (rich client). We have image buttons that work in these apps. We too download them on app initialization.
Perhaps the
Hi Filip,
The company where I am employed has created a few Android/IOS apps (rich client). We have image buttons that work in these apps. We too download them on app initialization.
Perhaps the
|
By
Frederik Soete
·
#185193
·
|
|
Re: XPA - loading image button from client
Long ago we had image buttons with ria....from memory we had a url to the image http://server/images/button.png
From: main@magicu-l.groups.io <main@magicu-l.groups.io> on behalf of Philip Lambrecht
Long ago we had image buttons with ria....from memory we had a url to the image http://server/images/button.png
From: main@magicu-l.groups.io <main@magicu-l.groups.io> on behalf of Philip Lambrecht
|
By
Tim Downie
·
#185192
·
|
|
Re: XPA - loading image button from client
Thanks Govert,
Yes, I am using RIA.
I copy the image to the client using the serverfiletoclient function and return the result into the path for the image string.
When I use this string
Thanks Govert,
Yes, I am using RIA.
I copy the image to the client using the serverfiletoclient function and return the result into the path for the image string.
When I use this string
|
By
Philip Lambrecht <philip@...>
·
#185191
·
|
|
Re: XPA - loading image button from client
Hi Philip,
Are you using RIA? In that case I don know, since I haven't used it (yet).
For in regular client/server runtime it shouldn't matter where the image is stored, as long as the path is valid
Hi Philip,
Are you using RIA? In that case I don know, since I haven't used it (yet).
For in regular client/server runtime it shouldn't matter where the image is stored, as long as the path is valid
|
By
Govert Schipper
·
#185190
·
|
|
Re: How to determine if a record has change?
I wanna jump in on this one:
I never use DirDlg() or FileDlg directly on a variable but always an extra variable. If you do an update on a variable with DirDlg() and the user presses ‘Cancel’
I wanna jump in on this one:
I never use DirDlg() or FileDlg directly on a variable but always an extra variable. If you do an update on a variable with DirDlg() and the user presses ‘Cancel’
|
By
Florian Groothuis
·
#185189
·
|
|
Re: How to determine if a record has change?
One thing to remember though is that Magic must sense that the user made a change for the viewmod() or record suffix to fire. So lets say you use the DirDlg function to update a field and the user
One thing to remember though is that Magic must sense that the user made a change for the viewmod() or record suffix to fire. So lets say you use the DirDlg function to update a field and the user
|
By
Wes Hein
·
#185188
·
|
|
XPA - loading image button from client
Hi All,
Does anyone know if it is possible to load an image button from the client and not the server ? It works fine with normal images but I can’t see if it is possible with image
Hi All,
Does anyone know if it is possible to load an image button from the client and not the server ? It works fine with normal images but I can’t see if it is possible with image
|
By
philip@...
·
#185187
·
|
|
Re: Get.DLL Get.Set_Enter
Hi Heidi,
I have passed along your message of gratitude to my employer.
If you do encounter some issues or shortcomings, or if you have suggestions or improvements, please let me know via the group. I
Hi Heidi,
I have passed along your message of gratitude to my employer.
If you do encounter some issues or shortcomings, or if you have suggestions or improvements, please let me know via the group. I
|
By
Frederik Soete
·
#185186
·
|
|
Re: Get.DLL Get.Set_Enter
Thank you thank you thank you! Tell your employer I owe him one!
Whether or not it works in production, I am very sure I'll learn extremely useful information about how all this works.Which is how
Thank you thank you thank you! Tell your employer I owe him one!
Whether or not it works in production, I am very sure I'll learn extremely useful information about how all this works.Which is how
|
By
Heidi Schuppenhauer
·
#185185
·
|
|
Re: How to determine if a record has change?
If a virtual has changed which is part of the dataview the RS is also processed. Using VarMod let’s you determine whát has changed.
Met vriendelijke groet - With kind regards,
Florian
If a virtual has changed which is part of the dataview the RS is also processed. Using VarMod let’s you determine whát has changed.
Met vriendelijke groet - With kind regards,
Florian
|
By
Florian Groothuis
·
#185184
·
|
|
Re: How to determine if a record has change?
Hi,
In Online Task the Record Suffix is only processed when something was changed in the dataview record.
(Or when Selection Table=Yes and the user pressed Enter/Select)
So maybe in your situation
Hi,
In Online Task the Record Suffix is only processed when something was changed in the dataview record.
(Or when Selection Table=Yes and the user pressed Enter/Select)
So maybe in your situation
|
By
Govert Schipper
·
#185183
·
|
|
Re: Get.DLL Get.Set_Enter
Hi, Heidi,
My employer has gratiously given his OK for sharing this snippet, which enables turning on and off a keyboard message filter that replaces keyboard ENTER by TAB. It is best to add this
Hi, Heidi,
My employer has gratiously given his OK for sharing this snippet, which enables turning on and off a keyboard message filter that replaces keyboard ENTER by TAB. It is best to add this
|
By
Frederik Soete
·
#185182
·
|
|
Re: How to determine if a record has change?
On Sat, Jun 24, 2017 at 06:32 pm, Steven Blank wrote:
ViewModThank you. That's it.
On Sat, Jun 24, 2017 at 06:32 pm, Steven Blank wrote:
ViewModThank you. That's it.
|
By
iluvmagic@...
·
#185181
·
|