|
I've written a style template program that allows
me to apply pre-defined attributes to selected tables It works very
nicely, but as I add templates, its getting kind of hard to FIND the template
I'm after & would be much easier to have them listed alphabetically.
I'm populating the multi-list box from a tab file called TEMP. I thought I
would be able to query this table to order it, then use the results to populate
the array that is used in the multilist box. My code looks like this:
I get an error at line 7: "Cannot use an
array or user defined type in an expression". The ORDER BY is causing the
problem, if I delete that, I don't get an error, but I also don't get an
alphabetical listing of my templates. What am I doing wrong? I've
looked in the archive and tried
Select TemplateName from TEMP order
by TemplaneName into TEMP1
after reading Daniel Bowers solution, but this
doesn't work either. I'm stuck. Any ideas??
Thanks,
*********************************************
Michelle Smith Technical Manager Frontier Mapping Pty Ltd [EMAIL PROTECTED] www.frontiermapping.com.au ******************************************** |
