I have Openinsigh 2.5. I have Edit Table with no table assoc. In a column protected how do i force the output conversion (MC20,PL) to excecute, display and end up with the proper results.
The poschange event have set_property with ACCESSPOS and
ACCESSDATA. I tried using INVALUE property but the Edit Table crash. (In EDITLINE is fine).
Question 2: In this column i have a value text 0.07 but the display is 7E-200. How i force display 0,07.
Sorry, but my english is very poor.
Thanks, Jorge Ubaldini
I have tried the "MC2,PL" conversion. If I enter 0,07 I get 0,07. If I enter 0.07 I get 7,00
You have said you are using the conversion code of "MC20,PL". The maximum decimal places can be 15 not 20. Maybe that is your problem.
Now if you are trying to conver 0.07 to 0,07 then you will have to manually convert the . to , then use the "MD2,PL" conversion code.
Maybe this will help you.