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 Wanet Telecoms Ltd 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: Z1
  • Content: Threads
  • Order by date
  1. Z1

    Convert multiple rows to one record or variable

    I have a varible table with one column and multiple row. I want one row with the combination of all rows. Below is the example: E01 E02 E03 Output : E01,E02,E03
  2. Z1

    to print Adobe Files

    Hi guys, I have thousands of PDF images to print. How can I print the images from VFP Prompt ? Thanks a Lot Z1
  3. Z1

    Scanned Image

    How can I use "TIF image" on my forms? is it possible? Thanks
  4. Z1

    Returning Values as an Array

    Hello,<br><br>I am trying to pass parameter to a function and wants the value back as an array. Is it possible? <br><br>Here below are codes(partly). <br>Dime l_aParentField(99)<br>l_cField = &quot;MATERIALC&quot;<br>Stor Get_ParentField(l_cField) to l_aParentField<br><br>Function...
  5. Z1

    Add For Clause [in Primary key]

    Hi there,<br><br>I want to put not deleted clause on the primary key to ignore deleted rows. Following command is giving syntax errors:<br><br>ALTER TABLE 'MYTABLE' ADD PRIMARY KEY MYKEY TAG MYKEY FOR NOT DELETED<br><br>Please help<br><br><br><br>
  6. Z1

    FAQ

    Hello VFP Users,<br><br>I am looking for the companies who use VFP as their development tool in and around Philadelphia area.&nbsp;&nbsp;<br><br>Please advise, if any source available.<br><br>Thanks
  7. Z1

    To Find Blank Record in a Table

    Hai,<br><br>I am developing an application using <b>VFP6</b>. The DBC which is in use has more 120 table and the no of records varies from 20 to 200,000.The no.of Fields are ranging from 2 to 127. These tables have&nbsp;&nbsp;primary and or candidate index(es). <br><br>As this is a multiuser...
  8. Z1

    Application

    Hello Friends,<br><br>I have developed an application in VFP6 in Window98 environment. When an user with Windows 95 platform try to install my application, could not succeed. What is the problem? Is VFP6 application dependent of Windows Platform?<br><br>Please help. <br><br>Thanks.

Part and Inventory Search

Back
Top