Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Table Driven Formating using functions
Message
From
11/04/2007 19:05:19
 
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Environment versions
Visual FoxPro:
VFP 9
OS:
Windows XP SP2
Miscellaneous
Thread ID:
01214762
Message ID:
01214770
Views:
7
doing it like this:

CASE LXPOS.XTYPE = 'D' && DATE
rpl = ALLTRIM(LXPOS.ACTION)+ALLTRIM(LXPOS.START)+ALLTRIM(LXPOS.XDATA)+ALLTRIM(LXPOS.ENDING)
drpl = ALLTRIM(LXPOS.XFIELD)
REPLACE &drpl WITH DTOC+rpl

I get DTOC is not found.

doing it like this:
CASE LXPOS.XTYPE = 'D' && DATE
            rpl = ALLTRIM(LXPOS.ACTION)+ALLTRIM(LXPOS.START)+ALLTRIM(LXPOS.XDATA)+ALLTRIM(LXPOS.ENDING)
            drpl = ALLTRIM(LXPOS.XFIELD)
            REPLACE &drpl WITH DTOC(rpl)
I get function value...is invalid.
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform