Click here to Skip to main content
16,004,761 members
Home / Discussions / Visual Basic
   

Visual Basic

 
GeneralRe: request:using vb and vb.net to write a program on clock Pin
Rizwan Bashir3-Jun-05 22:12
Rizwan Bashir3-Jun-05 22:12 
GeneralDisplaying Greek symbols amd mathematical symbols Pin
Member 6680613-Jun-05 15:01
Member 6680613-Jun-05 15:01 
GeneralSaving image to SQL Server 2000 Pin
Dino Sousa3-Jun-05 12:32
Dino Sousa3-Jun-05 12:32 
GeneralRe: Saving image to SQL Server 2000 Pin
Rizwan Bashir3-Jun-05 22:14
Rizwan Bashir3-Jun-05 22:14 
Questionhow to print mailing labels? Pin
Lisana3-Jun-05 10:11
Lisana3-Jun-05 10:11 
AnswerRe: how to print mailing labels? Pin
Ranoush3-Jun-05 22:13
Ranoush3-Jun-05 22:13 
GeneralRe: how to print mailing labels? Pin
Lisana6-Jun-05 2:42
Lisana6-Jun-05 2:42 
GeneralRe: how to print mailing labels? Pin
Ranoush6-Jun-05 4:26
Ranoush6-Jun-05 4:26 
Lisa, I'm not sure if i got you right...but here it is

First you have to create a parameter field
To create a parameter field
Check to make sure your report is open in the Design tab.

On the View menu, click Field Explorer.
The Field Explorer dialog box appears.

Select Parameter Fields and click New.
The Create Parameter Field dialog box appears.

Enter a name for the parameter in the Name field
Lets say (ID)

Enter the desired prompting text in the Prompting text field

Select the appropriate Value type from the list.


Since you have 6 IDs , check (Allow multiple values) then Click Set default values.
The Set Default Values dialog box appears.

Make sure the Browse table is set to Company.
From the Browse field drop-down list, select entityid.
Start moving your Defaults IDs
This will enables you to choose from any of the IDs.


Click OK.
The Create Parameter Field dialog box appears.

Click OK.
The Field Explorer dialog box appears with the ID parameter selected.

Drag and drop the ID parameter into your report.
Note: If you don't want to see the parameter field you dropped in your report, place it in a section you can suppress, such as a report header or footer.

To incorporate the parameter into the selection
On the Report menu, click Select Expert.
The Choose Field dialog box appears.

Select entityid from the Company table, then click OK.
The Select Expert appears.

Choose is equal to from the drop-down list.
Choose the parameter from the adjacent drop-down list.
{?ID}.



Click OK.
Click the Preview tab.
The Enter Parameter Values dialog box appears.

Select the ID to base the report on.

Click OK.
The Change in Record Selection Formula dialog box appears.

Click Refresh Data.

-------
So now everytime you refresh your report you get a prompt to choose your ID..and based on that the relative data will appear based on your selection query

just design your report as if you're drawing the labels and place the info in each lable area...

hope that will help
GeneralRe: how to print mailing labels? Pin
Lisana6-Jun-05 4:52
Lisana6-Jun-05 4:52 
GeneralRe: how to print mailing labels? Pin
Lisana6-Jun-05 5:14
Lisana6-Jun-05 5:14 
GeneralRe: how to print mailing labels? Pin
Ranoush6-Jun-05 20:06
Ranoush6-Jun-05 20:06 
QuestionHow Can I show a report crystal 8.5 in VB.Net Pin
Shuber3-Jun-05 9:30
Shuber3-Jun-05 9:30 
AnswerRe: How Can I show a report crystal 8.5 in VB.Net Pin
Ranoush3-Jun-05 22:11
Ranoush3-Jun-05 22:11 
GeneralRe: Encapsulation Pin
Dave Kreskowiak3-Jun-05 13:38
mveDave Kreskowiak3-Jun-05 13:38 
GeneralListview in VB.Net Pin
prathiba_naresh3-Jun-05 4:53
prathiba_naresh3-Jun-05 4:53 
GeneralRe: Listview in VB.Net Pin
Andy Davies3-Jun-05 5:21
Andy Davies3-Jun-05 5:21 
GeneralRe: Listview in VB.Net Pin
prathiba_naresh5-Jun-05 22:32
prathiba_naresh5-Jun-05 22:32 
GeneralArrays Pin
macca243-Jun-05 4:45
macca243-Jun-05 4:45 
GeneralRe: Arrays Pin
Colin Angus Mackay3-Jun-05 5:56
Colin Angus Mackay3-Jun-05 5:56 
GeneralRe: Arrays Pin
Fernando Soto3-Jun-05 8:15
Fernando Soto3-Jun-05 8:15 
GeneralRe: Arrays Pin
Sabri.Ghaith5-Jun-05 2:46
Sabri.Ghaith5-Jun-05 2:46 
GeneralUpload files to a web server from a client windows form application Pin
Yenyen Suwardy3-Jun-05 1:24
Yenyen Suwardy3-Jun-05 1:24 
GeneralRe: Upload files to a web server from a client windows form application Pin
Purple Monk3-Jun-05 1:50
Purple Monk3-Jun-05 1:50 
Generalbinding and text Pin
Mega13-Jun-05 0:38
Mega13-Jun-05 0:38 
GeneralRe: binding and text Pin
Purple Monk3-Jun-05 2:03
Purple Monk3-Jun-05 2:03 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.