Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Cannot Selected Table. Ajuda.
Message
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00758884
Message ID:
00759304
Views:
23
This message has been marked as the solution to the initial question of the thread.
Experimente a seguinte alteração:
.combo2.rowsource = "" && Observe que estou limpando o RowSource da combo pra, então, alterar tmpche - o resto continua igual.

SELECT TRANSFORM(a.ingr_alu,'@L 99')+' ('+trans(c.codi_cur,'@L 999');
+'/'+TRANSFORM(a.curr_alu,'@L 99')+'-'+alltrim(c.nred_cur)+')'; 
FROM tmp_vcurso a, cursos c; 
WHERE a.curs_alu = c.codi_cur;
ORDER BY ingr_alu; 
INTO CURSOR tmpche

.combo2.rowsource = "tmpche"
.combo2.value = 1
.combo2.refresh
Previous
Reply
Map
View

Click here to load this message in the networking platform