Microsoft Visual Basic 6.0 for PC Logo

Related Topics:

Anonymous Posted on Jan 21, 2009

Put a calander

I want ro add calander in my vb form
when i clicked on perticular date its give the report which already stored in my database that has how many person are entered on percular date

please help me to slove this

thank you

1 Answer

Anonymous

Level 3:

An expert who has achieved level 3 by getting 1000 points

All-Star:

An expert that got 10 achievements.

MVP:

An expert that got 5 achievements.

President:

An expert whose answer got voted for 500 times.

  • Master 392 Answers
  • Posted on Feb 13, 2009
Anonymous
Master
Level 3:

An expert who has achieved level 3 by getting 1000 points

All-Star:

An expert that got 10 achievements.

MVP:

An expert that got 5 achievements.

President:

An expert whose answer got voted for 500 times.

Joined: Nov 20, 2008
Answers
392
Questions
1
Helped
148760
Points
1180

You can get your answer easily in http://www.codeproject.com/ by a simple search.
Enjoy it!

goodluck

Add Your Answer

×

Uploading: 0%

my-video-file.mp4

Complete. Click "Add" to insert your video. Add

×

Loading...
Loading...

Related Questions:

0helpful
1answer

How to print database in vb

To Print a Database you would require to create a Report. There were many ways of creating reports in Visual Basic 6.0. Hereby I am giving you an example of Data Report.
Printing a Data Report
Printing a data report can be accomplished in one of two ways. The user can click the Print button that appears on the data report in Print Preview mode (using the Show method), or you can programmatically enable printing using the PrintReport method. If an error occurs during printing, trap it in the Error event.
Choosing to Display a Print Dialog Box
When printing a report programmatically, you have two choices: to print by displaying the Print dialog box, or by printing without displaying the dialog box.
To display the Print dialog box
  1. Add a CommandButton to a Form.
  2. In the button's Click event, place the following code.
DataReport1.PrintReport True The Print dialog box allows the user to select a printer, print to file, select a range of pages to print, and specify the number of copies to print.
Note Printers must be installed on the computer in order to present a choice of printers.

Printing Without a Dialog Box
In some cases, you may wish to print the report without user intervention. The PrintReport method also gives you the option of selecting a range of pages to print, either all, or a specified range.
To print without displaying the dialog box
  1. Add a CommandButton to a Form.
  2. In the button's Click event, place the following code:
DataReport1.PrintReport False
Or, to specify a range of pages to print, use the code below:
DataReport1.PrintReport False, rptRangeFromTo, 1, 2
0helpful
1answer

How to change the date of an invoice

If you have already closed the invoices and cannot void them, then you need someone to adjust their date in the database. If you can void them, then change the date of the computer to the date you want on invoice and reenter invoice. This can't be done if it was a credit card sale however. Don't forget to change back the system date.
The first solution involves several tables in database and should only be attempted by someone familiar with SQL and RPE database. I could help.
[email protected]
Please return and give me a favorable rating if this helps or is of value to you.
Feel free to email me with more details if need be.
1helpful
1answer

How to make the library managment project with VB.Net & using MS Access as for database.& please help me out what code should I use for making that project?

firstly you have to create a database and in that you have to create tables as per your requirement.
secondly, create forms in vb and connect the database, as per your requrement. it is not possible to give all the codes. use some e-books.
0helpful
1answer

How to create crystal report in asp.net with vb script code

You can open the Crystal Report (should be installed with Visual Studio first) after you designed your database, then you have to connect the Crystal Report to the right database (the one which you store financial information in your case), then you can create your report easily by putting the desired variables and designs. Then you have to call for that report with a code within visual basic.
0helpful
1answer

I want to add a calendr in my vb form when i clicked on perticular date that gies me the report which already stored in my database which has stored how many person are entered on perticular date please...

I suggest you this URL:
http://www.codeproject.com/
You will get your answers there simply. This websit eis the source of .NET programming like C#, VB, J#, ASP and ....
enjoy it!
0helpful
1answer

