CodeCharge Studio
search Register Login  

Web Reports

Visually create Web Reports in PHP, ASP, .NET, Java, Perl and ColdFusion.
CodeCharge.com

YesSoftware Forums -> CodeCharge Studio -> PHP

 RESOLVED : Array for the meta name keywords possible ?

Print topic Send  topic

Author Message
gproulx


Posts: 68
Posted: 09/19/2012, 12:06 PM

Hi, in the page properties, in keywords, i put {Keywords} who refers to a hidden field in a grid.
But i have multiples products in my grid and it display only the last product keywords in the source of the page.

Any ideas on how i can display the keywords of all my products in the meta name = "keywords" ?

thanks in advance
View profile  Send private message
bannedone


Posts: 273
Posted: 09/19/2012, 4:14 PM

Hi

In the before show row event for your grid try as custom code

global $myKeywords;

$myKeywords .= $Container->myHiddenControl->GetValue().", ";

Then in Before Show event Custom Code

global $myKeywords;
global $Tpl;

$Tpl->setvar("Keywords",$myKeywords);

_________________
John Real
CodeCharge Studio Support, Training, Consulting, Development, Web based solutions
http://realsites.biz
http://ccselite.com
Other Banned IDs on this Forum. jjrjr1, jjrjr2
View profile  Send private message
gproulx


Posts: 68
Posted: 09/20/2012, 6:36 AM

thank you, it is working :-)
View profile  Send private message

Add new topic Subscribe to topic   


These are Community Forums for users to exchange information.
If you would like to obtain technical product help please visit http://support.yessoftware.com.

Internet Database

Visually create Web enabled database applications in minutes.
CodeCharge.com

Home   |    Search   |    Members   |    Register   |    Login


Powered by UltraApps Forum created with CodeCharge Studio
Copyright © 2003-2004 by UltraApps.com  and YesSoftware, Inc.