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 Mike Lewis 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: knela
  • Order by date
  1. knela

    Include a field in "Select" but not in "Group By"

    Thanks guys, but I can't change my database system because all of the rest is working perfectly. I can't use MIN() or MAX() because "ObsSol" is a text column. However, how can I use DISTINCT? Can You give a example PHV?
  2. knela

    Include a field in "Select" but not in "Group By"

    Hello guys! I would like to include a field in a select but don't use it with group by (forgive my english...). This is my select: "SELECT NumSol,NumCot,NumPed,ObsSol FROM E405Sol WHERE CODEMP = nCodEmp AND NUMCOT = nNumCot AND CODPRO = aCodPro AND CODDER = aCodDer GROUP BY...
  3. knela

    Compare string size

    Hello! How can I compare a table field size with a string?
  4. knela

    Function USE() to verify another computer

    Hello! I would to know something: Can I use the funcition USE() to verify if a table is open in another computer? Thanks for the help!
  5. knela

    Slow printing in Epson LX-300 with WinXP

    Hello! I have a Epson LX-300 and when I print from my system (designed with VFP9), it's slow. What can I do to make it faster? Thanks everybody!
  6. knela

    how to send a file to cd driver, like "Send to" in Win Xp?

    Hello! I would like to creat a function in my program, to send a file/directory to cd drive, like the function "Send to" on Windows Xp. I'm using VP9.
  7. knela

    WMI Win98

    Hello! I'm from Brazil so, forgive my english. I have a problem: I installed WMI in Windows 98 to get some informations, and one of this is the name of workgroup. I get the computer name, but when my function (thanks mgagnon!!!) trys to get the workgroup name I get this error message: "OLE error...
  8. knela

    lineno() returns 0 always

    Thanks everybody!!!
  9. knela

    workgroup name

    THANKS A LOT MIKE!!!! It was so helpfull!! Sorry, I have more one doubt: I run it on Windows XP but in Windows 98 it didn't work. Would you tell me how can I adapt it to Win98 (with VFP9)? One more time, thanks a lot!!!
  10. knela

    workgroup name

    Hello! I want to use the function ANETRESOURCES() to get the name of computers in a workgroup. But ANERRESOURCES() needs to specify the name of workgroup. Searching for a function to do it, I found a API named NetGetJoinInformation. Is it the better function to get the name of workgroup? How can...
  11. knela

    NetGetjoinInformation

    Hello! I want to use the function ANETRESOURCES() to get the name of computers in a workgroup. But ANERRESOURCES() needs to specify the name of workgroup. Searching for a function to do it, I found a API named NetGetJoinInformation. Is it the better function to get the name of workgroup? How can...
  12. knela

    lineno() returns 0 always

    Thanks bborissov! So, how can I return the number of the line???
  13. knela

    lineno() returns 0 always

    Hello! My name is Pablo and I'm from Brazil. Because it, I request for you to forgive my english. My problem is: I created a form to receive errors codes e show it. In the main program (prg) I put this code: ON ERROR do forms c:\foxpro\myprogram\forms\alert with program(),lineno() In the...

Part and Inventory Search

Back
Top