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 biv343 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: amrmnabil
  • Content: Threads
  • Order by date
  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

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

    NTOF Function

    Does any one know NTOF function and what does it do?
  4. 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...
  5. 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