Suntower
Posts: 225
|
| Posted: 08/08/2006, 1:37 PM |
|
Can someone PLEASE give me the proper documentation to CCCreateControl.
I have some old code (for which I have no CCP) which I am trying to re-create.
One line is driving me NUTS...
Set ImageProductLinkedToMe = CCCreateControl(ccsImageLink, "ImageProductLinkedToMe", "ImageProductLinkedToMe", ccsText, Empty, CCGetRequestParam("ImageProductLinkedToMe", ccsGet))
It's driving me nuts because:
1. CCCreateControl isn't in the OLH.
2. I can't figure out how to get the 3rd parameter to populate in the designer when I try to re-create. In the designer it -always- comes out like this:
Set ImageProductLinkedToMe = CCCreateControl(ccsImageLink, "ImageProductLinkedToMe", Empty, ccsText, Empty, CCGetRequestParam("ImageProductLinkedToMe", ccsGet))
What's the trick?
Frustratedly Yours,
---JC
_________________
---On a campaign for more examples and better docs! |
 |
 |
|