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!

Recent content by ferozy

  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, I followed the runtime.hlp file and created a Setup for my program. A Support Folder A Winzip File and A Setup.exe was created. I tried to test it on another PC that has win 2000 and no VB. On my PC it has Win XP. Anyway, when I click Setup.exe on another PC, Copying files 1 of 8 comes...
  4. ferozy

    Creating setup file - vb 6.0 and crystal reports 8.5

    I am using CR 8.5 Developer version. I have used the ODBC method to link the reports to the Access Database. Then, I call these reports from VB 6.0 and open it in the CRViewer in VB. Thanks
  5. 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...
  6. 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...
  7. 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...
  8. 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...
  9. 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...
  10. 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...
  11. ferozy

    Crystal Report Error

    Hi, I tried and my program crashed 3 times. Anyway if I dont add that line and run it as before the report opens (Form2), its blank and at the top the pages show 0 of 0+ and when I click next page it shows me the report with the fields I had created. So what am I doing wrong. I am new to...
  12. 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...
  13. 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...
  14. 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...
  15. ferozy

    V Scroll

    If I use a grid then I wont be able to edit the records,or if this possible, then which grid should I use.

Part and Inventory Search

Back
Top