"Backwards GOTO" is fixed.
RBTI_DBGRID_COLUMN is back and working.
Interesting note though. RBTI_DBGRID_COLUMN and RBTI_FORM_COLNAME both work in the code below (I comment one or the other IFs out for testing). The code is run from an "On DB Grid Cell Click" EEP that is in a form run from an item in the first Group of a Group Bar. If I use the RBTI_FORM_COLNAME, the caption of the 2nd Group is highlighted during and after the code is run. If I use RBTI_DBGRID_COLUMN, there is no extraneous highlighting. NBD, just a curiousity.
IF RBTI_DBGRID_COLUMN = 'IndFName' THEN
--IF RBTI_FORM_COLNAME = 'IndFName' THEN
EDIT USING EditPeople +
WHERE PeopleID = .vPeopleID
ELSE
EDIT USING EditFamily +
WHERE FamilyID = .vFamilyID +
AS EditFamily
ENDIF
Life is good.
Doug
David M. Blocker wrote:
DougThe build send 11/09 was the problem; I got another build 11/11 and it works fine. Check which one you're usingShould be from the patch file:RC_RBG7Update78_11112004.exe----- Original Message -----From: Doug HamiltonSent: Wednesday, November 17, 2004 11:49 AMSubject: [RBG7-L] - Re: Going back to 77 from 78That seems to be exactly the problem I'm having with the "latest update" - ver 78, a "backwards GOTO". It worked fine in 77 for me. See my recent reply to Sami.
Is it also true that system variable RBTI_DBGRID_COLUMN is no longer valid in Ver 78? I switched from that to using RBTI_FORM_COLNAME.
Possible connection between RBTI_DBGRID_COLUMN and backwards GOTO? Long shot, I know, but we've seen weirder stuff.
Doug
David M. Blocker wrote:
Doug The build that came out BEFORE the most recent one had a bug with GOTO referencing a LABEL earlier in a program - a "backwards" goto. I sent it to RBTI and the latest update fixed that problem.David Blocker [EMAIL PROTECTED] 781-784-1919 Fax: 781-784-1860 Cell: 339-206-0261 ----- Original Message ----- From: "Doug Hamilton" <[EMAIL PROTECTED]> To: "RBG7-L Mailing List" <[EMAIL PROTECTED]> Sent: Wednesday, November 17, 2004 10:06 AM Subject: [RBG7-L] - Going back to 77 from 78I upgraded to 78 and got "Cannot find Label START" error message. I don't think that's the real issue but have been tracing/debugging forms & apps for several days to no avail. Can I just rerun the RBG71_Update_77 & HelpFiles to reinstall ver 77? Tnx, Doug
