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 strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. graydon123

    Open Microsoft Word document from VB.NET.

    Hi Sweep, I tried your solution and this is what happens to me. The program runs fine but does not seem to open the named word doc ("c:\Report Details") or any doc at all. I have this set to a report button click event so if I click the button again, it runs through again, however this time...
  2. graydon123

    Print Landscape through Crystal Report Viewer

    Currently I am using Crystal 8.5 Standard
  3. graydon123

    default value for a datagrid check box

    I have a datagrid which contains a checkbox column. Is it possible to make all the boxes checked when the datagrid loads? If so could you tell me how to make that happen? Thanks!
  4. graydon123

    Print Landscape through Crystal Report Viewer

    I have a Crystal Report that prints landscape. I have set it to print landscape by setting printer setup to landscape....this works as it should. However when I try to print the report through my program using a crystal report viewer, it prints portrait. How do I set my report to print landscape...
  5. graydon123

    User enters a date so the correct Accounting Period is assigned.

    I have 2 tables from my database, one an employeeinfo table and another called accountingperiod. The employee table consists of fields "empFirstName, empLastName, empSSN, empHirePeriod." The accountingperiod table consists of the fields and a couple of sample records : "acctPeriod...
  6. graydon123

    display a field from a data grid to a textbox

    Brian (Ragnarox), You did it!! Thanks so much!!!
  7. graydon123

    Is DataGrid the right Windows control?

    I've seen numerous(I mean a bunch!!) posts regarding this subject and yet to see a solution to this useing vb.net's datagrid. Is there a solution to RebLazer's post? I'm getting real sad :P.
  8. graydon123

    display a field from a data grid to a textbox

    Hello, I have a datagrid and would like to enable the user to select a cell from the datagrid, which would then populate a textbox/label with data from the selected field. I am having a heck of a time trying to grab data from a desired field in a datagrid. I can display the selectedrowindex, I...
  9. graydon123

    Selecting Data from a datagrid

    Thanks Sheldon I appreciate your help with this. I am getting a syntax error and a "ct" not declared from the 2nd line of the code from www.syncfusion.com. Do you happen to know why?
  10. graydon123

    Selecting Data from a datagrid

    Here is a problme that I am having a hard time researching... I have a datagrid that is bound to a database. The datagrid will display an employee's job history (data from the "Job Code" table). In the datagrid I only display a job start date and a job end date. I want the user to be...

Part and Inventory Search

Back
Top