Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
What Column am I In?
Message
 
À
24/08/2000 13:28:29
Cetin Basoz
Engineerica Inc.
Izmir, Turquie
Information générale
Forum:
Visual FoxPro
Catégorie:
Base de données, Tables, Vues, Index et syntaxe SQL
Divers
Thread ID:
00406230
Message ID:
00408906
Vues:
59
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!
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform