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 John Tel 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. nnuswantari

    Convert Access Table to Excel

    Hi, I am a poor programmer, I need your help I want convert data (table) from .mdb format to .xls format. Please tell me, sintax for solving my problems. Thanx
  2. nnuswantari

    Simplify my query

    I have query as bellow: select a,b, sum(iif(c=1 or c=3 or c=5 or c=8 or c=9 or c=12 or c=14,1,0)) as k3, sum(iif(c=2 or c=3 or c=6 or c=7 or c=10 or c=11 or c=14 or c=15 or c=18,1,0)) as k4 from tabelA group by a,b; Can make this query so simple?
  3. nnuswantari

    Read text from notepad

    Dear friends, I use a control 'WebBrowser' in VB.net. I want to display some textline. I will write this text line in a notepad. And then I will display to my WebBrowser. Could you tell me, How do I, so I can call/read this textline (in notepad) to my WebBrowser? Thanks for your help.[love][smile]
  4. nnuswantari

    Show and show dialog

    Dear my friends, I want to know, what is the difference show and show dialog (exp: form1.show or form1.showdialog). When do we use event 'show'? And when do we use event 'show dialog'? Thanks
  5. nnuswantari

    Call .chm file

    Please help me. I am very poor in programming. I had made a help file (.chm). Now I want to display it on my application. Would you mind to tell me. How can I do for calling .chm file? Thanks for your help
  6. nnuswantari

    Merge cells

    Please tell me sintax to merge cells with macro in excel. Thanx
  7. nnuswantari

    Add column dynamically in datagridview

    I have a datagridview with 1 column and any rows. I will use this to entry any data. What can I do to make this column can be added dynamically in runtime???
  8. nnuswantari

    Error during save to database cause data contain apostrophe [ ' ]

    I have any data that show in datagridview ex: column name = ID Number, name, Company, salary 1st data:{001, Miss NN, CV Mellow, 500} 2nd data:{002, Mr. I , CV Mafia, 800} 3th data:{003,Miss MK, GORILA'CC , 200} I will save them to a table in Access database (eg: tbl_salary) my structure's table...
  9. nnuswantari

    Can I print data directly from DataGridView

    I want to view data from database. I make it by use ListView or DataGridView. If I want to print data from this datagridview, Can I print this directly without save it first.? Please Help me? Thanx
  10. nnuswantari

    Save data from DataGridView to Excel without save it in database

    I have a problem during save data from datagridview to excel format. I want to save it without save to database. Please help me to solve this problems. Thanks.

Part and Inventory Search

Back
Top