Local to Server transition: lost functionality

I recently created a form using a combo box that populates its values (a field called “name” from a view of the same database) using a @DbColumn. Once a “name” is selected, it populates an embedded view in the form using the Show Single Category, being the form field of the same title (“name”). This all works fine in the db copy on my local machine, but when I attempt to put the same code on my server, I receive a “Category Not Found” error upon trying to populate the embedded view. My @DbColumn looks like the following, in case you were wondering on the DB source:

@DbColumn(“”:“NoCache”;“”;“By Requester”;2)

Does the “Show Single Category” value have to show up on the category column farthest to the left? I do have 2 category fields in the view, but that’s all I can think of at the moment. I’m stuck, help!

Subject: Local to Server transition: lost functionality

insert server/database in the code:

@DbColumn(“”:“NoCache”;@DBName;“By Requester”;2)

Subject: RE: Local to Server transition: lost functionality

This didn’t change anything. The problem doesn’t APPEAR to be in loading the values into the combo box, but rather in updating the embedded view with the “Show Single Category” attribute.

Subject: Local to Server transition: lost functionality

Yes.

Does the “Show Single Category” value have to show up on the category column farthest to the left?

I missed that question the first time.