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 derfloh 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

    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...
  2. 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...
  3. 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
  4. SalehKiswani

    View PDF File in screen

    Hello everybody Is there a way to View a PDF File in screen like images?
  5. SalehKiswani

    Does Timer Affect Performance

    Hi All, THis a preformance question. If I apply a timer interval to a window to a do job every certain period, lets say 3 minutes. During these 3 minutes does the performance of the application affected. Regards
  6. SalehKiswani

    MDI window Error

    Hi I have an old application depending on Menu Bar, now I changed the menu bar items to buttons, the problem that when I call any screen I get MDI window error, before when I had this problem I used to unflag the MDI checkbox in the called window and it is ok, but this application had more than...
  7. SalehKiswani

    Menu Bar Items properties

    Hello is there a template or a way to list the following properties for all items in a menu bar From General Tab: Menu Text Use Variable From Action Tab: Procedure Name Thanx
  8. SalehKiswani

    Capture Images from memory with Clipboard Function

    Hi, I am creating an application which depends on the contents of clipboard. Text is captured OK but images (such as Print Screen)doesnt. Any suggestions will highly appreciated Iam using Clarion 6.3
  9. SalehKiswani

    Connecting Clarion Application to Progress Database with JDBC

    Dear All Sorry may be my subject was not clear in the other thread. I have a progress database and the only way to connect to it is through JDBC, so is there a way to connect to my clarion application. Thanks
  10. SalehKiswani

    Connecting Progress Database with JDBC

    Dear All I have a progress database and the only way to connect to it is through JDBC, so is there a way to connect to my clarion application. Thanks
  11. SalehKiswani

    switch input field to write a different language

    hello everybody, I have this simple form which have some input fields. the case is I have first field to input english name and the second field to input arabic name. now the user name has to switch the language to input the arabic field by pressing the suitable hot keys. Is there a way to...
  12. SalehKiswani

    calculating and displaying big numbers problem

    Hello everybody, I have a problem of calculating and displaying big numbers this simple code will explain the idea: !================================================================= !-- Direct calculation-- stop(10239421*8*512) ! gives wrong answer (negative)...

Part and Inventory Search

Back
Top