Search results for query: *

  1. M

    pass criteria to Ms Access report and print

    Hi all, I was first trying to recreate all reports I had in Access database and print them from a Win form. but this turned to be a lot of work and I'm quiet new to this C# coding and Win forms. after some thinking and going trough google how to trigger the Access reports from C#, I found some...
  2. M

    connection string for reports

    hi, I will close this thread as for now I will not use the reports this way. I will use the current reports there are in the access database and fire them up via C# Greetings.
  3. M

    connection string for reports

    I tried this link here: https://www.c-sharpcorner.com/forums/how-to-assign-the-comboboxs-selected-item-property-to-rdlc but no luck, I don't get results.... Greetings.
  4. M

    connection string for reports

    hi, I can't get it to work :-( If I only could get an example on how to do this would be really helpful, but I can't find nothing and this is frustrating that I can't even pass a value from a text box to the query of the report...... Any idea how to solve this? Greetings.
  5. M

    connection string for reports

    Hi, Thanks a lot, will check it out and get back if I get it to work and how I did it :-) Greetings.
  6. M

    connection string for reports

    Hi all, I'm trying to look for info on how to create C# windows forms with reports. there are plenty of info on how to create a report from scratch, but I could only find the ones that you define the data source from some drop down boxes and you need to set the connection etc. I come from Ms...
  7. M

    Click href and get text from it

    Closing this as no one seems to care about it.
  8. M

    Click href and get text from it

    hi all, I tried to use the below code to see if I can get the href and click it. Not sure if it returns something at all. How can I debug in Visual Studio to see the value? var links = webbMain.Document.GetElementsByTagName("a"); foreach (HtmlElement link in links) { if...
  9. M

    Click href and get text from it

    any tips to get me started? I can't find nothing on google that will work. As I'm new to this I have no clue where to start :( Greetings.
  10. M

    Click href and get text from it

    hi, my version of Visual Studio is limited and I can't install those packages :-( I'm stuck to the standard installation of Visual Studio 2010. Greetings.
  11. M

    Click href and get text from it

    Hi all, I'm new to the forum :) I made a windows form that has a button, text box and web browser. I use this to connect to our internal intranet and automate some tasks. People will use a customer nr to find a particular case and the select it from the list that pops up. as there should be...
Back
Top Bottom