Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
DBI Tech ctList FindText Problem
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Contrôles ActiveX en VFP
Titre:
DBI Tech ctList FindText Problem
Divers
Thread ID:
01131462
Message ID:
01131462
Vues:
89
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
Répondre
Fil
Voir

Click here to load this message in the networking platform