Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Program Error using Array
Message
From
11/08/2003 13:16:36
 
 
To
All
General information
Forum:
Visual FoxPro
Category:
Troubleshooting
Title:
Program Error using Array
Miscellaneous
Thread ID:
00819022
Message ID:
00819022
Views:
50
Listed below is the code I am using.

SELECT * FROM SS_TEACHERS INTO ARRAY ga_TEACHERS
gc_CLASS = THIS.VALUE &&& Combox Value
gnPOS = ASCAN(ga_TEACHERS, gc_CLASS) &&&& Scan for CLASS
REPLACE SS_STUDENTS->SS_CLASS WITH ga_TEACHERS(gnPOS)
REPLACE SS_STUDENTS->P_TEACHER WITH ga_TEACHERS(gnPOS+1)
REPLACE SS_STUDENTS->A_TEACHER WITH ga_TEACHERS(gnPOS+2)

What suggestion do you suggest to fix this problem?


Thank You In Advance


Winfred Majors
Next
Reply
Map
View

Click here to load this message in the networking platform