Hi Guys! Is it possible to make a column in a datagrid looks like the datagrid's rowheader(its button like appearance, something like that)? I know this possible in VB 6.0 before.
I have a datatable with a unique key constraint. Now, when this constraint is violated a message box is automatically shown asking the user if he wants correct value with a YesNo button. How would I know if the user clicks yes or no? Is there a way to prevent this message box from showing or trap it so that i will have a control over it?
hi guys,
How do you force programmatically the changes made on the datagrid to be reflected on the datatable where the datagrid is binded without changing or selecting a different row?
Thanks.
hi guys! Just like to ask if it is possible to group the records and incorporate sub totals in the data table in a dataset so that when i pass the datatable as the datasource of the datagrid, the records are already grouped and sub totals are already implemented. Please help. Thanks.
The old ADO's recorset has method GetRows which retreives the rows from the database to an array. Is there a way we could do the same thing in the case of ADO.Net's dataset? Thanks.
hi guys,
I'm using the Crystal Report in VB.Net.
Can i format the reportobjects in Crystal Report such textbox's height, lineobject's width, etc? Can you please show a sample code on how to do this? Thanks.
I have a toolbar in a form containing a button which shows another form. When i click the button, the button disappears while the form is being loaded. Is there a way to prevent this happening? Thanks a lot.
I tried using the code snippet you provided above but it doesn't scroll to a specified column. For example, if i pass 10(column index) in the iCol argument it only scroll a bit from the first column...too far from the 11th column that i expect it to scroll.
I'm planning to use the Crystal Report included in Visual Studio.Net in creating reports for my VB.Net application (windows). I want to dynamically display a field in the report designer based on the field selection made by the user. Is there a way to do this? Please help. Thanks,
I want to changed the value of a cell in the datagrid based on the value of a textbox. IF the value of the textbox is an empty string, the cell should contain a NULL value instead of an empty string. Can somebody help me how to do this? I tried setting the value to Nothing but didn't work. Thanks. :)
Hmmm. Let's put it this way. If a form is deactivated the color of the form's caption bar becomes gray...right? How can I prevent it from changing its color? Hope you get it guys....:)