Jump to content
Fivewin Brasil

xbrowse com campos de várias linnhas


EDUTEK

Recommended Posts

Como Faço um xbrowse que apresente um campo que tem várias linhas, é uma tabela de mensagens entre a central e o motorista

isso está no Mysql e estou usando SQLRDD, quando campo vem ele vem como campo MEMO

como faço para que a linha seja quebrada e apareça todo o conteúdo da mensagem, da forma que fiz so aparace uma linha

   oCol2:=obrw2:addcol()       
   oCol2:bStrdata:={|| mensagem_chat->MENSAGEM}       
   oCol2:cHeader:="MENSAGEM"       
   oCol2:oDataFont := oFont2
   oCol2:oHeaderFont := oFont2   
   oCol2:nWidth        := 450
   oCol2:nEditType    := EDIT_BUTTON
   oCol2:bEditBlock   := { | r, c, o | EditNotes( r, c, o ) }
 

Link to comment
Share on other sites

Assim será que funciona? testa ai..

        oLbx:nRowHeight              := 44
        oLbx:nDataLines          := 2    // Number of lines of the data rows
        oLbx:nDataType           := 0    // Data type to be used: 0->rdd, 1->array, ... (more to come) If navigation codeblocks are not specified then get automatically initialized when adjusting the browse depending on this DATA value
 

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
×
×
  • Create New...