Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Grab in the form. Dropping to modify report´s form
Message
From
15/08/2001 22:46:29
 
 
To
14/08/2001 14:40:51
General information
Forum:
Visual FoxPro
Category:
Forms & Form designer
Miscellaneous
Thread ID:
00543672
Message ID:
00544521
Views:
9
>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.
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform