Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Grab in the form. Dropping to modify report´s form
Message
De
15/08/2001 22:46:29
 
 
À
14/08/2001 14:40:51
Information générale
Forum:
Visual FoxPro
Catégorie:
Gestionnaire d'écran & Écrans
Divers
Thread ID:
00543672
Message ID:
00544521
Vues:
14
>Hi all;
>
>Is there any way to grab items in a listbox object and drop in a MODIFY REPORT form (with save options) ?
>
>Thanks in advance..
>
>
>CLAUDIO



Grab item in listbox
For ix = 1 to ThisForm.LstItem.ListCount
  IF ThisForm.LstItem.Selected(ix)
      *** CODE Point 
      * ThisForm.LstItem.List(ix) will be the value user taken, 
  EndIF
EndFor
How you carry the selected data is up to you,
you can create array to carry, use a Table/Cursor to carry also Okay.




Drop in Modify report? Sorry, I may misunderstand it.

Report Designer Only handle what Field should place at which place.
NOT the real data!

You don't need to design what field selection in your own form.

At Report Designer, Data Env. Window will show you what Table is added.
You can direct Drag the Field list from Table into Report designer.

This would be save time a lot.
The weak wait for chance, The strong bid for chance,
The clever notch up chance, but The merciful give you chance.
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform