I am considering upgrading to vb.net 2005 and also purchasing an add on componet such as logistics or componet one. I need a good datagrid, textboxes, and ect for easier deployment.
Any ideas pro or con on this?
I have a report that list all the tickets in numerical order for a month. How can i test to see if each number is one more than the previous number on the report.
Row 1 = 2500
if row 2 = 2501 ok
if row 2 = 2503 then i have a problem
Thanks for any ideas.
If i get an error generated by vb.net, How do i capture it, hide it, and give my own message box with options. Lets say " you have a concurrency violation error" or any other error. How do i capture that with my code, and then give my own options?
Thanks in advance
I am answering my own question on this.
When you have a dataview as the datasource for a datagrid, you have to go to the code for the datagrid.tablestyles and write your code in there. It will not allow you to do it visually via the wizard, but it works fine at the coding level.
The...
Is it possible to format the data at the dataset level. For instance formatting the date as short at the datset level and not having to format it at the textbox.text level.
If you have any sample code that does this, it would be appreciated.
Thanks
I havent seen this, but i will ask anyhow. I can use word to create labels that fit avery labels. Is there anything in crystal similar to word that allows me to do this via a wizard? Or is this something i must do manually?
Using crystal reports version 10.00
Thanks in advance for your help.
My combo boxes intially load on form load. That way its always loaded when the form loads. You could place the same code in the selected index as a way to reload.
I have a crystal report question in regards to passing a date from a textbox on my form to the crystal report.
I want the report to select the date in my textbox1 as the selected date on the report.
Can anyone point me in the proper direction.
Thanks
Thats a great link - answers a lot of questions.
I ended up using mousemove to detect movement on the datagrid, and followed up with my save coding.
I wonder how do i know the cell/row that i am on in a datagrid.
As each cell/row changes i want to add some code warning if a "save to data" is needed.
Thanks in advance for your help
Thanks for the response - I will try. I was able to come up to a solution on my own by doing research. Here is what i found and am using.
Just show Form2 using ShowDialog() instead of Show():
Private Sub Button1_Click(...) Handles Button1.Click
Dim f2 As New Form2
f2.ShowDialog()...
I have two forms in question.
Form1 is a transaction database
Form2 is a customer database
When you are on form1 there is a combobox that is populated with customer names. If your customer name is not present, you click on a button to open form2 which has the customer data.
When form2 is...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.