Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
After @
Message
From
27/09/2008 13:43:18
 
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Title:
Environment versions
Visual FoxPro:
VFP 9 SP2
OS:
Vista
Network:
Windows 2008 Server
Database:
MS SQL Server
Miscellaneous
Thread ID:
01351309
Message ID:
01351316
Views:
21
This message has been marked as a message which has helped to the initial question of the thread.
>Thank you Tracy
>
>Please take a look below
>
>
>
>IF "@hotimail" $ reembolso.e_mail1 .OR.;
> "@hotemail" $ reembolso.e_mail1 .OR.;
> "@hotamil" $ reembolso.e_mail1 .OR.;
> "@hotmais" $ reembolso.e_mail1 .OR.;
> "@hotmaiil" $ reembolso.e_mail1 .OR.;
> "@hotmil.com" $ reembolso.e_mail1
>
>
> * replace reembolso.e_mail1 with prefix+ @hotmail.com"
>
> endif

TRY:

replace reembolso.e_mail1 WITH LEFT(alltrim(reembolso.e_mail1),AT("@",alltrim(reembolso.e_mail1))-1)+"@hotmail.com" IN reembolso
.·*´¨)
.·`TCH
(..·*

010000110101001101101000011000010111001001110000010011110111001001000010011101010111001101110100
"When the debate is lost, slander becomes the tool of the loser." - Socrates
Vita contingit, Vive cum eo. (Life Happens, Live With it.)
"Life is not measured by the number of breaths we take, but by the moments that take our breath away." -- author unknown
"De omnibus dubitandum"
Previous
Reply
Map
View

Click here to load this message in the networking platform