Jump to content

delagoutte

uniGUI Subscriber
  • Posts

    587
  • Joined

  • Last visited

  • Days Won

    12

delagoutte last won the day on August 17 2022

delagoutte had the most liked content!

2 Followers

Profile Information

  • Gender
    Not Telling
  • Location
    France - Pays Basque

Recent Profile Visitors

The recent visitors block is disabled and is not being shown to other users.

delagoutte's Achievements

Advanced Member

Advanced Member (4/4)

54

Reputation

  1. Hi, "Good" news i can reproduce the probleme in a sample project launch the project( firebird database is in app directory\) click on button "connect" and you will have the error. remove the column WO_ORDER and you don't have the error testcase_grow.zip
  2. i can't reproduce with clientdataset that are include in demo unigui. i'll try to make an extract of my app when i find time
  3. hello, I am trying to reproduce the problem and I have reproduced it partially but not on the Unigui example projects. I will try to explain when the error message occurs. i have a TFDQuery with a query with many field including 2 stringfield and 1 integerfield that i want display in grid. 1- i link the query (via datasource)to the grid and i add a column for one of both string field. test : ok, no error 2-i add a editor unimemo to this column. test : ok, no error 3-i add a second column for second string field with unimemo as editor. test : ok no error 4-i add a third column for the integer field. test KO , grow:true error i try adding a unispinedit as editor for this third column without effect on the error in my case this third column is not very important in my app, so i remove it. For me, the problem is no longer blocking but i think there is a bug somewhere in the unigui framework.
  4. sorry but i can't reproduce in a sample project. i wasted to mutch time on this problem so i decide to not use the editor unimemo directly in grid but a unidbmemo link to the field that i want edit but there is an other problem : i go to the end of texte , suppr all the CRLF and post-> new CRLF is added
  5. it seems to be an internal unigui problem. how can i check that all is good in dpr, mainform, mainmodule, servermodule ... that could explain this error message if i use a uniedit -> no problem
  6. O245 is not the id of grid like i thought. it is the id of the memo that i assign as editor of the first column
  7. i can't reproduce in unigui sample project. i change my code for tying to find the problem (see gif attach to this message) now the query that is linked to grid is active := false;. i launch app -> no error i click a button that set query.active := false; query.active := true; -> error i click again on button or i click on refresh button on dbnavigator -> all is good i can past CRLF in cell. where can i search ? i don't have anything in clientevents i havegrid event oncolumnfilter, onclearfilters, onAjaxEvent edit1 : i try this : unlink dbgrid from the datasource add a new grid, link to datasource, create column launch app -> same error
  8. same error with last unigui version 1579. i'll try later to reproduce in demo examples
  9. no, i don't this this in my source
  10. i'll try to update to the last version but i don't see any fix for a problem like that in releasenote. i'll give you the result after update
  11. 1.90.0.1564 with delphi XE7
  12. if i use unimemo as editor with or without displaymemo i have this error when i load data : : GridWordReplace:TUniDBGrid:Config Option: O245->grow:true<br/>is refering a previous request,<br/>it's not allowed in AJAX request or JS handler.<br/>Use equivalent Public Property or Method instead any idea ?
  13. i copy from a unimemo with Ctrl+C i past in the cell with Ctrl+V ps : if i past in notepad i have the CRLF
  14. i thought that but no, if i set display memo to true. i have a wordwrap on the cell if the text is too long but in the value of the cell/ the string not really contain a CRLF. and i copy a string that contain a CRLF, the CRLF is lost when i past in the cell
  15. Hello, if i copy a text with many line and i past it in a grid cell the CRLF are removed. how can ido to keep then ? a grid option that i don't konw ? sample : i copy "my text begin here" i past this text in the grid cell. the text in cell became "my text begin here"
×
×
  • Create New...