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!

Recent content by csvideo

  1. csvideo

    Random Access Files

    hello I'm using Borland C++ 4.52 and I have a class with a couple of private data members and I would like to know the code I can put in the Destructor that would insert the data from the members into a random access file...Please give detail code if possible I'm new to C++.... Thanks
  2. csvideo

    convert from access

    whats the easiest way to convert a access database to vfp tables? TIA
  3. csvideo

    getting at the data

    i have a friend that was given a access program as a BDE files i thing..he is trying to open the database so he can see the indivdual tables however the program is starting up instead of the database opening... how can he open the database TIA
  4. csvideo

    web-cam and vfp

    I have a Camera connected to my pc and i would like to know if there are any activeX that i can use in a VFP form so i would be able to view the motion images of the camera and also take still photo... TIA
  5. csvideo

    OBDS and SQL Server

    I created a DSN for a SQL Server database. I use the DSN as the source for a remote view in VFP, however when the remote view is browsed the date field that is empty in the SQL Datsbase shows with the date 1900.01.01 in the remote view, WHY?
  6. csvideo

    OBDC shows 1900.01.01 from a empty SQL Server date field

    I created a DSN for a SQL Server database. I use the DSN as the source for a remote view in VFP, however when the remote view is browsed the date field that is empty in the SQL Datsbase shows with the date 1900.01.01 in the remote view, WHY?
  7. csvideo

    connecting to a sql database

    I'm use Microsoft SQL Server 2000 what I'm doing is just experimenting with delphi. So I'm creating a simple address book program. I read at the about.com website there use a DataSource,ADOTable,ADOConnection on the form, whats puzzling to me is how generic is it to set the conectionstring of...
  8. csvideo

    connecting to a sql database

    I am very new to Delphi 6 Enterprise and I would like to know the steps involved in connecting to SQL database? (details) Now I'm here, I would also like to know how to call a form from within a next form? thanks
  9. csvideo

    Learning Delphi

    I recently installed Delphi 6 Enterprise. I'm a experience Visual FoxPro programmer I also know a some PASCAL programming and I want to get up and running with delphi quickly, does anyone know of any good books or articles I can read to get me started. Thanks
  10. csvideo

    Alternative databases

    I had problems with open tables when the system power down accidentally. However I stop putting the tables directly in the DE of the forms and started using Local Views and I do not get any more problem (this is about 2 years now I havn't experience any problem)
  11. csvideo

    Question about Cash Drawers & Customer Display

    I'm writing a POS system an I would like to know exact how Cash Drawers & Customer Displays work? (What ports do there connect to and what are an example of some of the commands I would use to operate these devices?)
  12. csvideo

    DataEnvironment

    The DE cannot be subclasses. Can setting the path SET PATH TO C:\datapath in your main program (before you call any forms) work?
  13. csvideo

    setup wizard

    i just add %s in the command line and tried it and a folder appeared in my program group. I just want my exe to show in my program group. would %s\myapp.exe -t do it?
  14. csvideo

    setup wizard

    I read the help file but i wanted a further explaination can anyone give one?
  15. csvideo

    setup wizard

    thanks! you learn something new everday. Now in the command line must i type %s what are the other options and why?

Part and Inventory Search

Back
Top