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

    Need Help with Interpreting Code

    Yea, I have found the answer to may question. You have been a great help in my interpretation of this code, so that it can be ported to VB. Thanks!
  2. david52

    Need Help with Interpreting Code

    Hey Tony, Maybe you can help me with another Paradox command. It is the importAsciiFix command. The importAsciiFix command in this program has three parameters. All three appear to be file names. Can you tell me what the parameters of this command represents?
  3. david52

    Need Help with Interpreting Code

    Thanks Tony. The only confusing point is the "Y". You are saying that "Y" and "NOT Y.." is the same? Or is "Y" the value to include?
  4. david52

    Need Help with Interpreting Code

    I think the "_3" and "_2" are values to be used as criteria for selecting records in the table. I was wondering what does the "Check _3" as opposed to "_3" mean?
  5. david52

    Need Help with Interpreting Code

    Thanks! Actually if someone could answer one question then perhaps I wouldn't need a reference manual. The code: qry = Query ANSWER: :PRIV:PrimClas.db :STIMECRD:dbo.PREMST|EMPNUM|EMGRD| |_3 |_2| :STIMECRD:dbo.PRECLS|ECEMPNUM|ECGCOD|ECEDAT...
  6. david52

    Need Help with Interpreting Code

    Hello All, I have some old Paradox code that I am trying to interpret so that I can rewrite it in VB. I know nothing about Paradox. Where can I find a syntax manual or PAL manual for Paradox? I just need to understand the one program. Thanks in Advance, David

Part and Inventory Search

Back
Top