- Strength to Increase Rep
- +0
- Strength to Decrease Rep
- -0
- Upvotes Received
- 1
- Posts with Upvotes
- 1
- Upvoting Members
- 1
- Downvotes Received
- 0
- Posts with Downvotes
- 0
- Downvoting Members
- 0
9 Posted Topics
Hello Everyone So I have 2 datagridviews that compare information between them and if it does match it colors the rows in green and after its done all the white spaces colors the rows in RED, so the main thing is that i dont know how to print only the … | |
Re: Windows Application, I've already solved my problem, but if you know how i would mind learning a new way of doing that Regards | |
Re: [QUOTE=ntiyiso;993253]Hi, I assume u r using SQL server 2005/2008, rty the code below, How ever to display your picture I would suggest you store the directory of your picture in the database. Dim connectionStr As String = "Data Source=.;Initial Catalog=VideoShop_SMDB;Integrated Security=True" --Database connection Dim conn As New SqlConnection(connectionStr) --Put this … | |
So i need to add a supreport to the main report that i have and im not sure how to do that so i google it and im not getting it right can anyone help me here please :$ [CODE]Dim strConnection As String = "Server=OADMIN\SQLEXPRESS; Database=EHV2;uid=admin;Password=ehvgem" Dim Connection As New … | |
Hello Everyone I need some expert advice on this problem that i have, i been trying to google this issue but still no luck. Im using VB 2005 and the Crystal Reports that come with Visual Studio 2005. I have a "Purchase Order" program that im trying make my company … | |
Hello everyone I've been trying to google this and had no luck with this issue So i have this form where it prints a certain record i search, but im trying to do restaurant form and a print form that it will print the last order done. So I Know … | |
Hello Everyone I'm using VB 2005 to do a small program to find clients and print a label, and i have crystal report to print the label, but it only prints the clients information. So i want to add a comment box in the print label form that i use … | |
Re: [QUOTE=Dranix;1088863]In VS 2008, for example I have sql command like SELECT * FROM STUDENTS WHERE STUDENTID = @STUDENTID Then I append value into it, for example 15 How to I catch this sql command SELECT * FROM STUDENTS WHERE STUDENTID = 15 Thx in advance[/QUOTE] Hello maybe this will help … | |
Hello everyone Im new at this thing of programming and im having trouble in saving a new record to the database, I've searched online for this problem and ive tried all the possible ways that i find in internet but i cant manage to make it work correctly This is … |