Hi,
I have a report that contains numerous sub-reports, some of which may not have any data to display. According to the Crystal KB I am supposed to set up a variable that determines if there are records and then suppress the relevant section based on that variable. All seems fine. However...
Hi,
I am fairly new to the use of XML in FoxPro having only just got my hands on VFP9. I am now developing an application that will take an XML file convert to a VFP data set so that I can update the underlying data teir of the main application.
I will include the XML, the XSD and the code I...
Hi,
I work for a software company that is currently deploying an online system that uses ASP.NET, MySQL and IIS. I have the latest version of the .net framework, the latest version of IIS and the most recent version of Microsoft ODBC.Net.
Within the system I can edit and delete existing...
Hi there,
I am using Crystal reports 8.5 using data generated in VFP6.
I really hope someone can help me out here as this problem is driving me nuts. I have a crystal report file with 15 subreports each in its own details section. The last subreport and therefore last details section is the...
I am slowly moving from VFP to .net. In foxPro you can do the following
func numbertest
parameters nNum
if between(nnum, 1, 16) then
? "number is between 1 and 16"
else
? "number is not between 1 and 16"
endif
return
endfunc
I was just wondering what the comparitve function is in .Net...
Hi There,
I am developer whose main experience is VFP and am now moving to VB .Net. This is a great idea and I can see all the benefits, the problem is I have very little idea as to what I am doing. The project at the moment is to redevelop our entire product offering in .Net. A main part of...
We have a VB6 app that allows the user to enter a date. If a two digit date is supplied the control determines whether this is a 2000 date or 1900 date. It appears that the cur off point for the rollover is 29.
So the date 01/01/29 converts to 01/01/2029 and anything after that converts as...
I am currently developing a system to retrieve data from a 3rd party server. The server requires a standard message to be posted to it.
So far I am posting the message using Microsoft Internet Transfer Control from a Visual FoxPro 6 application. The POST works and the connection is fine...
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.