C
|
cgphp 11/13/2012 |
You can avoid iframe. In the "Before dispaly" event of the Edit page, you can access field values with the $values array: http://xlinesoft.com/phprunner/docs/before_display_view_edit.htm |
A
|
Athlon author 11/13/2012 |
You can avoid iframe. In the "Before dispaly" event of the Edit page, you can access field values with the $values array: http://xlinesoft.com/phprunner/docs/before_display_view_edit.htm
|
![]() |
Admin 11/14/2012 |
Sorry, it's not really clear. Could you make your question more specific? |
A
|
Athlon author 11/14/2012 |
Sorry, it's not really clear. Could you make your question more specific?
|
![]() |
Admin 11/14/2012 |
Okay, as far as I understand on the Edit page you need to display an iframe with List page of the same table with certain search condition applied. |
A
|
Athlon author 11/16/2012 |
Okay, as far as I understand on the Edit page you need to display an iframe with List page of the same table with certain search condition applied. As first step perform a search on the list page using hardcoded values of UserID and RecordID. Once you have figured out the format you can build your iframe code on the Edit page. To access the ID of the record being edited you can use $_GET["editid1"]
|
P
|
procheck 11/16/2012 |
Do you want to display two list pages in an iframe? If yes then what I did was deleted the left menu in visual editor and called them as show below: |
![]() |
Admin 11/16/2012 |
It's getting really confusing. How and why can you "filter" the View page? Filtering only makes sense on the List page where you have multiple records. |
A
|
Athlon author 11/16/2012 |
smiles - Am always confused .. |
![]() |
Admin 11/16/2012 |
As I mentioned earlier you can access record ID from PHP code as $_GET["editid1"] |
A
|
Athlon author 11/16/2012 |
As I mentioned earlier you can access record ID from PHP code as $_GET["editid1"]
|