adorni
Posts: 120
|
| Posted: 04/03/2012, 7:34 AM |
|
I have a MENU makit with menu builder (DB). When i click on option X, the link is:
Agregar_Operacion.php?Solicitud=2020877
Why??? ?Solicitud=2020807 is wrong, it should not appear
Thanks
|
 |
 |
Oper
Posts: 1195
|
| Posted: 04/03/2012, 7:59 AM |
|
The parameter Link is using GET and maybe all parameter are been Transfered
Maybe casue not undertand 100% sure the issue
_________________
____________________________
http://www.7bz.com (Free CMS,CRM Developed in CCS)
http://www.PremiumWebTemplate.com
Affiliation Web Site Templates
Please do backup first |
 |
 |
adorni
Posts: 120
|
| Posted: 04/03/2012, 8:06 AM |
|
Oper, I can do to resolve this?
Thanks
|
 |
 |
Oper
Posts: 1195
|
| Posted: 04/03/2012, 10:45 AM |
|
What script PHP ASP
Static menu or Database Menu?
_________________
____________________________
http://www.7bz.com (Free CMS,CRM Developed in CCS)
http://www.PremiumWebTemplate.com
Affiliation Web Site Templates
Please do backup first |
 |
 |
adorni
Posts: 120
|
| Posted: 04/03/2012, 10:55 AM |
|
Database Menu on PHP
|
 |
 |
Oper
Posts: 1195
|
| Posted: 04/03/2012, 11:12 AM |
|
I Cant find where to setup the POST and get Parameter
but this may work (Not documented Methods so)
CLick menu
on the Event before Show Rows
add a Code:
$sender->ItemLink->SetLink($sender->ItemLink->Page);
let me know
PS: May has Script Typo since i dont know PHP
_________________
____________________________
http://www.7bz.com (Free CMS,CRM Developed in CCS)
http://www.PremiumWebTemplate.com
Affiliation Web Site Templates
Please do backup first |
 |
 |
adorni
Posts: 120
|
| Posted: 04/03/2012, 11:16 AM |
|
$sender->ItemLink->SetLink($sender->ItemLink->Page);
ItemLink is my MENUITEM?
"Page" what is?
Thanks
PD: sorry but my php is bad :)
|
 |
 |
Oper
Posts: 1195
|
| Posted: 04/03/2012, 11:18 AM |
|
type that without changing anything
in the before show row event
_________________
____________________________
http://www.7bz.com (Free CMS,CRM Developed in CCS)
http://www.PremiumWebTemplate.com
Affiliation Web Site Templates
Please do backup first |
 |
 |
Oper
Posts: 1195
|
| Posted: 04/03/2012, 12:04 PM |
|
If worked add RESOLVE to the Title Thread/Post
_________________
____________________________
http://www.7bz.com (Free CMS,CRM Developed in CCS)
http://www.PremiumWebTemplate.com
Affiliation Web Site Templates
Please do backup first |
 |
 |
ckroon
Posts: 869
|
| Posted: 04/04/2012, 10:42 AM |
|
Go to the Project explorer tab on the left and open the page where the menu is..Click the + sign on the page icon and it will open up into a component tree.. if you drill down to the ItemLink object you can then control the parameters that get preserver/removed
_________________
Walter Kempees...you are dearly missed. |
 |
 |
Oper
Posts: 1195
|
| Posted: 04/04/2012, 2:16 PM |
|
Nice, (i did not foundit)
what Ckroon said:
_________________
____________________________
http://www.7bz.com (Free CMS,CRM Developed in CCS)
http://www.PremiumWebTemplate.com
Affiliation Web Site Templates
Please do backup first |
 |
 |
adorni
Posts: 120
|
| Posted: 04/04/2012, 2:32 PM |
|
EXCELLENT. Great :) Thanks!!!!!!!!!!!!!
|
 |
 |