How to print picture wiht crystal report 8.5 using ms access ?

I am not sure if I understand your question correctly but here goes..

if you want to click on a link within crystal report and them show the picture you can use OLE..
in the tools menu click on OLE, select "Create From File" ,
select the object type eg: MS bitmap.
Select Link
Browse to folder where the image exists. and select it
you can now select a Icon or leave as is and it will display the image name..
Clikc OK

now when you run CR if you click on that link it will open and display the image..

if you just want to add a Image to CR
in the Tools Meni select Insert, Picture browse to the folder where the image is stored and select it then click OK and it will be displayed

I hope this helps



0helpful
1answer

How to add columns(Vertical) only in Msflexgrid from database table using VB.

you have to open your current project in VB then go to "add references" (its somewhere in the menu bar) then go find microsoft acess and add it as a reference. then go to object browser and you'll find all the functions you need to interface between your project in VB and MS Access.

good luck !!!
0helpful
1answer

C90 epson printer "appears" Cannot be used error

clip_image002.jpg

1/ first of all please , don't forget change , date vacate , , date , please ( yes sir ) , ,
2/ begin , adjustment , will go up this window comes to , click already at , Accept ,
3/ , click already at , Perticular adjustment mode ,

clip_image004.jpg


clip_image006.jpg
4/ click at , Waste ink pad counter , to strip [ zone blue ] , then press , ok ,
clip_image008.jpg
5/ already will go up a window , Waste ink pad counter , click at , check , clip_image010.jpg
6/ press , ok ,

clip_image012.jpg
7 / click already at , lnitiailzation ,

clip_image014.jpg
8/ press , ok ,

clip_image016.jpg
9/ last step , press , ok , then close , then open again , only ( yes sir ) , ,
0helpful
1answer

View Reports

Hi, There a couple of different way you could do this and I have put two lots of VB code below that you can modify and use. Firstly you create the Combobox list by choosing the option that you will type the values yourself, you then type in all your report names on each line. After that you can then go to the VB code editor and paste my code in and modify it by changing my report names, (Customers) etc to your report names. Make sure you choose the Combobox and the On_Click option in the VB editor to paste the code into.  I like the first method better which checks the value of the Combobox and then opens the corrosponding report in the maximised form. The second method does the value check before running an assigned macro to open each report. With this you must first assign macros to each report in Access.  Remember each of these bits of code must be placed between the "Private Sub" heading and the "End Sub" ending, and change the "Combo23" name to reflect your combobox too. If you need a hand just email me.

First Method
 
If Combo23.Value = "Customers" Then
    DoCmd.OpenReport "Customers", acViewPreview, acWindowNormal
    DoCmd.Maximize
   
ElseIf Combo23.Value = "Customers 1" Then
    DoCmd.OpenReport "Customers1", acViewPreview, acWindowNormal
    DoCmd.Maximize
   
ElseIf Combo23.Value = "Customers 2" Then
    DoCmd.OpenReport "Customers2", acViewPreview, acWindowNormal
    DoCmd.Maximize
   
End If

Second Method
 
If Combo23.Value = "Customers" Then
   DoCmd.RunMacro "Macro1"
   DoCmd.Maximize
ElseIf Combo23.Value = "Customers 1" Then
    DoCmd.RunMacro "Macro2"
    DoCmd.Maximize
ElseIf Combo23.Value = "Customers 2" Then
    DoCmd.RunMacro "Macro3"
    DoCmd.Maximize
End If
Not finding what you are looking for?

98 views

Ask a Question

Usually answered in minutes!

Top Microsoft Computers & Internet Experts

Grand Canyon Tech
Grand Canyon Tech

Level 3 Expert

3867 Answers

k24674

Level 3 Expert

8093 Answers

Brad Brown

Level 3 Expert

19187 Answers

Are you a Microsoft Computer and Internet Expert? Answer questions, earn points and help others

Answer questions

Manuals & User Guides

Loading...