-
-
Notifications
You must be signed in to change notification settings - Fork 52
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Falv Mass Replace bug: dump entering non-numeric chars to a numeric field #38
Comments
Hi Santi, Well you might be right. I'll do some tests and if they are succesfull then I'll update it. Or you already did the tests? |
I did some test but It didnt work. Maybe an error management popup log
could be.
El 20 feb. 2017 21:41, "Łukasz Pęgiel" <notifications@github.com> escribió:
… Hi Santi,
thanks a lot for your input in version 7.31 !
Well you might be right. I'll do some tests and if they are succesfull
then I'll update it. Or you already did the tests?
Cheers
Łukasz
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#38 (comment)>, or mute
the thread
<https://github.com/notifications/unsubscribe-auth/AHxcL-X2sBVnzaZhvzBZPGJvBYZVyXA7ks5refpwgaJpZM4MGNeX>
.
|
Ok Then I'll do some additional tests on my own and I'll come back to you. At the end we can check the type of field symbol if is the same to the type of -low, but I'd like to avoid it as this could be time consuming if done wrong. Definitelly a buffer table for the RTTS type object would be needed for each column. Let's see. |
Hello Santi, |
It seems this is only for older system.
2017-02-27 21:23 GMT+01:00 Łukasz Pęgiel <notifications@github.com>:
… Hello Santi,
I've check the code and also I've test a lot and I couldn't repeat the
dump. But I remove direct assignment of data to result table as this is
risky, as we could have some rules applied in event on_data_change and then
this would omit this rules.
I've checked with demo program 08 and everything works fine. If I have
NUMC field then on selection screen you cannot enter anything than numbers,
the same for decimals and integer. Maybe this occurs only on older systems?
Cheers
Łukasz
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#38 (comment)>, or mute
the thread
<https://github.com/notifications/unsubscribe-auth/AHxcL9M7JC8hKIlq4F30FR8lOsA3RxYMks5rgzDPgaJpZM4MGNeX>
.
|
Ok, I'll see if I can test it on some lower system. I guess my 7.31 on windows should still work. I'll keep you informed. |
Santi, |
Falv for 7.31 is in separate repository now. |
First of all thanks again for this greatly class.
I´ve found a bug in the Mass replace functionality.
If we have a numeric column, and we try to replace it with a non numeric character a dump is thrown.
The dump is originated in function Z_FALV_MASS_REPLACE, in the assigment of the Mass Replace field screen to the ALV tab:
= -low.
I think this line can be commented as there is a few lines later a call to an ALV method to do the assigment again.
io_grid->set_delta_cells
What do you think?
The text was updated successfully, but these errors were encountered: