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 John Tel 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: FoxNovice
  • Content: Threads
  • Order by date
  1. FoxNovice

    Determine and Create most efficient .dbf structure

    Hi all! Thanks for all your help with resolving other issues I have encountered. I have a new one now. We receive huge, variable length, tab delimited data files from a client several times a week. They often contain 1 to 2 million records each time, and their default layout "expands" each...
  2. FoxNovice

    Executable VFP Window Size

    I have a Foxpro program that opens up a simple interface in a small window. When I make it an executable, the small interface window opens just fine, but in a much larger Microsoft Visual Foxpro window. Is there a way I can programmatically make the Microsoft Visual Foxpro window open in a...
  3. FoxNovice

    Loading Some Fields From a Tab Delimited Text File

    Hi! I have a very large tab-delimited text file, and in order to stay under the 2GB limit I would like to be able to selectively load - on the fly - only some of the fields into a VFP structure. For example, if the full text record contains 100 data elements (fields), I would like to only load...
  4. FoxNovice

    VFP program to open an MS Access table and add rows

    We are using VFP 6.0 and MS Access 2002. I would like to know if it is possible to set up a VFP program that will open a specific table within an MS Access database, add a row, and then populate that row with specific information from either fields from a .dbf or VFP memory variables. If this...
  5. FoxNovice

    Selecting a Specific Excel Worksheet from VFP

    We want to use VFP 6.0 to access and update specific cells from specific worksheets (tabs) in an existing Excel 2003 workbook. The Forums have shown me the basic way to open the Excel workbook, update a cell, and save, but I cannot figure out how to get VFP to select a specific worksheet (it...
  6. FoxNovice

    Visual Foxpro.Net?

    Where does VFP fit in into Microsofts new Development environment scheme of things? .NET Just wondering FoxNovice
  7. FoxNovice

    SQL quirk?

    workWk = "Monday,Tuesday,Wednesday,Thursday,Friday" I have a database "pict" with a DATETIME field "datestamp" The SQL statement select cdow(datestamp) AS WkDay, * ; from pict. where cdow(datestamp) $ workWK The output cursor: WkDay ======= Tuesda...
  8. FoxNovice

    Huh? I can't do SQL off a Cursor created by SQL, how come?

    Runnin another SQL off a cursor just created by an SQL is not given a second thought in DOS Foxpro. This isn't allowed in VFP 5.0+. Why ??????? Thanks (VFP)FoxNovice
  9. FoxNovice

    Visual Foxpro 5.0 and Up Third Party Debug Tool ? ? ?

    Hello people I'm a Visual Foxpro novice using 5.0, 6.0. I would like to know of any Freeware, Shareware or Third Party debugging tools that will ease my entry into the language. I am a Foxpro Dos programmer that now needs to get up to speed in VFP. Thanks for your help FoxNovice

Part and Inventory Search

Back
Top