ClearSelect doesn't work in Runtime? (OpenInsight Specific)
At 02 JAN 1998 08:01:46AM Michèle wrote:
I believe the ClearSelect function is not working in the deployed copy of my application. The following bit of code runs perfectly well in my OpenInsight for workgroups 3.4 application, but not in the runtime copy.
I used the following code to display a popup of items that have yet to be issued:
ClearSelect 0
RetVal=Popup(@Window,'','KEYB.ISSUE.POPS')
KEYB.ISSUE.POP selects rows form a table using the following selection criteria: WITH DATE_ISSUED=" AND WITH DATE_PRINTED "" BY DATE_PRINTED BY BARCODE_SEQ_NO
The items returned in RetVal are individually processed to put Date() in there DATE_ISSUED column. I checked the DATE_ISSUED column and it is being updated, however the next time the popup is called the original (not the updated) list is displayed.
Is there a DLL or something that isn't being published into my runtime copy? Can someone help me please?
At 02 JAN 1998 08:56AM Cameron Revelation wrote:
Michèle,
Is it possible that one of those columns is indexed and the index needs to be updated? If this sounds like the problem, look at Update_Index in the BASIC+ help file.
Cameron Purdy
Revelation Software
At 02 JAN 1998 04:16PM Michèle wrote:
Cameron,
Thank you very much, UPDATE_INDEX solved my problem.
Best wishes for the new year.
Michèle