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 wOOdy-Soft 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: nathj
  • Content: Threads
  • Order by date
  1. nathj

    IsNull always returns True

    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...
  2. nathj

    Please help. Using XMLAdapter class in VFP9

    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...
  3. nathj

    IIS - MySQL - ASP .Net

    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...
  4. nathj

    Subreports out order

    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...
  5. nathj

    vfp's between function in .Net

    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...
  6. nathj

    Manipulating data and Objects

    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...
  7. nathj

    VB6 and Dates

    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...
  8. nathj

    Internet Transfer Control: not all data coming back

    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...

Part and Inventory Search

Back
Top