I have a grid displaying a cursor for timesheet entry. I have command buttons for duplicating a record or making a new entry so that I have more control over what the user does. I also display the time totals on the screen so the command buttons allow a snapshot of time values before and after...
I have a report that has columns of info and when it prints it looks like a grid. Therefore, I want the column headings' boxes to only print if there is data contained in them. I have the boxes set up to print when "NOT EMPTY(thatfield)". It works great except on 2 pages of about 6 pages of...
I have recently upgraded to VFP 9 and I am having a strange occurence in a report. It is a straight-forward, simple report of one table that is indexed on job#, work date, action, and employee. I have groups set up and the employees dump in the detail band. The very first page, the very first...
I have the following code that is giving me an invalid Group by clause error:
Set adoPrimaryRS = New Recordset
-> adoPrimaryRS.Open "SELECT userid, max(saidtime) AS saidtime, actualtime, punchtype, description, returntime FROM punches WHERE saidtime > DATE() GROUP BY userid", db...
I have an Aspect script sending files thru Procomm. The system we dial into is changing so that we must move to Hyperterminal to dial in and send the files. Hundreds of files are sent daily and doing it manually is impossible. Only one file at a time can be received at the other facilty and...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.