Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Repeated Items with SQL Statement
Message
From
16/09/1999 17:58:10
Antonio Gubaira
Ingenieria Y Sistemas
Valencia, Venezuela
 
 
To
16/09/1999 17:25:59
General information
Forum:
Visual FoxPro
Category:
Databases,Tables, Views, Indexing and SQL syntax
Miscellaneous
Thread ID:
00265673
Message ID:
00265695
Views:
29
The actual query is the following (Sorry but I could not keep the tabulations...):

this.RowSource= 'SELECT a.f_fchvence,a.f_hora,LEFT(MLINE(a.f_descrip,1),50),LEFT(MLINE(b.f_nombre,1),45),b.f_represen, '+ ;
'b.f_cliente,LTRIM(STR(IIF(date()-a.f_fchvence>0,date()-a.f_fchvence,0))),a.f_proyecto,a.f_reg FROM actividades '+ ;
'AS a INNER JOIN proyectos AS b ON a.f_proyecto=b.f_proyecto INTO CURSOR curpendientes ORDER BY 1,2'+ ;
'HAVING a.f_estatus=1 and a.f_usuario=glbusuario and (a.f_clase=mClase or IIF(mClase=4,.T.,.F.))'
Thanks in Advanced or Hope This Helps
Previous
Reply
Map
View

Click here to load this message in the networking platform