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 Wanet Telecoms Ltd 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 ProNetGroup

  1. ProNetGroup

    Help with SQL - hard to describe in a few words....

    Sweet - that last message about connecing the clientid from contacts rather than calls appears to have solved part of my problem. Yippie!!! Hopefully it solved lots, but I am going to look into it in more detail tomorrow morning. Thanks so much!!! Eubanks
  2. ProNetGroup

    Help with SQL - hard to describe in a few words....

    Okay, first of all I will admit that I never ended up trying your way in the command box in FoxPro like you had suggested. I was actually trying your code in a program that was written by someone other than myself. Basically, I just type in the SQL, and can hit different buttons to execute...
  3. ProNetGroup

    Help with SQL - hard to describe in a few words....

    Thanks for the advice...I have been trying to work with it but without too much luck. Do I just write these three separate select statements one after the other? I have never written more than one select statement in a SQL statement before...I am merely a rookie. Also, I am getting this...
  4. ProNetGroup

    Help with SQL - hard to describe in a few words....

    Okay, I have been reading over the last post about creating a view of contacts and clients using the xref table and also using a cursor to extract the latest call and temporarily store it to use it in a report. The concepts presented make sense to me, but I was wondering if anyone had any ideas...
  5. ProNetGroup

    Help with SQL - hard to describe in a few words....

    The purpose of using the GROUP BY was to only get the last call entered...I did a GROUP BY on the contact's name because otherwise it would (originally at least) act like the same person, for instance, Bob Smith, was actually two different people and list it twice with two different calls. So...
  6. ProNetGroup

    Help with SQL - hard to describe in a few words....

    This is very true about my GROUP BY field - what I was doing before was pulling the contact name straight from the calls table, which will certainly only pull contacts that already have calls. So what I did was grab all of the contact information, including name, from the contacts file (where...
  7. ProNetGroup

    Help with SQL - hard to describe in a few words....

    Please Help! I am running the latest version of Microsoft Visual FoxPro, and am having difficulties creating a SQL statement. I am trying to create a report that lists all of our contacts in the database, and includes the last call to that person, if one exists. Basically, I have a table of...
  8. ProNetGroup

    VFP compatible with Terminal Server?

    Well, we installed VFP7.0 onto our TS computer in the home office. Is this what you are saying is not supported by TS? But the run-time is?
  9. ProNetGroup

    VFP compatible with Terminal Server?

    A couple other questions for you, Redsz: 1. What versions of FoxPro and TS are you running? 2. How long have you been using FoxPro thru TS? Thanks!
  10. ProNetGroup

    VFP compatible with Terminal Server?

    Okay, so are you talking about the run-time version of your system, or the full version. I have not had any problems yet with the run-time. It was the full version that I was having problems with. When I first had my shortcut to the full version, the Target in the shortcut was...
  11. ProNetGroup

    VFP compatible with Terminal Server?

    Does anyone out there know whether or not Visual FoxPro is compatible with Terminal Server? I have read on Microsoft's website that it has not been tested and is not guaranteed, but it didn't sound like it was totally uncompatible. Any help would be appreciated! Thanks! Eubanks
  12. ProNetGroup

    Advice Wanted - MS Access vs. MS Visual FoxPro

    Thanks for all the advice!!! I basically just wanted to make sure that VFP was a superior product, instead of just assuming that it was. With all that said, I have enough information about each application to decide which would work better for our company. If we choose VFP, then I now feel...
  13. ProNetGroup

    Advice Wanted - MS Access vs. MS Visual FoxPro

    Completely understood about the "it depends" part. But what I hear you saying is that there is nothing particularly wrong with VFP, right? It is just not the most common database application that MS offers b/c Access is. Also, I have a pretty good understanding of programming Access...
  14. ProNetGroup

    Advice Wanted - MS Access vs. MS Visual FoxPro

    I was just wondering if some kind soul could give me some advice as to whether or not my company should use Access or Visual FoxPro. I know that there are several considerations that must be taken into account, but basically I wanted to know if Visual FoxPro is a good, solid application and if...
  15. ProNetGroup

    Error When Quitting Word

    Without pasting all my code, does anyone know why this error comes up when trying to quit Word? Run-time Error '-2147417848 (80010108)': Automation Error The object invoked has disconnected from its clients. Through VBA, I am running a routine that opens a mail merge template and populates...

Part and Inventory Search

Back
Top