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: csvideo
  • Content: Threads
  • Order by date
  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 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
  8. 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
  9. 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?)
  10. csvideo

    setup wizard

    VFP5 & 6 on page 5 of the setup wizard I specified the default directory as "SalesClerk" and the program group of "SalesClerk" however when I run the setup on the target computer "SalesClerk" don't show up in the program files of the computer. I have to manually...
  11. csvideo

    local views

    I have a project with two forms one has local views in the DE the other uses the SELECT statement. If I run the form with the local views in one instance of VFP and then try to run the form with the SELECT statement in the init I get and error message saying "Database...
  12. csvideo

    string concatenation making me sick!

    I using VFP6 with a form the has a danazip activeX control for zippin all the files in my data path. The follow code is where I'm getting the problem h = set ('path') h = alltr(h)+"*.*" h hold something like C:\SALES\DATA\*.* however it holds C:\SALES\DATA*.* as if they is a...
  13. csvideo

    delphi and database

    I assume delphi doesn't have a native database engine. if my assumtion is correct what method delphi uses to connect and work with databases (VFP,Access,SQL etc).
  14. csvideo

    comparing database

    I know the spec for VFP database & tables can anu\yone give me the spec of other database such as paradox,dBase,Access etc. Thanks Cheers
  15. csvideo

    should I choose delphi

    I have been programing in VFP for the pass five years and I love it. I can create an entire full featured powerful application with just VFP only. However I want to learn a next development language just to open up my mine to other ways of doing things. I don't want another microsoft product...
  16. csvideo

    cd-rom distribution Q

    If I create a setup cd (Netsetup) of a program I have. Would the files be copied to the user machine as read-only. If so. Is there any sample exe I can use to make the necessary files read/wrire again.
  17. csvideo

    ACCPAC is a VFP program

    Is the very popular accounting software ACCPAC really written in Visual FoxPro. Are they any more popular software also written in the FOX. (A list please)
  18. csvideo

    textcolor() in C++ Borland 4.52

    textcolor() is working perfectly in the C++ for Dos but its not working in the windows version. What function can be used to change the text color in Borland C++ 4.52?
  19. csvideo

    form open very slow

    I have a form that has three parameterized views in it's DE the views are set to load without data. The views piont to base tables with over 120000,55000,56000 respectively. When I running the form it takes about 30 seconds before it's displayed. What can I do to speed this up? N.B All the...
  20. csvideo

    shutdown a machine from a next one

    is it possible to shutdown a computer from a next computer when there are both connected to the same network?

Part and Inventory Search

Back
Top