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 derfloh 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 alex723

  1. alex723

    Need table with record size bigger than 255

    Thanks, Cetin. I will try split the record on VFP side into 3 cursors. Also as a FoxPro beginner I ran into a question using Debugger. When debugging the code such as Select * From temp_cursor Into Cursor def_cfg I'd like to watch the content of the cursors similar as other variables or...
  2. alex723

    Find Dialog Box scope options?

    I am trying to look for the text pattern through the project using Edit/Find menu. I mean here simple manual search not a programming. I can see a search only within the opened procedure. Is there a way to search through all project. HELP says that the Scope options are enabled when you are...
  3. alex723

    Need table with record size bigger than 255

    Mike, Thanks a lot for your explanation. You are probably right regarding a poor database design. This is a legasy application which I was recently assigned to maintain and make some updates such as the adding new columns. This action used to happen previously as a nature of this application...
  4. alex723

    Need table with record size bigger than 255

    Thanks to everybody. What I can see from your comments using back-end database like SQL Server would solve my table limits issue. Now I am confused because this FoxPro application already uses SQL Server 2005 database, not FOXPRO DB. What is wrong that when I add more than 255 fields into this...
  5. alex723

    Need table with record size bigger than 255

    I have existing VFP9 application where one table needs to have record size increased to 600 fields which is above capacity. Is there any solution to accomplish this? I am not an experienced FoxPro programmer, so I would appreciate more detailed recomendations or links.

Part and Inventory Search

Back
Top