Recent content by hkeskin

  1. H

    Iterate widgets in frame

    Thank you.
  2. H

    Iterate widgets in frame

    Hi, I want to change BGCOLOR property for all Fill-in objects in frame. I want to access to them using loop. How can I do it? Thanks in advance.
  3. H

    imcompatible data types in expression or assignment

    it is integer. I added STRING(myVariable) in my code as RealHeavyDude said and now it is working.
  4. H

    imcompatible data types in expression or assignment

    it's 10.1b. thanks.
  5. H

    imcompatible data types in expression or assignment

    Hi, I have smart window, smart tool bar, smart dataviewer. When I click add new record from smart tool bar, I want to put some value into disabled fill-in object on smartdataviewer. I put my code in addrecord procedure in smartdataviewer--> RowObject.UserCode:SCREEN-VALUE IN FRAME...
  6. H

    Set trigger for all FILL-IN objects

    Thanks for your answer. I'm newbe on progress. Ihave two fill in object, txtCode,txtName. I used your code(below) in definition section. and It thrown an error: Invalid widget-handle. Not initialised or points to a deleted widget. after this message it says could not attach trigger...
  7. H

    Set trigger for all FILL-IN objects

    Hi, I changed fill-in back color by enter and leave triggers. But I have more than one fill-in object. and I want to set my triggers for all fill-in objects. is it possible? Thanks in advance,
  8. H

    Could not find ODBC driver

    I think we must upgrade the database. Thank you.
  9. H

    Could not find ODBC driver

    Hi, I'm new on progress and I have some questions. My company uses still progress 82c and I want to connect a database from .NET. I thought can use ODBC driver for it and I need to test ODBC provider. I googled and Ifound some suggestions for using open link,datadirect and merant. I couldn't...
Back
Top