Login
`
Templates, Tools and Utilities
|
||
Add a comment to an Icetips ArticlePlease add your comments to this article.
Please note that you must provide both a name and a valid email address in order
for us to publish your comment. Comments are moderated and are not visible until they have been approved. Spam is never approved!
Back to article list Search Articles Add Comment Printer friendly Direct link Icetips Products: Icetips SQL: Calculated fields in CCS browse 2002-09-20 -- George Lehmann Newsgroups: softvelocity.products.c55ee
> I found that the FillQueueField embed should be the same as the
> SetQueuerecordin the ABC templates.
>
> I've put a message, a Halt in this embed, but never get a reaction.
Program
> doesn't come there. I tried before & after Parent call.
>
> I also get the message
>
> problem with column variable: this is cuased by 1 of 2
> reasons,
> 1-local field, place the local field and file field in the FORCED SORTS
> 1-Table Field, you may need to add it in the hot fields to be part of the
> select statement.
>
> There is no variable specified ???
>
> Any ideas ??
FillQueueField is indeed the correct place to put your code.
First, you must Force Sort your local data field on some data field from the
table. Be sure to add this new table field to the hot list.
Now, in FillQueueField xFname will carry the name of the field from the data
table. You can then do you work, assigning a value to xValue.
Should work, I've got this code in hundreds of places.
Cheers,
George Lehmann
Horizon Business Concepts
Today is November 21, 2024, 7:24 am This article has been viewed 35264 times. Google search has resulted in 46 hits on this article since January 25, 2004.
|
|