I had a same problem in FW1.9.2 and I solved it by replacing aGets array with vars:
for nGt := 1 to len( aFlds )
cFld := aFlds[ nGt ]
xVar="x"+strzero(nGt,3)
@ nRw, nCol GET oGets[ nGt ] VAR &xVar .....
next
I hope that it works in FW for Harbour too.
Regards
Goran
Search found 3 matches
- Fri Oct 28, 2005 9:27 am
- Forum: FiveWin for Harbour/xHarbour
- Topic: Array of gets
- Replies: 11
- Views: 4738
- Fri Oct 28, 2005 9:12 am
- Forum: FiveWin for CA-Clipper
- Topic: Problem with LastKey()
- Replies: 2
- Views: 1229
- Thu Oct 27, 2005 1:49 pm
- Forum: FiveWin for CA-Clipper
- Topic: Problem with LastKey()
- Replies: 2
- Views: 1229
Problem with LastKey()
Hi all!
Can anyone tell me why LastKey() function in VALID clause work properly when my GET is placed in WINDOW, and doesn't work when GET is in DIALOG?
Goran
Can anyone tell me why LastKey() function in VALID clause work properly when my GET is placed in WINDOW, and doesn't work when GET is in DIALOG?
Goran