Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Disable a list item
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Divers
Thread ID:
00983072
Message ID:
00983130
Vues:
20
No change - Still enabled.

This is a multi-column listbox. Is there something different
because of that?

The ColumnWidths property has
ColumnWidths = "0,80,83,105,65,75"
And here's the code
SCAN FOR BatchNo # 0

  nRow = nRow + 1

  cRecordId  = TRANSFORM(Id)
  cEntryDate = SUBSTR(TRANSFORM(EntryDate), 1, 10)
  cTranDate  = SUBSTR(TRANSFORM(TranDate), 1, 10)
  cBatchId   = TRANSFORM(BatchId)
  cCount     = TRANSFORM(Cnt)
  cEntity    = EntityId
  nRow       = nRow + 1
				
  .lstBatches.AddListItem("\" + cRecordId, nRow, 1)
  .lstBatches.AddListItem(cEntryDate, nRow, 2)
  .lstBatches.AddListItem(cTranDate, nRow, 3)
  .lstBatches.AddListItem(cBatchId, nRow, 4)
  .lstBatches.AddListItem(cCount, nRow, 5)
  .lstBatches.AddListItem(cEntity, nRow, 6)
			
ENDSCAN
>It shoul be a single backslash "\".
>
>>I changed it to "\\", and no change. Still not disabled
Everything makes sense in someone's mind
public class SystemCrasher :ICrashable
In addition, an integer field is not for irrational people
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform