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

    VB6.EXE - Application Error

    Whenever I am trying for any Help in design mode, getting an error message and the program terminates:- ======================================= VB6.EXE - Application Error The instruction at "ox0076006e" referenced memory at "0x0076006e". The memory could not be...
  2. bzac

    How to create Triggers in Access2000 ?

    Hi Friends, Is it possible to create Triggers in Access2000 mdb? If so can how can I run an application on an append/addnew event? Thanks
  3. bzac

    XL-Sheet from VB ????

    Hi friends, How is it possible to verify that an Excel Worksheet is open or not ? Anybody please help. Thank you
  4. bzac

    Is it possible to migrate to MSDE from Access 2000?

    I am using Jet and Access2000 in my VB6 project. How can I make it run under MSDE, so that it is easy to convert my DB to SQL Server.
  5. bzac

    Change Scale in MSChart...

    I have assigned a two dimensional array as the datasource for my MSChart. Instead of starting the Scale from 0, I had to start from the least value in my array and end with the max. value in my array. How can I set the min. and max scale value of mschart? What is the easy way to find the least...
  6. bzac

    Import CSV - Type mismatch only occassionally

    Hi Programmers, There is module to read CSV file and update an access table. CSV file contains two fields (First is Date & Time and the second is Quantity)in each line, usually 24 0r more lines. The date field is inputing into a string variable and then converting it into date format. While...
  7. bzac

    Scope of a two dimension Dynamic array ?

    What is the scope of a multidimensional Dynamic array? How is it consuming the memmory? How can I kill an array ?
  8. bzac

    Screen Resolution ?

    How can I convert an application made for 1024 x 768 screen resolution to 800 x 600 resolution ?. There are a lot of forms and charts to adjust manually. Please help me with some ideas.
  9. bzac

    How to make Screen resolution Independent ?

    How can I convert an application made for 1024 x 768 screen resolution to 800 x 600 resolution ?. There are a lot of forms and charts to adjust manually. Please help me with some ideas.
  10. bzac

    At last I found it - MSHFlexGrid selection

    I was not getting any proper answer from the discussion forum for my repeated posting on MSHFlexGrid - Mouserow selection. Now here is a tip for solving that.(I don't know wheather everybody aware of it or not, still it's a knew information for me). Problem:- MSHFlexGrid is not returning the...
  11. bzac

    An error occured while registering the file...

    I have craeted an installation using PDW.While installing in a Win 98 machine "An error occured while registering the file c:\windows\system\dfsshlex.dll". ??????????
  12. bzac

    Run time error 53

    I have packaged & deployed a VB6-Access2000-Jet4- ADO 2.5 application in win2000 platform and installed in a win98SE Machine. I have got a "run time error 53" . I think this is happening when it is going to run a shell command in the background. What are the files or .ocx that I have...
  13. bzac

    Error on connecting to database, after installing into a new machine

    I have created a package and deployed into a zip drive for installing it into a windows 98SE machine using VB-Package & Deployement Wizard. Program is in VB6 and database using access-Jet4-AD02.5 Installation works fine but after installing shows:- "Error on connecting to database&quot...
  14. bzac

    No Response - Access Primary Key violation - Please Help

    Anybody please respond to my thread on Access Primary Key Vioilation, I have reached time limit and need to show a demo. Stucked with this problem.
  15. bzac

    Access Primary Key Violation

    VB - ADO - Access 2000. I am using the following to find a record. If existing, need to update and else need to add a new record. 'HTIME' is date field in the table in General Date Format. 'ADate' is a date variable which is reading from CSV file and converted to vbgeneral date format with...
  16. bzac

    Help on MSDE

    I heard there is a common data engine for Access 2000 and SQL Server. Is that MSDE?. How can I install/Implement it?. How can I use Access2000 database with that engine? How can I trasfer Access2000 db to SQL Server?
  17. bzac

    Access2000-ADO 2.5 - Jet4 Slow Retrieval - need urgent help - Demo

    I am using Access 2000-ADO 205-Jet4 combination for my data retrieval from a table of nearly 240800 records and the table size will be nearly 30341300 total. I am using a database with only one table due to the size limit and other transactions are with other database. Running this under a...
  18. bzac

    MSHFlexGrid - Row Selection-No RESPONSE-Help urgently

    When the user slect a row in an MSHFlexGrid which has been populated with an ADO Recordset, I am trapping the selected row by mshflexgrid1.mouserow. The problem is when the user clicks on a row, the 'mouserow' will return -1 row number. But once after pressing the scroll button or scrolled it is...
  19. bzac

    How to check an adodb RS status

    Is there any way to check wheather an ADODB.RecordSet Open or Close, like "connection1.status=0" ? Here I have one problem:- When I try to close the recordset in my form.terminate event , shows error.
  20. bzac

    How to implement User ID & Pwd. perfectly ?

    How can I store the User ID & Password securly?. Can I store it in my database as it is?. How can I do Encription?. In my appl. I have an initiial Logon screen. Now it is working with hardcoded pwd. I want to enable/disable menu items accoding to user logged on. Admn.s can use all the...

Part and Inventory Search

Back
Top