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 gkittelson 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: gguerra3
  • Order by date
  1. gguerra3

    Beginning and End of Month Functions

    Got it to work, Thanks again BB
  2. gguerra3

    Beginning and End of Month Functions

    Oh, How do you call the functions?? I tried BOMONTH(2,2006) got an error??
  3. gguerra3

    Beginning and End of Month Functions

    Thanks BB A star goes your way GG
  4. gguerra3

    Beginning and End of Month Functions

    I am needing some UDF's that will return the 1st and last day of the month for a given month. I had some written in FP2.x but they no longer function correctly in VFP9, I think since dates are handled differently. I could rewrite them, but I thought someone may have already done this or maybe...
  5. gguerra3

    Creating a simple Executable (EXE) from a form (SCX)

    Thanks for the replies.. I think I will not add the tables to the project just to be safe.. Oh and while we are on the subject, what happened to BUILD EXE STANDALONE no more standalone??
  6. gguerra3

    Adding a "#" tooutput field

    Duh, I hadn't thought of it. Thanks
  7. gguerra3

    Creating a simple Executable (EXE) from a form (SCX)

    I have a simple form that runs 1 report, creates a couple of free tables and accesses some other tables which are part of an another application (written in foxpro). The other tables are associated with databases. I need an executable that will run with the vfp runtime files on another...
  8. gguerra3

    Adding a "#" tooutput field

    I have a weight field for which I would like to a "#" (pound) sign to the end of The existing mask is 9,999,999.99 When I make it 9,999,999.99# it just adds a decimal, which is expected since the pound sign is a valid character for the mask..
  9. gguerra3

    Need SQL Syntax

    Worked Fine! Thanks.. Again does anyone know of a good reference for MS Access SQL. The help doesnt seem to have much..
  10. gguerra3

    Need SQL Syntax

    Worked fine , but I need the opposite. WHERE 1st character of last name NOT equal to * BTW, is there a reference manual for MS Access SQL (it does not seem to be compliant with other SQL's) Thanks
  11. gguerra3

    Need SQL Syntax

    I'm trying to do a simple query on an employee table named Workforce1. I need to filter out all the records where lastname starts with an "*". I need help with the WHERE clause. This is for MS Access. Is this possible? SELECT Workforce1.EmployeeNo, Workforce1.LastName, Workforce1.FirstName FROM...
  12. gguerra3

    How to make existing report NOENVIRONMENT

    Thanks, did the trick..
  13. gguerra3

    How to make existing report NOENVIRONMENT

    I have created a report using the report wizard from a free standing dbf. I create/update the dbf from an excel spreadsheet. It seems the report is using a VFP data environment where it automatically opens the associated DBF/CDX. When I update the DBF from excel and try to run the report I get a...
  14. gguerra3

    Simple Report w/Grouping not Working

    Thanks for the reply, yes I figured out that you need to multiply the totaltime field by 24 to get a numerical value that you can calculate on. I got the clue from working with time in Excel where you also have to multiply by 24. Thanks again.
  15. gguerra3

    Simple Report w/Grouping not Working

    Sample Data JobNumber Department Time (Hrs) 2005 3 9:00 2005 3 4:15 2005 4 2:45 2005 4 12:00 2006 1 8:00 2006 1 8:00 2006 2...
  16. gguerra3

    Simple Report w/Grouping not Working

    It is indeed a duration of time which I am storing. and also I do have what you mention as a control source e.g. =Sum([TimeField])in the group footers. As I describe the data type of time is "date/time, Short Time" There are other fields in the original table such as 'Time In" and "Time Out"...
  17. gguerra3

    Simple Report w/Grouping not Working

    For some reason I cant get this simple report to work, am I missing something? I have simplified the info for easy reading. I execute a query on a table to get the following datasheet. Table (datasheet) Field Data Type JobNumber Number, Long Interger Department Number, Long Interger Time...

Part and Inventory Search

Back
Top