Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
What Column am I In?
Message
 
To
24/08/2000 13:28:29
Cetin Basoz
Engineerica Inc.
Izmir, Turkey
General information
Forum:
Visual FoxPro
Category:
Databases,Tables, Views, Indexing and SQL syntax
Miscellaneous
Thread ID:
00406230
Message ID:
00408906
Views:
56
It almost worked....

Here's what I tried:

I put colrule(varread()) in the Field Validation Rule of column ADDRESS_LINE_ONE_TX, and colrule.prg looks like this:
  parameter cColName 
  cValue = proper(eval(cColName))
  do case
    case cColName = 'ADDRESS_LINE_ONE_TX'
    ? 'Column Name - ' + proper(cColName)
    ? 'Column Value - ' + cValue
    replace &cColName with cValue
  endcase
return .t.
When I make a change in the column, I now get an endless loop. I think VFP is constantly replacing the field. Can you think of a way to make it just replace once?

Thanks more!
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform