There are no child tables. To test things, I have a single dbf open and the report open. When I preview it, the problem occurs. I removed the group and it previews fine. I added the group again, but this time with .T. instead of a field and the same problem. I added a second group and it...
I have a report that prints 4 pictures per page. Top left, then top right then to the next row. It works fine. Now we want a page break when the date of the photo changes so I added a field with the photo date and added a group to my report based on the date and said start group on a new...
That's what I thought to. I did as Craig said, and I still recieved the same error. Once I put the Do/While in, all worked fine.
The link I got the info from is:
http://msdn.microsoft.com/library/default.asp?url=/library/en-us/dv_foxhelp/html/lngsqlmoreresultslp_rp.asp
With things mentioned in the above responses, I did a Google search and found some info at Microsoft that helped solve the issue. The Do/While fixed it. My modified code is:
cConStr = "DSN=MS Access Database;DBQ=c:\Sally.mdb;DefaultDir=c:\;DriverID=25;FIL=MS...
I want to copy data from an access table on a regular basis and not change the original Access mdb file. I use the following and I do get the data:
cConStr = "DSN=MS Access Database;DBQ=c:\Sally.mdb;DefaultDir=c:\;DriverID=25;FIL=MS Access;MaxBufferSize=2048;PageTimeout=5;"
nConMDB =...
I am having various unexplained issues. I have found a few errors that point to a problem with the operating system. I have decided that perhaps I should just reload the operating system and exchange for a fresh start. What do I need to save from the server first and how do I get the mail put...
I checked the reverse dns and all is fine. We can recieve some outside mail but most is not. When I check the log, I see the mail to and rcpt to commands but no data command. Those that are recieved have the data command in the log.
I was unable to use telnet to send mail from the outside...
Using Exchange 2003 on Server 2003. Sending and receiving email internally works fine. Sending mail to anywhere outside works fine. Incoming mail from another exchange server works fine. Incoming mail from other places, such as Yahoo is not received. I sent an email from Yahoo and the next...
We have a copier that can scan documents and send them to you via email. When I use the copier, it says the document was sent but I do not receive it in my email. I turned on logging for the SMTP Virtual Server and here is what is shows:
#Software: Microsoft Internet Information Services 6.0...
I want to change the font size and bold the title of the active page in a page frame. I put the following in the refresh:
FOR MyPageCount=1 TO thisform.PageFrame1.PageCount
thisform.PageFrame1.Pages(MyPageCount).refresh...
Found my solution 2 seconds after I posted. I put ALLT() around the field name when setting the font. I used thisform.PageFrame1.Page1.Edit1.FontName=ALLT(mytable.fontname) and all works.
I have two fields. One is a memo field that contains text typed by the user. The other is a character field that contains the name of the font they want the text to print as. I want the font to change on the screen when they select a new one. The value of the font is stored as...
We never did find the cause of our problem, but have a workaround. I've set the exchange server to relay all outgoing email off of our ISP's mail server.
We have relatively new install of Server 2003 with Exchange Server 2003. 99% of the email sent out works fine. However, we have found 3 domains, one being hotmail, that will not accept mail from us. The error returned is:
You do not have permission to send to this recipient.
5.7.1 smtp;550...
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.