Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Problem with Listbox RowSource
Message
From
11/01/2006 13:14:04
 
 
To
All
General information
Forum:
Visual FoxPro
Category:
Client/server
Title:
Problem with Listbox RowSource
Environment versions
Visual FoxPro:
VFP 8
OS:
Windows XP
Network:
Windows XP
Database:
MySQL
Miscellaneous
Thread ID:
01085753
Message ID:
01085753
Views:
68
Hi all ,

I create a remote view in a text lostfocus , but there nothing appeared in my listbox :


Cser_code=this.value

CREATE SQL VIEW Vuedetail REMOTE CONNECTION domino AS SELECT Rubrique.rub_code,;Rubrique.rub_libelle,Rubrique.rub_alias,;
Rubrique.rub_etat, Rubrique.rub_touche, Typerubrique.trub_libelle ,;
Typerubrique.trub_code;
FROM ;
rubrique Rubrique ;
INNER JOIN typerubrique Typerubrique ;
ON Rubrique.trub_code = Typerubrique.trub_code;
WHERE Rubrique.ser_code =?Cser_code



thisform.service.configuration.List1.RowSource="Vuedetail"

Nb : the list1 Rowsourcetype is alias


Best Regards
Next
Reply
Map
View

Click here to load this message in the networking platform