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 Rhinorhino 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: VFPIt
  • Content: Threads
  • Order by date
  1. VFPIt

    XML to VFP Fields rendering NULL values

    I am using XMLAdapter() using LoadXML() to load an XML file. One of the tables in the group gives me NULL values. If I hand type those values in the XML file, I can get the values reflected in the table. What can be the problem ?
  2. VFPIt

    Crystal Reports COM Object

    I placed a question on this forum which was not answered but finally I have solved the problem. Question was : While using data com object in visual foxpro 8.0 of Crystal Reports I was getting an error saying class definition cleared. I was running same code in 7.0 and it was fine but now it is...
  3. VFPIt

    Use Crystal Com Object in Visual Foxpro 8

    I was using Crystal Reports 8.5 with Visual Foxpro 7.0 and was accessing cursors prepared in Visual FoxPro 7.0 in Crystal Reports. It was working fine as I was using the following line of code to send Array objCrData.AddRows(@getData) WHERE:objCrData is...
  4. VFPIt

    How to Write C-Language Code in VFP

    I need to define a UNION and STRUCTURE to display bit wise information and to pick Low Level and High Level (4 bits each) into different character variables.
  5. VFPIt

    How to use Grid's Record Source property

    Hi! everyone, I am using a grid that is redesigned each time a cursor changes. Now, a cursor can have different number of feilds and different width. I am controlling the output with a config table that holds all the necessary information. Suppose there is a cursor of 5 fields and it is...

Part and Inventory Search

Back
Top