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 dencom on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by SalehKiswani

  1. SalehKiswani

    Browsing SQL table shows duplicated records

    Hello You can just add an additional sort field to the existing browse and it will work fine. But the additional sort field should be a key. Regards
  2. SalehKiswani

    Counting Characters in a string on the fly

    So Glad that you got your point. Bset Regards
  3. SalehKiswani

    Error while browsing CSV file

    No. Just simple browsing. Regards
  4. SalehKiswani

    Passing variable value to other variable

    In your example BAZ:Value1 = 123 DDT:val1 = 'BAZ:Value1' BIND('BAZ:Value1',BAZ:Value1) ISM# = evaluate(DDT: val1) p.s : remove the spaces after : in your variables Regards
  5. SalehKiswani

    Passing variable value to other variable

    Thats what I said , but you have to bind the BAZ:Value1.. etc before using evaluate function. It is exactly like clipper's &. Hope you got my point. Regards
  6. SalehKiswani

    Passing variable value to other variable

    Simply you can do this VAR1='This is a string' !enter value 'VAR1' in UNOS UNOS = 'var1' BIND('var1',var1) message(evaluate(UNOS)) Regards
  7. SalehKiswani

    How to disable confirm delete window?

    Hello Go to your update screen properties,choose "messages and titles" button, in "When called for delete" option choose "Automaic delete". This should do it Regards
  8. SalehKiswani

    Returning Queue values from function

    Dear newtoclarion, As we are working in the same place.. make sure to write comments from your account :)
  9. SalehKiswani

    Returning Queue values from function

    Thanks alot cagiv, It worked as I wanted. THanks again
  10. SalehKiswani

    Search for Existing Record

    I dont know if you are putting the correct keys but the typical way is this: in stead of GET(COMALIAS:CompanyKey,COMALIAS:Company) IF NOT EOF(COMPANYALIAS) put GET(COMPANYALIAS,COMALIAS:CompanyKey) IF NOT ERROR() Hope this help
  11. SalehKiswani

    Get BarCode value from image

    Any ideas .. or any other template can do this job ? Thanks
  12. SalehKiswani

    Get BarCode value from image

    Hi, I have this scanning solution in which I use Dosadi eztwain template for scanning and I read the barcode value from the first page scanned and I have no problem with that. Now sometimes I need to read the Barcode from an already scanned image which I didnt succeed to do. Any ideas is...
  13. SalehKiswani

    Tab Position

    Sorry .. ignore the previous posts
  14. SalehKiswani

    Tab Position

    Check this screen capturehttp://kiswani.net/F12/F1.jpg

Part and Inventory Search

Back
Top