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 Chriss Miller 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: *

  • Users: nwb1
  • Content: Threads
  • Order by date
  1. nwb1

    Gantt Chart

    Hi, Does anyone know how to produce a Gantt chart in VB or Crystal Reports? I need to produce the chart with following values. Task Name Responsible Person Start Date End Date Need to display Task name, Responsible person, start/end dates as follows Jan Feb Mar...
  2. nwb1

    How to cancel a selected item from a combo box

    Hi, In my VFP form, I have a combobox control which display list of products. Some products can only be selected depending on the answer to previous question. Is there a way to control what user can select in a combobox? I can track the new value selected in Interactivechange method, but not...
  3. nwb1

    Creating Gantt Charts

    Hi Friends, I need to creat a gantt chart which shows project start & end dates along with details of 2 more fields. Can anyone let me know how to create a chart (which I can print) from vb please? Thanks in advance
  4. nwb1

    Display vertical text in a word table

    Can any one tell me how to change the direction of the text (Text direction using table) in a word table using vb please? The reason for this been I have 25 colums/20 rows in one table and that will not fit into one page of a word document. Is there a way to "Auto fill" the table so that all...
  5. nwb1

    Insert multiple tables into Word document using VB

    Hi friends, Can any one let me know how to install multiple tables into a word document using VB please? I can insert a table using following coding, but when I add the second table, it always insert a second table into the first table. Dim wrdDoc As Word.Document Dim wrdSelection As...
  6. nwb1

    What are DSR/DCX & DCA files and how to load them?

    I have Recently downloaded some sample applications for Crystal report form their product site. For some reason, I can not load any of the projects onto VB. All projects includes dcx, dsr & DCA files which I haven't use before. Can anyone let me know how to view these projects in VB6 please? I...
  7. nwb1

    XL Viewer

    Hi friends I have an excel report that I need to call from a VB program and display to user using XLView.Exe (free program that can use to view spreadsheet files). Is there a way to display XLView in a form without loading it as a separate program so that users can have only one copy of XLView...
  8. nwb1

    Call MS-Excel in a user form

    Hi Is there is a way to call excel from a VB6 program and display on a particular area (or in a new vb6 form) without having user to explore excel on its own? Thanks in advance
  9. nwb1

    How to view a crystal report in a vb program

    Hi, Can anyone help me please? I need to show a report created using c/reports (V8) and need to show the report in my program when use click on the Show report button. I have added CRViewer control (crviewer.dll) to the project but not sure how to display the report. Thanks in advance
  10. nwb1

    Using Datagrid with VB6

    Hi I have a datadrid on my form and that links to a database as follows. dim strID strID=13 Adodc1.CommandType = adCmdUnknown Adodc1.ConnectionString = cnBCD="Provider=Microsoft.Jet.OLEDB.4.0;Data Source=C:\ASF.mdb" Adodc1.RecordSource = "SELECT...
  11. nwb1

    Disable cols in FlesGrid

    Hi Can anyone tell me how to disable certain cols. in Flexgrid please? Thanks
  12. nwb1

    Edit Grids

    Hi, Can anyone tell me how to allow editing to a data/MSFlex grid control please? (Ive been trying different thing over last few weeks with no luck.) I need to add cols. at run time , and then allow users to edit certain cols at run time. Any help will greatly appreciated. Thanks
  13. nwb1

    How to change the system through VB

    Is there a way to change the system date to a user selected date (through DTPicker control) in VB? Thanks
  14. nwb1

    How to Unload Menu Items at run time

    Can any one help me on this please? I have a popup menu in my application, where I need to load/remove items at runtime. First I load the menu in form Load() event and later I need to re-create the menu by unloading previous menu items. I'm using following code but there seems a problem with...
  15. nwb1

    ListBox Question

    Is there a way to lock the ListBox (check box listBox) as same way as TextBox? I have a ListBox in my project where its items get populated programmatically and I want my uses to have access in record view mode (scroll up/down) but allow no editing (no checking/un-checking items) . I'm...
  16. nwb1

    ADO.RecordSet.Seek on a MultiIndex Field

    Hi Guys, Need your help again. Can anyone let me know how to use RecordSet.Seek method for an multi-field (Access 2000) index please? My Index is built on 2 fields (AccountID=Chr & AccountDate=Date type) Thanks
  17. nwb1

    Add a field (programmatically) using ADO

    Hi My Friends, I need your help! Can you tell me how to add a field (Boolean field) to an Access table (programmatically) please? Many Thanks NWB1

Part and Inventory Search

Back
Top