Hey guys,
I use CategoryInitialize to put my categories into my AppInfo block at the
time I create the database. Then when the user selects the
CategoryPopTrigger I use CategorySelect to open up the list and let the
user select a category. The exact command I use is as follows:
CategorySelect(m_db, FrmGetActiveForm(), wTriggerID, wListID, true,
&wCurrentCategory, szCurrentCategory, 1, 0);
I use the command in hope of getting a list that looks like:
All
Unfiled
Personal
.
.
.
Business
Edit Categories...
But what I get is a list that looks like:
Blah <- A String from one of my string resources
Unfiled
Personal
.
.
.
Business
Blah <- same blah as above
What am I doing wrong? I am using Multiple Segments, with each segment
having a resource file that pertains to the form in that segment. Might
this have something to do with it?
Thanks,
Knox