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. 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
  15. SalehKiswani

    Tab Position

    Press F12 in your design screen to open the property editor in which you can move any control including tabs. Regards
  16. SalehKiswani

    MDB UDFs To ADP

    Hello everybody, I have this project in which I use MDB with user defined functions in the modules and used them in my queries. Now I changed my back end database to SQL2000 but my functions are not working anymore. So where am I supposed to move my UDF codes to be available im ADP. Iam using...
  17. SalehKiswani

    Whats the best Embed to do action in before starting a procedure.

    Hello You may put your code in "Window Manager - Init Procedure(),BYTE,VIRTUAL - Code" I think it will do the job Regards
  18. SalehKiswani

    List of registered templates

    Thank you Shankar, I searched but didnt find any
  19. SalehKiswani

    List of registered templates

    Hi All Is there a way or a template to list all registered templates in clarion (in Registry.TRF). clarion 6.3 Thank you in advance

Part and Inventory Search

Back
Top