Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Grid not displaying even after the recordsource trick
Message
From
14/09/1999 06:22:08
 
 
To
13/09/1999 16:56:37
General information
Forum:
Visual FoxPro
Category:
Forms & Form designer
Miscellaneous
Thread ID:
00264196
Message ID:
00264358
Views:
21
Hi Stefan

>Try a simple thisform.refresh()
>
>This might help.

already in the code, Doesn't seem to make the slightest difference

here, take a look... this is the relevant click code:


thisform.alwaysontop=.f. && allow the other form to appear on top
thisform.jgrid.recordsource=''
numrecs=reccount()
do form journalentry
thisform.alwaysontop=.t.
thisform.jgrid.recordsource='Journal'
if reccount()>numrecs && we must have added records
thisform.journalsaved=.f.
thisform.savebutton.enabled=.t.
sum cred to thisform.totcredits
sum deb to thisform.totdebits
else
thisform.savebutton.enabled=.f.
endif
if reccount()>2 and thisform.totdebits=thisform.totcredits
thisform.acceptbutton.enabled=.t.
endif
*thisform.jgrid.init && feeble attempt at making the records display
thisform.refresh


The data is definitlely there. I can use the button to add and amend records and see their values in the form. But back at the grid, everything is clean as a whistle...

Harry
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform