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 TouchToneTommy 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: ferozy
  • Content: Threads
  • Order by date
  1. ferozy

    Export to PDF format

    Hi, I have made setup package for my vb program and crystal report and tested it on another computer which works fine, only when I want to export any report in PDF format and save it to disk, the export option comes up and I choose the range of pages to export and click OK,the Save Dialog box...
  2. ferozy

    Visual Basic setup (MDAC)

    Hi, I am using WINXP as the platform. Now which MDAC version would let me distribute my Program to clients who use WIN 98 & WIN 2000 Professional. Any help on this will be appreciated. Regards, Feroz
  3. ferozy

    Creating setup file - vb 6.0 and crystal reports 8.5

    Hi, What all is needed and How to make a Setup file to install on Client computers for VB 6.0 and Crystal Reports. In my VB Program I have 1 Report Viewer Form. And I have made several Reports in Crystal Reports 8.5. In my Program, the user selects the report to view and Clicks on the...
  4. ferozy

    Making Setup file - VB 6.0 & Crystal Reports 8.5

    Hi, What all is needed and How to make a Setup file to install on Client computers for VB 6.0 and Crystal Reports. In my VB Program I have 1 Report Viewer Form. And I have made several Reports in Crystal Reports 8.5. In my Program, the user selects the report to view and Clicks on the...
  5. ferozy

    Newbie Help !!!

    Hi, In my form I have 3 options which ever option is chosen it opens that report. Now e.g the 3 options shows reports: 1) Employee details 2) By Department 3) By Position Title Now I want to add 2 more option separately. a) Show Actual Pay b) Show Calculated Pay So if I select...
  6. ferozy

    Sharing Docs Problem (win 2000 server and win 98)

    Hi, Our server has windows 2000 server installed on it and there are a few folders in the C: that are shared for other network users. Now, The other 3 computers which has windows NT 4.0, Windows XP AND windows 2000 Professional are able to see and use this folder. But the Problem is in the...
  7. ferozy

    Sharing Docs Problem

    Hi, Our server has windows 2000 server installed on it and there are a few folders in the C: that are shared for other network users. Now, The other 3 computers which has windows NT 4.0, Windows XP AND windows 2000 Professional are able to see and use this folder. But the Problem is in the...
  8. ferozy

    combo box problem

    Hi, I have a Form1 which has a combo box which is loaded with data from database on form load. In this form I have a Command button which opens form2 where I can edit data and click Finish, which returns me to the first form. The problem is when I return to Form1, the data in the combo box...
  9. ferozy

    Crystal Report Error

    Hi, My code below opens Crystal report but the report is empty, there are no fields showing, what am doing wrong. This is the First time I am using crystal reports in VB, so Iam quite confused. Can anybody please help me. Thanks. Private Sub cmdReport_Click() 'frmReport.Show Dim cnn As...
  10. ferozy

    Urget Help - Crystal Reports

    Hi, In my form I have 3 options, 1) Show all Employee Records 2) Filter Records by Department - which is chosen from a drop down combo box, so from 20 departments, 1 can be chosen. 3) Filter Records by Position Title - which is...
  11. ferozy

    Urget Help - Crystal Reports

    Hi, In my form I have 3 options, 1) Show all Employee Records 2) Filter Records by Department - which is chosen from a drop down combo box, so from 20 departments, 1 can be chosen. 3) Filter Records by Position Title - which is chosen from a drop down combo box...
  12. ferozy

    TreeView and Imagelist Problem

    Hi, In my form I have 1 Tree view control and a image list, in the property pages of the Tree View control I have added to "Image List" - imagelist1 and this works fine. Now in the same form I have added another TreeView control (TreeView2) and also I add another ImageList2. Now...
  13. ferozy

    V Scroll

    Hi, In my form I have 15 * 3 Text boxes and 15 Check Boxes inside a frame and these boxes are loaded with data from the Table. Now how can I add a vScroll so that only 5 text boxes are shown and when you scroll down the rest is shown can any body please help me. Thanks.
  14. ferozy

    User Groups

    Hi, Iam sorry this is a bit off topic. To post questions and then read replies I have to connect to internet and where I am living in the Pacifix the interent is very expensive. So is there any user groups/forums regarding visual basic microsoft database where I can Participate through email...
  15. ferozy

    Tree View Deleting Problem

    Hi, I have problem in deleting from TreeView. The treeview in my application loads the position and reportsTo from database. That is the treeview will have General Manager Sales Manager Sales Assistant Human Resource Manager IT Manager Now when one needs to...

Part and Inventory Search

Back
Top