>case ctlSelectEvent: > fldP = FrmGetObjectPtr(form, FrmGetObjectIndex(form, fldXReg)); > FldGetAttributes(fldP, attrP); > >Why would these two lines produce the error? If I comment them >out, the app works flawlessly. Why? Who knows? What's the value of "fldXReg"? Of "form"? Of "fldP"? Of "attrP"? Where does your program crash? What memory location is it trying to access? Why is it trying to access it? -- Keith
- Field Attributes Question Mike Davis
- Re: Field Attributes Question krollin
- Re: Field Attributes Question Roger Chaplin
- Re: Field Attributes Question Mike Davis
- Re: Field Attributes Question Chris Antos
