Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations bkrike on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by plsh

  1. plsh

    Date picker

    Good day, I would like to know if there is any sort of control or way of having a date picker as one can have in VB6? I need something that operates much the same as the VB6 control. Any help would be great. TIA
  2. plsh

    Combobox databind

    Hi jzelhart, Thank you but I cannot follow your code. What are sb and ddlEx? What are they refering to? Thanks
  3. plsh

    Reporting services parameters

    Hi scan2k, Unfortunately not. What I ended up doing was allowing for an all option in the drop list. Then the user could either select a single value or all of them but as for 2 or 3 out of a long list I am afraid not. Sorry I couldn't help more, if you are ever able to come up with the...
  4. plsh

    Combobox databind

    Hi there, I am trying to fill a combobox with values from a sql server 2000 database. Unfortunately I come from VB6 and normal straight asp and my boss wants me to magically learn how to code in C#. I have been trying to figure it out and not much luck, can't seem to find any decent examples...
  5. plsh

    Datagrid column headers

    Hi sbdSolna, Thanks, but that unfortunately doesnt help me at all. The order of the columns is different in the dataset and the datagrid, I need to and have to read the column headers out of the datagrid. I cannot access the dataset in a conventional way as you have, I HAVE TO ACCESS THE...
  6. plsh

    Datagrid column headers

    Good day, I have a problem that is really irratating. I have a datagrid that is bound. It is automatically filled with all the fields in the dataset. The only thing is that when the datagrid is populated the column order is different to that of the dataset. I don't mind the columns been all...
  7. plsh

    Datagrid

    Just what I was looking for, thank you sooooo much.
  8. plsh

    Datagrid

    I get an error saying 'System.Windows.Forms.DataGrid' does not contain a definition for 'Items' Any ideas?
  9. plsh

    Datagrid

    There is very limited information that I can find out about the SAP .NET connector which is the main reason I am trying to loop through the grid and retrieve the values of the various cells. Do you have any idea how this could possibly be done? I know it is not best coding or anything like...
  10. plsh

    Datagrid

    The data isretrieved from SAP with the SAP table wizard and then the datagrid is bound to this. The way I retrieve the data with this is as follows: private void cmdRetrieve_Click(object sender, System.EventArgs e) { // Declare parameters here TEST proxy = new TEST()...
  11. plsh

    Datagrid

    I must be honst in that I really do not know how to do that. I bind my datagrid to a SAP table Wizard, so I am not sure if or how to do what you are saying. That is why I would like to just loop through the datagrid and access the values in the cells directly. Something like...
  12. plsh

    Datagrid

    Thanks DaZZled, What ideally I would like to do is fill the datagrid with all the rows and then loop through the actual datagrid itself.
  13. plsh

    Datagrid

    Hi there, I have a datagrid that I have bound to SAP using the .NET connector. I can fill the grid no problem, but I would now like to export the results of that datagrid to a text file where some criteria are met. Does anyone know how to read the contents of the datagrid cells? I am using c#...
  14. plsh

    System.Security.Policy.PolicyException

    Good day, I hope someone can help me. I have am receiving an error when I try and run my c# program in debug mode. the error is: An unhandled exception of type 'System.Security.Policy.PolicyException' occured in 'File.exe' Additional information: Required permissions cannot be acquired Any...
  15. plsh

    Leave textbox

    Thank you very much DaZZled, it worked like a charm

Part and Inventory Search

Back
Top