I am very new to Visual Baisc in general but I am trying to learn Crystal Reports.
I have gotten a few things on there but a couple of things are still escaping my grasp.
My question:
I have a Control File in an MS Access database that contains the companies information. One field containing the name, another containing the address and so on and so forth.
I would like in the Section 1 (Report Header)...
User Profile
Collapse
-
Visual Basic 2005 Express Crystal Reports WinForms
Last edited by Killer42; Dec 20 '07, 01:53 AM. -
Bruno43 started a topic How can I programmatically add text boxes to a WinForm in visual Basic 2005?in Visual BasicHow can I programmatically add text boxes to a WinForm in visual Basic 2005?
How could I programmaticall y add multiple text boxes to a WinForm, in Visual Basic 2005
Basically I want to read a table in a database and depending on how many rows there are I would like to add that many text boxes. I am having a difficult time figuring out how to go about creating a textbox using just code.
Thanks in Advance -
Same, I still mess up linking my style sheet and im like ..... why isn't anything working?!?!?!?! ??$#%!$!$! ... O ..... then I feel stupid -
Try this
Code:.sidebar a:link, .sidebar a:visited{color:#ffffff;}
First you want to go into your class .sidebar then you want your anchor links (a) inside the sidebar to be colored white, same with your visited.
Also try using the RGB code for the color it is good practice.
Hope this helps...Leave a comment:
-
If Internet Explorer was a car, it would have been recalled by now.Leave a comment:
-
Close your Css comment style tag correctly
/* */
That will get your css working :)
Also it is good practice to close your statments properly
a.sidebar {color: #2f4f4f}
should be
a.sidebar {color: #2f4f4f;}
Add the Semicolon ;)...Leave a comment:
-
Actually I did something similar with Panels, I saw a tutorial on VBDudes.com about it and is actually working out pretty well.
Thanks for the reply!Leave a comment:
-
Thanks, but I guess I haven't made myself to clear and after second read of my own question it did need a little clarification
I am trying to read the Combobox items from a Database
Code:'Build Full Employee Data Set' Dim sql As String Dim empDS As New DataSet Dim maxrows As Integer Dim inc As Integer con.Open()
Leave a comment:
-
ComboBox Visual Basic 2005
Hi I have a question about the Combo Box
This is the only Code I have seemed to be able to find to add items to a Combo Box... Is there a way to modify it or another command that I could use to have my own index or value inserted, but display the text NewField
Code:Me.evSelectName.Items.Add("NewField")
... -
Button Rollovers Possible?
Hi I am just learning VB 2005 and am wondering how to create rollover buttons with images... or do I not use the default button at all and create something new? Any help would be appreciated, Thanks! -
Thanks! Would you happen to know of any tutorials I could read/do that would help me get understand the basics of panels?...Leave a comment:
-
Actually I am not sure if this is what I am looking for...
I am looking for a way to make it appear that everything is happening in the same window. Meaning when I click a button I don't want another form to open up I just want it to repopulate the current window with new information.... .Leave a comment:
-
Thanks that is what I was looking for unfortunately I should have specified it is Visual basic 2005 Express Edition so a couple of things in that article were different. It did however get me to looking around a lot more and I did find a template I could use. Thank you very much!Leave a comment:
-
Very newbie question about Navigation?
Hi I am trying to learn Visual Basic and I am getting everything for the most part, mainly because of my ability to read code like a book, but my question is what is the best way to Navigate through a Visual Basic program.
For example lets say I have a big Visual Basic Form1.vb and on Form1.vb there are buttons and I click on this button, now the only thing I want to change would be a "content" area, I want the navigation... -
Thanks! After I posted it I figured I would do that until someone posted. Thanks for reassuring my idea lol. I had to do some more error testing though in case they did not use two hyphens or did not have the right lengths etc. Appreciate the help!...Leave a comment:
-
Date Validation YYYY-MM-DD
Hi, I am new to ASP and have been using thescripts for a lot of trouble shooting.
My problem is I am trying to convert a PHP site over to ASP. I have gotten a good grasp on most things. At the current time I am still have trouble with validation in asp.
The following code is taking an input field and checking to see if it is in YYYY-MM-DD format.
I am rewritting the ASP code and trying to get the...
No activity results to display
Show More
Leave a comment: