Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
TreeView.Indentation Problem
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Contrôles ActiveX en VFP
Divers
Thread ID:
00644259
Message ID:
00646639
Vues:
17
What problem do you've with this code? What error do you get?

>>If you're doing it from the form's method than
Thisform.mytreeview.OBJECT.Indentation = xIndentat
Can you post your code?
>>
> Sure! :)
>
>This code is being called from the TreeView MoudeDown Method.
>
>
>WITH This.OBJECT
>
>  xIndentation = INPUTBOX("New indentation value","HELP, Sergey!",ALLTRIM(STR(.Indentation)))
>
>  xIndentation = IIF(VARTYPE(xIndentation) == T_CHARACTER,VAL(xIndentation),.Indentation)
>			
>  IF  xIndentation > 0
>
>    .Indentation = xIndentation
>		
>  ENDIF			
>
>ENDWITH
>
--sb--
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform