Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Text and endtext (2)
Message
 
 
To
01/11/2005 15:20:24
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Environment versions
Visual FoxPro:
VFP 9
Miscellaneous
Thread ID:
01064109
Message ID:
01064182
Views:
26
Extra Borislav !

It is ok now ....But i have the same problem with a rowsource property...:)
*-- Déterminer le rowsource de la listBox.
  TEXT To cValue NOSHOW TEXTMERGE
   SELEC T.Cnomteleph , T.iid FROM TELEPH T WHERE T.iid IN ;
     ( SELECT iTelephoneid FROM cfiltre WHERE lactif = .T. AND ireport = ;
      <<TRANS( goapp.noReport , '9999' )>> ) GROUP BY 1 , 2 INTO CURSOR cNames
  ENDTEXT
 
  cSql = cValue

  THIS.listEmployee.ROWSOURCE = cSql
   THIS.listEmployee.REQUERY()
I have a error 1300 : Function name is missing ) for THIS.listEmployee.ROWSOURCE = cSql

and cursor cname do'nt exist..?

bernhart


>Bernhart,
>When you use EXECSCRIPT VFP compile that script as external program and execute it, so everithing that is not declared is out of scope after finishing the scrip. That's why you get the array not declared but the _TALLY is 33 :o))
>try:
>
>DIMENSION tsSelectedList[1,2]
>=EXECSCRIPT(lcSQL)
>
>etc.
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform