• Member Avatar for VIPER5646
    VIPER5646

    Began Watching An unhandled exception of type 'System.StackOverflowException'

    Why am I getting a System.StackOverflowException when assingning a value to avariable. I have used the same process on other forms in this project and they work fine, don't know …
  • Member Avatar for VIPER5646
    VIPER5646

    Replied To a Post in how find out when a datagrid has been loaded

    I changed it after the first post.
  • Member Avatar for VIPER5646
    VIPER5646

    Replied To a Post in how find out when a datagrid has been loaded

    Here is the Configuration_Method. Private Sub dgv_Config() Try With Me.dgv_Custom .AutoSizeRowsMode = DataGridViewAutoSizeRowsMode.AllCells .ColumnHeadersDefaultCellStyle.Alignment = DataGridViewContentAlignment.MiddleCenter .DefaultCellStyle.Font = New Font("Microsoft Sans Serif", 10, FontStyle.Regular) .RowHeadersWidth = 30 .Columns("Due Date < …
  • Member Avatar for VIPER5646
    VIPER5646

    Replied To a Post in how find out when a datagrid has been loaded

    Thanks for your reply but it didn't work.
  • Member Avatar for VIPER5646
    VIPER5646

    Created how find out when a datagrid has been loaded

    Hi All I have a method to configure a datagridview, meaning changing the column widths, format columns etc. If I call the configuration meathod from the form load doesn't work …
  • Member Avatar for VIPER5646
    VIPER5646

    Began Watching how find out when a datagrid has been loaded

    Hi All I have a method to configure a datagridview, meaning changing the column widths, format columns etc. If I call the configuration meathod from the form load doesn't work …
  • Member Avatar for VIPER5646
    VIPER5646

    Marked Solved Status for Updating a Masked Column

    Hi all I have a table with a Masked column. How can I INSERT or UPDATE data into the masked column at run Time with out Loading the column into …
  • Member Avatar for VIPER5646
    VIPER5646

    Replied To a Post in Updating a Masked Column

    I Have Solved by using the Left and Right Functions to separate the left and right of the value. Here is a code Snipid how I did for future Users. …
  • Member Avatar for VIPER5646
    VIPER5646

    Created Updating a Masked Column

    Hi all I have a table with a Masked column. How can I INSERT or UPDATE data into the masked column at run Time with out Loading the column into …
  • Member Avatar for VIPER5646
    VIPER5646

    Began Watching Updating a Masked Column

    Hi all I have a table with a Masked column. How can I INSERT or UPDATE data into the masked column at run Time with out Loading the column into …
  • Member Avatar for VIPER5646
    VIPER5646

    Replied To a Post in Wrong Data being displayed in Crystal reports

    Thanks Otep for reply! Now with that change I receive this error "Column '' does not belong to table finishrelation_qry"
  • Member Avatar for VIPER5646
    VIPER5646

    Replied To a Post in Wrong Data being displayed in Crystal reports

    No this is being pulled from one View. I have tried populating the dataSet at runtime the datagridview.datasourse=the dataset and all data seams to be good. But I get he …
  • Member Avatar for VIPER5646
    VIPER5646

    Replied To a Post in Wrong Data being displayed in Crystal reports

    I did use the CrystalReport Wizard, but instead of connecting directly to the data base I connected to the dataset.
  • Member Avatar for VIPER5646
    VIPER5646

    Created Wrong Data being displayed in Crystal reports

    Hi all I just started using Crystal reports in vs2010. I have created a Dataset in the Designer and pulled data from an access DB. The dataset is being populated …
  • Member Avatar for VIPER5646
    VIPER5646

    Began Watching Wrong Data being displayed in Crystal reports

    Hi all I just started using Crystal reports in vs2010. I have created a Dataset in the Designer and pulled data from an access DB. The dataset is being populated …
  • Member Avatar for VIPER5646
    VIPER5646

    Marked Solved Status for Help Values in datagrid not same as Access Query

    Hi all I Have 3 Queries in access 2 of them are being used as a calculator we willcalled them Cal1 and cal2. The third query The Order query displays …
  • Member Avatar for VIPER5646
    VIPER5646

    Replied To a Post in Help Values in datagrid not same as Access Query

    Thanks again For your help! I have solded it. The issue was that one the column names I had in Cal1 That I was doing the calculating was the same …
  • Member Avatar for VIPER5646
    VIPER5646

    Replied To a Post in Help Values in datagrid not same as Access Query

    Thanks rch1231 for your reply! I have substituted the null Values for 0 but still have the same issue .
  • Member Avatar for VIPER5646
    VIPER5646

    Created Help Values in datagrid not same as Access Query

    Hi all I Have 3 Queries in access 2 of them are being used as a calculator we willcalled them Cal1 and cal2. The third query The Order query displays …
  • Member Avatar for VIPER5646
    VIPER5646

    Began Watching Help Values in datagrid not same as Access Query

    Hi all I Have 3 Queries in access 2 of them are being used as a calculator we willcalled them Cal1 and cal2. The third query The Order query displays …
  • Member Avatar for VIPER5646
    VIPER5646

    Marked Solved Status for Changing a Cell alignment of a specific cell of a datagridview

    Hi all I have a DataGridView with 2 Columns an Order column (text) and a price Column (decimal) The Datagrid contains all the orders and price for a certain customer. …
  • Member Avatar for VIPER5646
    VIPER5646

    Replied To a Post in Changing a Cell alignment of a specific cell of a datagridview

    Thanks for your help. here is the code that works. Me.DataGridView1.Rows(Me.DataGridView1.Rows.Count - 1).Cells(0).Style.Alignment = DataGridViewContentAlignment.BottomRight
  • Member Avatar for VIPER5646
    VIPER5646

    Edited Changing a Cell alignment of a specific cell of a datagridview

    Hi all I have a DataGridView with 2 Columns an Order column (text) and a price Column (decimal) The Datagrid contains all the orders and price for a certain customer. …
  • Member Avatar for VIPER5646
    VIPER5646

    Created Changing a Cell alignment of a specific cell of a datagridview

    Hi all I have a DataGridView with 2 Columns an Order column (text) and a price Column (decimal) The Datagrid contains all the orders and price for a certain customer. …
  • Member Avatar for VIPER5646
    VIPER5646

    Began Watching Changing a Cell alignment of a specific cell of a datagridview

    Hi all I have a DataGridView with 2 Columns an Order column (text) and a price Column (decimal) The Datagrid contains all the orders and price for a certain customer. …
  • Member Avatar for VIPER5646
    VIPER5646

    Marked Solved Status for MDiI Child form Hidden behind a Datagrid control

    Hi all I Currently have a MDI Form that contains a DataGridView. When I open a dialog form as a MDi MdiChildren the dialog form partionly hides behing the Datagridview. …
  • Member Avatar for VIPER5646
    VIPER5646

    Replied To a Post in MDiI Child form Hidden behind a Datagrid control

    For future reference. Controls placed on the surface of an MdiForm show up in front of child forms by default. [Click Here](http://social.msdn.microsoft.com/Forums/vstudio/en-US/17241af2-8548-42d9-b9e7-0f533b9c1e86/bring-a-child-form-to-fornt?forum=csharpgeneral)
  • Member Avatar for VIPER5646
    VIPER5646

    Created MDiI Child form Hidden behind a Datagrid control

    Hi all I Currently have a MDI Form that contains a DataGridView. When I open a dialog form as a MDi MdiChildren the dialog form partionly hides behing the Datagridview. …
  • Member Avatar for VIPER5646
    VIPER5646

    Began Watching MDiI Child form Hidden behind a Datagrid control

    Hi all I Currently have a MDI Form that contains a DataGridView. When I open a dialog form as a MDi MdiChildren the dialog form partionly hides behing the Datagridview. …

The End.