08-08-2007 03:41 PM
08-08-2007 03:59 PM
Post the cluster typedef along with some code illustrating the problem.
Ben
08-09-2007 04:22 PM
Hi Ben,
I found your answer about typdef clusters from another thread in december 2006, and I want to try that route, as it looks very promising.
Thanks for the answer, if I get stuck again, I'll be back.
regards, Matt
08-09-2007 04:34 PM
Matt,
Can you post a link to that thread in case someone has a similar issue to yours they can also find the solution.?
Thanks
08-09-2007 05:47 PM
08-10-2007 04:03 AM
> Pop-up on your control and choose Customize.
> > Use the drop down to change change the control from a control to a typdef. > > Save it. > > replace all of the old occurnces with the typdef. > > HINT: > > After you create and save the edit it and add a new field. Save it. > > This will break yur code every where the typdef is wired to a non-typdef'd control. > Fix all the broken wires by replace the non-typedef with the typedef.
> > When you are done you will have found all of the places that need to be fixed (well maybe not all). > > Ben regards, Matt | |
|