Hi all,

        I hope someone can help me, 'cause this is driving me nuts!

I have this grid, in AfterRowColChange event method the code is:

---
LPARAMETERS nColIndex

SET STEP ON 

LOCAL lcTableItemExpression, lcTableItem

lcTableItemExpression = Thisform.icTableItemExpression

IF VARTYPE( lcTableItemExpression) = "C" AND NOT EMPTY(
lcTableItemExpression )
  lcTableItem = EVALUATE( lcTableItemExpression )
  
  lcTableItem = IIF( ISNULL( m.lcTableItem ), SPACE(0), ALLTRIM( lcTableItem
) )
ENDIF        

Thisform.Caption = lcTableItem      <---

*Thisform.Refresh()

DODEFAULT( nColIndex )
---

I can see in the debugger what lcTableItem becomes, and it correctly matches
the value in the new row I'm, after the move from the previous row. Now, at
the '<---' line I should see the form caption change accordingly, right?
Well, it doesn't!!! It stays the same. I tried, out of despair, a
form.Refresh(), as you can see, but no change. I can't see why it shouldn't
work as it is. Any idea?

TIA

Iames

 
 
 --
 Caselle da 1GB, trasmetti allegati fino a 3GB e in piu' IMAP, POP3 e SMTP 
autenticato? GRATIS solo con Email.it http://www.email.it/f
 
 Sponsor:
 RIVIERA PARK HOTELS:
* Cerchi un hotel per visitare i parchi della Romagna ? Oltremare, Aquafan, 
Mirabilandia e Fiabilandia ti aspettano. Scegli un RivieraParkHotels  per la 
tua vacanza a Riccione.
 Clicca qui: http://adv.email.it/cgi-bin/foclick.cgi?mid=9395&d=4-8


_______________________________________________
Post Messages to: [email protected]
Subscription Maintenance: http://leafe.com/mailman/listinfo/profox
OT-free version of this list: http://leafe.com/mailman/listinfo/profoxtech
Searchable Archive: http://leafe.com/archives/search/profox
This message: 
http://leafe.com/archives/byMID/profox/001801ca14e6$768d5d50$63a817...@it
** All postings, unless explicitly stated otherwise, are the opinions of the 
author, and do not constitute legal or medical advice. This statement is added 
to the messages for those lawyers who are too stupid to see the obvious.

Reply via email to