fly_mo
Posts: 109
|
| Posted: 09/30/2006, 7:22 AM |
|
Hello All,
I have a Main form which I navigate to a add/edit form....works great - Has User name logged in etc. .
However, I have a Home button on the page that takes me back to the main page - in the process the fields holding the Username etc now show {Label1} & {UserID} instead of the proper variables.
Where can I look to check this problem.
Many thanks
John
_________________
John |
 |
 |
WKempees
|
| Posted: 10/01/2006, 7:45 AM |
|
Looks like your Home Page button is calling the HTML template and not the
APS or PhP version.
"fly_mo" <fly_mo@forum.codecharge> schreef in bericht
news:2451e7d92b3e8b@news.codecharge.com...
> Hello All,
> I have a Main form which I navigate to a add/edit form....works great -
> Has
> User name logged in etc. .
> However, I have a Home button on the page that takes me back to the main
> page -
> in the process the fields holding the Username etc now show {Label1} &
> {UserID}
> instead of the proper variables.
> Where can I look to check this problem.
> Many thanks
> John
> _________________
> John
> ---------------------------------------
> Sent from YesSoftware forum
> http://forums.codecharge.com/
>
|
|
|
 |
Oper
Posts: 1195
|
| Posted: 10/01/2006, 7:47 AM |
|
That maybe happened cuase you tryed to Change colors or make then Bold etc.
i mean you select with cursor and clicked or Colors.
(Just Speculation on previuos Expirience)
_________________
____________________________
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: 10/01/2006, 7:48 AM |
|
or like wkempess said instead of loading the .ASP or PHP is loading the HTML
Dont link to the HTML.
_________________
____________________________
http://www.7bz.com (Free CMS,CRM Developed in CCS)
http://www.PremiumWebTemplate.com
Affiliation Web Site Templates
Please do backup first |
 |
 |
fly_mo
Posts: 109
|
| Posted: 10/01/2006, 8:08 AM |
|
Hello & Thanks for the solution.
The html link was correct - I changed to php extension & worked like a charm.
John
_________________
John |
 |
 |