Another Popup Problem (OpenInsight Specific)
At 27 FEB 1998 02:45:27PM Dave Potter wrote:
I'm having a problem with some popups that were working
and have stopped for no apparent reason. These popups call
a dataset that queries an Access Database and then update an
OI edit table with the rows selected. There are 4 of these
popups defined that are called depending on the specifics of
the query. The popups are exactly the same except for the
WHERE field in the SQL query. However, when the items are
selected in two of the popups I get the following message:
ENG0010:POPUP, Line 1, Variable has not been assigned a value.
then the debugger shows the Popup Source Code. This does not
happen if I change the popup to return just the ID or the columg
but I need all of the values in the row. I've tried about everythin
I can think of to fix this problem. If anyone's got any Ideas
I'd be happy to hear them. Thank You
At 02 MAR 1998 07:54AM Cameron Revelation wrote:
Dave,
POPUP, Line 1, Variable has not been assigned a value.
What version of OpenInsight are you using? Could you post or email your SYSREPOSPOPUPS record and the code that calls the Popup?
Cameron Purdy
At 02 MAR 1998 01:53PM Dave Potter wrote:
Cameron,
I am currently using Version 3.5 of OI. I am havingthe same problem whether I call the popup from my code
or I run it in the UI Workspace so I don't think it's my
code. I will send you the SYSREPOSPOPUPS Record for two
of the popups. The ING_MANU_NO popup works fine whereas
the ING_DESCR Popup does not.
ING_MANU_NO
-2
-2
-1
-1
16777215
MS Sans Serif -11 400 0 0 0 0 34 0 1 2 1 0 0
INGD4
INGD4 PART_NO
VEND_PART
DESCRIPT1
DESCRIPT2
DEALER
RETAIL
MEDIA
VENDOR
PART_NO 8
C
PART_NO VEND_PART 16
C
VEND_PART DESCRIPT1 31
C
DESCRIPT1 DESCRIPT2 32
C
DESCRIPT2 DEALER 20
C
DEALER RETAIL 20
C
RETAIL MEDIA 12
C
MEDIA VENDOR 30
C
VENDOR
D
2
Manufacturer Number (Ingram) Lookup
E
1
1
1
1
1
1
1
0
1
1
0
ING_DESCR
-2
-2
-1
-1
16777215
MS Sans Serif -11 400 0 0 0 0 34 0 1 2 1 0 0
INGD2
INGD2 PART_NO
VEND_PART
DESCRIPT1
DESCRIPT2
DEALER
RETAIL
MEDIA
VENDOR
PART_NO 8
C
PART_NO VEND_PART 16
C
VEND_PART DESCRIPT1 31
C
DESCRIPT1 DESCRIPT2 32
C
DESCRIPT2 DEALER 20
C
DEALER RETAIL 20
C
RETAIL MEDIA 30
C
MEDIA VENDOR 32
C
VENDOR
D
2
Description (Ingram) Lookup
E
1
1
1
1
1
1
1
0
1
1
0
The ING_DESCR popup was working fine until about 3 days ago
and nothing was changed in it. Thank you for your help.