Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Indexing multipage text slabs
Message
General information
Forum:
Visual FoxPro
Category:
Reports & Report designer
Environment versions
Visual FoxPro:
VFP 8 SP1
OS:
Windows XP SP2
Database:
Visual FoxPro
Miscellaneous
Thread ID:
01036224
Message ID:
01036274
Views:
9
Rex,

Look at the TEXTMERGE function. It should do what you want:

Put the expression "TEXTMERGE(cText)" in your report field and...
cText = "...in the house where John Smith <<index('John Smith')>> grew up there is..."

FUNCTION Index(cName)
   ? cName, _PAGENO
   RETURN ""
ENDFUNC
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform