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 strongm 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: *

  1. amrmnabil

    React Problem

    I have this React.JS code to return list of products: import { Route, Switch, useHistory } from 'react-router-dom'; import { CCol, CRow } from "@coreui/react"; import { useState, useEffect } from 'react'; import api from '../../../axrootpath'; function Products() { const [products...
  2. amrmnabil

    Dynamic Control Name Access

    Thanks Feherke, That worked fine.
  3. amrmnabil

    Dynamic Control Name Access

    Hi All; I have a form with inputs created dynamically. Their names are generated like newpackqty1, newpackqty2, newpackqty3, and so on. I am trying to validate that at least on of these controls has value this is my Code for (let i = 1; i <= parseInt(lblCount.value); i++) { let...
  4. amrmnabil

    NTOF Function

    Thanks guys for your reply. Olaf, That probably is the case. Thanks very much for your help.
  5. amrmnabil

    NTOF Function

    Does any one know NTOF function and what does it do?
  6. amrmnabil

    Key Board not responding

    OlafDoschke That did the trick thanks very much for your help.
  7. amrmnabil

    Key Board not responding

    When ever i try to write set filt to prt_no= The keyboard freezes and does not accept any input on that command window. and i cannot write any other commands. I want to complete the command to set filt to prt_no= 'XYZ' I am using VFP 9.0 with windows 10 The keyboard works fine on any other...
  8. amrmnabil

    Table only opens in VFP 6

    Thanks you all for your help
  9. amrmnabil

    Table only opens in VFP 6

    tbleken and MikeLewis thanks for your reply. I have VFP 6.0. I opened the table in 6 and copied the table to a new table and the new table worked well. The strange thing that i tried to repair the table with DBF doctor it also could not open the table and said some thing about the data...
  10. amrmnabil

    Table only opens in VFP 6

    Hi all; I have a table that only opens in VFP 6.0. If i try to open in in VFP 9.0 it returns a massage that the table is corrupt.

Part and Inventory Search

Back
Top