Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Listbox setting rowsource to empty ...
Message
From
23/08/1999 03:00:13
 
 
To
20/08/1999 07:44:42
Cetin Basoz
Engineerica Inc.
Izmir, Turkey
General information
Forum:
Visual FoxPro
Category:
Forms & Form designer
Miscellaneous
Thread ID:
00255751
Message ID:
00256467
Views:
30
Problem is the SQL statement is like this:

select distinct STR(Userno,2) + " "+ IIF(ISNULL(username)," ",SUBSTR(Username, 1, 10))+ IIF(ISNULL(Users.init)," ",Users.init)+ IIF(ISNULL(Users.PWChgDate),' / / ',DTOC(Users.PWChgDate)) + " "+ALLTRIM(STR(Users.Language)) from users where not deleted() order by userno into cursor cur_users

So I can't put it in this way.

But I fixed the problem.

When I set rowsorurce=""
It reports the error because I initailly set rowsource='cur_user'
In the properties dialog.
If IO set it to (none)
It works fine.

So thanks!
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform