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 sdpsc

  1. sdpsc

    RDO field count

    If I am using RDO to connect to a database, how do I get a count of the number of fields in that database?
  2. sdpsc

    Passing variable to VB app

    How do I pass a variable from a FoxPro app to a VB app? Thanks.
  3. sdpsc

    Not a character expression

    Oh for duh, I figured it out. Thanks for your reply.
  4. sdpsc

    Not a character expression

    'i' is an integer, mfolder is an array.
  5. sdpsc

    Not a character expression

    I have this code: ----- for i = 1 to dbs ?mfolder(i) md mfolder(i) endfor ----- mfolder is an array contain strings, and I want to make a folder named for what is in the array. When I run this, it gives me the error "Not a character expression," but it still creates the folder. Any help...
  6. sdpsc

    Exporting entire Excel file

    Is there any way to export an entire Excel file so each worksheet is individually exported to separate text files in one action, instead of separately exporting each sheet? If there is any way to do this in Excel, or a program that will will help, please let me know. Thanks.
  7. sdpsc

    Simultaneous connections and the such

    This is a pretty basic easy question I should know, but alas... When something talks about the number of simultaneous connections an Access database can handle, is it referring to connections to anywhere in the database or just connections to the same table?
  8. sdpsc

    Multiple monitors

    Is there any way to prevent that?
  9. sdpsc

    Multiple monitors

    I have a built-in nVidea card, plus an AGP Radeon card in my computer, and I'd like to be able to hook a monitor up to each for dual desktop. When I turn turn the computer on, it automatically uses the Radeon and not the nVidea, in fact, the nVidea card isn't even displayed under display...
  10. sdpsc

    Run-time error connecting to FoxPro DBF

    Bingo, thanks George.
  11. sdpsc

    Run-time error connecting to FoxPro DBF

    Here's the situation. I have created a little app that uses RDO to connect to a FoxPro DBF database. The program and the database are housed on a server, which users connect to (these users do not have Visual FoxPro installed on their systems). I had to update their VFPODBC.dll file to allow...
  12. sdpsc

    Text box length, and persistence

    Thanks to both of you for your responses, it was the paddes spaces though bigalbigal, thanks!
  13. sdpsc

    Text box length, and persistence

    I am using RDO to connect to a FoxPro DBF database in VB6. When I display the contents of a field in a text box, and then try to edit that text box, it won't let me type in any more characters than that record had in it initially. For example, if in the last name field is the last name...
  14. sdpsc

    Self-updating recordsets

    Thanks for your reply! However, I should have said this earlier, my bad; I'm using RDO to open up a FoxPro DBF. How would I do it with that?
  15. sdpsc

    Self-updating recordsets

    I'm writing a VB program for my company that deals with their phone lists. It searches through the list and creates a recordset based on the entered criteria. It then allows the user to edit the records. If a record is edited to the point where it no longer matches the search criteria, VB...

Part and Inventory Search

Back
Top