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 wOOdy-Soft 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: ashishjain
  • Content: Threads
  • Order by date
  1. ashishjain

    DB Grid, Data Contol

    hi, I to make a existing Vb Application into multiuser application. On Each form of application DBGrid and data control is used to display all existing records. for all data controls, Recordsource property is setted dynamically at runtime. I suspect that this application wouldn't work fine...
  2. ashishjain

    Data files

    hi, I am developing application in Visual Basic/MS Access/Crystal Report. I am setting database path dynamically for a crystal report dyanmically. e.g. CrystalReport1.ReportFileName = "acc.rpt" CrystalReport1.DataFiles(0)= App.path&"\Account.mdb&quot...
  3. ashishjain

    Data files

    hi, I am developing application in Visual Basic/MS Access/Crystal Report. I am setting database path dynamically for a crystal report dyanmically. e.g. CrystalReport1.ReportFileName = "acc.rpt" CrystalReport1.DataFiles(0)= App.path&"\Account.mdb&quot...
  4. ashishjain

    Data files

    hi, I am developing application in Visual Basic/MS Access/Crystal Report. I am setting database path dynamically for a crystal report dyanmically. e.g. CrystalReport1.ReportFileName = "acc.rpt" CrystalReport1.DataFiles(0)= App.path&"\Account.mdb&quot...
  5. ashishjain

    DataFiles

    hi, I am developing application in Visual Basic/MS Access/Crystal Report. I am setting database path dynamically for a crystal report dyanmically. e.g. CrystalReport1.ReportFileName = "acc.rpt" CrystalReport1.DataFiles(0)= App.path&"\Account.mdb&quot...
  6. ashishjain

    Multiuser

    hi, I have to convert a single user VB/Acess application into multiuser. Anybody could tell me which all points i will have to consider and what all things i will have to implement to achieve this. Thanx & Regards, Ashish Jain
  7. ashishjain

    Resolution Problem with MDI

    hi all, I am developing a VB application. I have used MDI and desgined forms in 680x480 resolution. what i find when i change rosolution to some higher resolution like 600x800 or some other resolution, all the controls of the child form moves to the left. It doesn't look's good. Is there any...
  8. ashishjain

    Setup

    Hi all, I have developed a software using Visual Basic/Access and crystal Report. I prepared setup using package & Deployment wizard(VS).when i try to install it on fresh machine(Don't have Visual Basic/Access/Crystal Report) it gives "some Crystal32.OCX error" during installation...
  9. ashishjain

    PWS Connection

    hi all, I am not getting a anwser that how many connection PWS (Personal web server) does supports? Thanx in advance. Ashish Jain
  10. ashishjain

    Global.asa

    hi, Is there any method to refresh Global.asa when i don't want to stop server. Thanx in advance. Ashish Jain
  11. ashishjain

    Dynamic report

    I developping a application using VB/Crystal Report. I have to generate dyanamic labels in a report. A single report may contains multiple lables. These labels are like address labels. I have to create these labels dynamically i.e. Everything fonts, fontsize, font color, Label size How many...
  12. ashishjain

    ADODC

    hi all, I am using ADODC in my application. we can close connection in Runtime ADO. Is there any method to close ADODC connections? Regards, Ashish Jain
  13. ashishjain

    Installation

    hi all, I have made a setup of VB application. when i install this application on Client machine. I get some error of because of following dlls.. 1)MSVCRT32.dll 2)Crystal32.ocx I think these dlls not registering properly. What type of problem i would face if these dll not register in the...
  14. ashishjain

    hi all, I have made a setup o

    hi all, I have made a setup of VB application. I have used ADODC and sometime runtime ADO in my application to access database. when i install this software in fresh machine it gives some run time errors. But what happened last night, when i install Office 2000 in my machine, application...
  15. ashishjain

    Sum function.

    I am making a report in which i have to find sum based on items and as well as summary sum also. when i finding sum of group item i have to put some condtion but i am not able to do that. I need Report data like this: Item Transaction Report Item1 Arrival 50 Item1 Arrival 20 Item1 Issue...
  16. ashishjain

    Dynamic database

    I am developing a project in VB/Aceess and Crystal report. I am setting MS Acess database name dynamically in Crystal report using vb. so i can install my software anywhere in the harddisk. most of the report is working. but one report is raising error, "database can't be open". Do u...
  17. ashishjain

    Netscapte 6 compatibility issue

    Hi all, we can trap mouse right click using below written code: <HTML> <BODY> <img border=&quot;0&quot; src=&quot;quantum.gif&quot; width=&quot;240&quot; height=&quot;125&quot;> <img border=&quot;0&quot; src=&quot;quantum.gif&quot; width=&quot;240&quot; height=&quot;125&quot;> <SELECT...
  18. ashishjain

    MS Access Security

    hi, I am working in a VB/Access project. Client doesn't want to show its database structure to anybody. and data base is not secure, anyone can open file and see data as well as database structure. I have tried to use password but it doesn't work becase there r so many available in the net to...
  19. ashishjain

    Set Decimal at run time

    I am developing a project in VB/Acceess. I am generating a dynamic report using crystal report. The decimals of a numeric field is set at the design time, becuase report is dynamic any column may be swap means sometime a columns has decimals 2 and sometime 3. Is there any way to set or modify...
  20. ashishjain

    Resolution problem

    hi, i am developing a project in VB/Access. and resolution i have set is 640 X 480 pixels. but when i run this application in higher resolution computers, the GUI looks so ugly. can u help me out. Thanx in advance!! Regards, Ashish Jain

Part and Inventory Search

Back
Top