Recent content by bibi

  1. B

    debugger hint date format

    10x
  2. B

    debugger hint date format

    when debugging and standing with the mouse over a date variable , a hint is displayed with the value of the date but it is formated according to the db format which is DD-MON-YYYY and not the format set in the preferences window
  3. B

    setting Directories

    10x
  4. B

    setting Directories

    maybe u should redsign the window and put all these cases in a group and add a note above them that it should be in effect after restart, we cant guess that alone.
  5. B

    setting Directories

    setting the Directories in the preferences window will be applied only after pld restart. ver 7.0.1
  6. B

    copy to clipboard/excel font problem

    any news?
  7. B

    copy to clipboard/excel font problem

    same problem. i tried typing some hebrew string in the editor and pasted it into notepad and it was fine. the problem is only when copying from the grid
  8. B

    copy to clipboard/excel font problem

    when copying grid results to clipboard or to excel i see gibrish instead of the string in the grid. i set the grid font to support my lang (hebrew in this case) and i see it ok in the grid, but.. the copy function ignores it. or maybe the problem is somewhere else?
  9. B

    VCS Add File Problem

    i dont mind working that way and the local file is locked by the version control system. but the checkin and add function of the vcs plugin works not as expected (spec and body are not in the same file)
  10. B

    VCS Add File Problem

    hi i think i found the problem. when the option "allow editing of db objects" is checked, adding or check-in files works ok (adding spec & body together to vcs), but this doesn't gives any indication in the editor if the file is read-only or not, so when more than 1 developer is working in the...
  11. B

    cursor expressions problem

    when i use cursor expression i get a cell in the result grid that can be clicked and give me the cursor result, but once i click it , this cursor cell cannot be clicked again, it says the cursor is no longer valid. i need to run the query again to access it. is it done to save resources...
  12. B

    code assistant problem

    sorry , my mistake, i cant see any field in the fields list after pressing F6 i see only function , tables, ... and it's not only after the order by clause, it's everywhere. however it will work ok if u add an alias to the table name for example : select * from table t order by t.field
  13. B

    VCS PlugIn

    can u wrap all the calling to the scc in a seperate dll so u want violate your NDA, but supply an open interface (api) for developers who wants to develope customization of the vcs for their own needs. every company has some other needs in this area , and a generic plugin wont answer allways for...
  14. B

    Query doesn't return

    Hi Problem solved. after killing all sessions on this db, the problem gone
  15. B

    Query doesn't return

    database version is 9.2.0.6 i've checked other db's on the same machine of the "bad db" and they works ok
Back
Top