Forum: MS SQL Jun 25th, 2007 |
| Replies: 6 Views: 5,811 Re: how to delete data from table hello,
no there is no pattern and i have primary key to distinguish those records and i have to delete them randomly.
e.g. from 1-4000 series, i have to delete 2-7, 9-11, 25-36, 40, 45, 78 and so... |
Forum: MS SQL Jun 21st, 2007 |
| Replies: 6 Views: 5,811 how to delete data from table hello,
i have a table having 4000 (four thousand) records and now i want to delete 3000 of them as i don't need them, these records have primary key as id which is ofcourse unique.
can anyone tell... |
Forum: Visual Basic 4 / 5 / 6 Jun 21st, 2007 |
| Replies: 1 Views: 1,725 display data in crystal report using vb hello all,
i have to prepare a report which will display data from a specific date upto the specific date, both will be defined by the user at run time.
the report is connected with the database... |
Forum: Visual Basic 4 / 5 / 6 Jun 18th, 2007 |
| Replies: 4 Views: 3,386 |
Forum: Visual Basic 4 / 5 / 6 Jun 18th, 2007 |
| Replies: 4 Views: 3,386 Re: To display data in textbox and label hello veena,
Thanks for your reply.
I am using this code on combo box click event and it is giving error and when i used it on lost focus event even then it is giving err that the operation could... |
Forum: Visual Basic 4 / 5 / 6 Jun 18th, 2007 |
| Replies: 4 Views: 3,386 To display data in textbox and label hello,
when user slect an item from combobox, then its corresponding data should be displayed in the textboxes and labels placed on the form.
like if i select a rollno then the name, address, age... |
Forum: Visual Basic 4 / 5 / 6 Jun 16th, 2007 |
| Replies: 7 Views: 1,169 |
Forum: Visual Basic 4 / 5 / 6 Jun 16th, 2007 |
| Replies: 7 Views: 1,169 |
Forum: Visual Basic 4 / 5 / 6 Jun 16th, 2007 |
| Replies: 7 Views: 1,169 |
Forum: Visual Basic 4 / 5 / 6 Jun 15th, 2007 |
| Replies: 7 Views: 1,169 |
Forum: Visual Basic 4 / 5 / 6 Jun 14th, 2007 |
| Replies: 6 Views: 2,317 |
Forum: Visual Basic 4 / 5 / 6 Jun 14th, 2007 |
| Replies: 6 Views: 2,317 Re: Print a form without using report Hello to all,
what should i do if i want to open the print dialog box to see which printer is attached and to change the given preferences of printer etc. by clicking on the button placed on the... |
Forum: Visual Basic 4 / 5 / 6 Jun 14th, 2007 |
| Replies: 6 Views: 2,317 Re: Print a form without using report [quote=AV Manoharan;387915]A better and most easy way to get something printed on to the printer is the following code.
Dim Str1 As String
Open "LPT1" For Output As #1
Str1="Testing the... |
Forum: Visual Basic 4 / 5 / 6 Jun 13th, 2007 |
| Replies: 6 Views: 2,317 Print a form without using report Hello,
I am developing an application in Visual Basic in which i have to enter the details of candidates and after that clicking on the print button, the details of that particular candidate get... |
Forum: Visual Basic 4 / 5 / 6 Jun 13th, 2007 |
| Replies: 4 Views: 5,994 |
Forum: Visual Basic 4 / 5 / 6 Jun 13th, 2007 |
| Replies: 4 Views: 5,994 |
Forum: Visual Basic 4 / 5 / 6 Jun 13th, 2007 |
| Replies: 4 Views: 1,785 Re: Borderless MDI form hello,
thank you. both of you. it really works and i appreciate for your reply.
Thanks again. |
Forum: Visual Basic 4 / 5 / 6 Jun 10th, 2007 |
| Replies: 4 Views: 5,994 Storing Text file in Database through VB Hello All,
i want to add a word/text file in database(MS-Access), for this i am using datatype ole object for that particular column.
i am using a text box to catch the file name and the complete... |
Forum: Visual Basic 4 / 5 / 6 Jun 10th, 2007 |
| Replies: 4 Views: 1,785 Borderless MDI form hello all,
can anyone tell, how can i make an mdi form borderless.
i don't want the user to click on the close button present in the title bar. i want them to exit the way i directed them.
thanks... |