Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
DBI Tech ctList FindText Problem
Message
General information
Forum:
Visual FoxPro
Category:
ActiveX controls in VFP
Title:
DBI Tech ctList FindText Problem
Miscellaneous
Thread ID:
01131462
Message ID:
01131462
Views:
88
I'm having trouble getting the FindText method to work.

My code:
WITH ThisForm

  cTextToFind = ALLTRIM(cTextToFind)

  oList = .pgfPages.Pages(.pgfPages.ActivePage).oleList

  FOR nColumn = 1 TO oList.ColumnCount
    nIndex = oList.FindText(cTextToFind, -1, nColumn, TRUE, FALSE)
  ENDFOR

ENDWITH
The FindList method never finds the data.

Anyone see what I'm doing wrong?

Thanks
Everything makes sense in someone's mind
public class SystemCrasher :ICrashable
In addition, an integer field is not for irrational people
Reply
Map
View

Click here to load this message in the networking platform