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!

Recent content by nwb1

  1. nwb1

    Gantt Chart

    Thanks for your info. I'd just download a sample app. on how to use C/Report to do this.
  2. 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...
  3. nwb1

    How to cancel a selected item from a combo box

    Thanks for your help.
  4. nwb1

    How to cancel a selected item from a combo box

    Thanks. I guess I have to use a public variable to store the list index value?
  5. nwb1

    How to cancel a selected item from a combo box

    Thanks for that. It works. However is there a way to default it to its original value (if user select NO) without setting it to blank?
  6. nwb1

    How to cancel a selected item from a combo box

    With above coding users can not select an item. Warning should only show for some items and its depending on the selected item value. Is there a way to give user to select the item first, then check the value, and show a warning? Thanks again.
  7. nwb1

    How to cancel a selected item from a combo box

    Many thanks for the info. Is there a way to cancel the user selected item without disableing items from the list? I can give them a warning, but if they select yes (i.e to a messagebox with warning), is there a way to reverse the item to its original value?
  8. 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...
  9. 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
  10. nwb1

    Display vertical text in a word table

    Thanks for your comments but I just found a method to do that. wrdApp.Selection.Orientation = wdTextOrientationDownward
  11. 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...
  12. nwb1

    Insert multiple tables into Word document using VB

    It works, though I have to count no of rows needs "movedown" Many thnaks for your help
  13. 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...
  14. nwb1

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

    Thanks for your response. I have included DE Instance 1.0 through references as instructed but still can not load the file - Is there anything else need to be installed? Thanks again
  15. 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...

Part and Inventory Search

Back
Top