CodeChargeMVP
Posts: 473
|
| Posted: 09/16/2010, 6:52 AM |
|
Hello,
I´m sending a parameter from javascript using location object to php and receiving
it on the php page via url, so this means than on data source record php page
there´s a condition somewhat like nameofthefield={nameoftheparameter},
so I got understood than with this is more than enough than the receving php page
fill all the fields with his values,
¿is there anything else needed?
I ask this because there´s one page which works all good, the sending and the receiving
works perfect and the php page fills all the fields with his values, but there´re other four pages
where the fields aren´t filled,
I´ve checked out the open function on php code and seems ok on five pages.
¿Any suggestion?
_________________
Best Regards
Entrepeneur | NT Consultant
|
 |
 |
CodeChargeMVP
Posts: 473
|
| Posted: 09/16/2010, 7:11 AM |
|
The function open is not executed
¿why?
Inside the function show there´s a condition:
if($this->EditMode);
Inside this condition there´s a call to open function.
The execution does not pass through this condition.
So now I should find out why,
but I ask you ¿why reason a form is not on editable mode?
¿is any option needed than the form comes into editable mode?
_________________
Best Regards
Entrepeneur | NT Consultant
|
 |
 |
CodeChargeMVP
Posts: 473
|
| Posted: 09/16/2010, 7:55 AM |
|
Finally the solution was simple and easy,
just allow update: yes,
¿what was which originate the problem?
Sometimes you modify manually some functions from php code page and this functions stop
function automatically by CSS, so when you change on design mode an option which would
modify automatically the php code could generate mistakes like this,
I changed the allow update to no, and there was some small mistakes on the code.
_________________
Best Regards
Entrepeneur | NT Consultant
|
 |
 |
|