Q&A

  • table에서 edit가 안되군요.. T_T
넘 초보적인 질문이라 묻기도 챙피하지만.. 어쩔수가 없습니다.



table을 dbgrid에 뿌려준 상태에서 table이 delete, edit가 안됩니다...



delphi3.0이구요..



table은 동적으로 active시켜줍니다.



autocalcFields : true

cachedupdates: false

exclusive : false

filtered : true

readonly : false

tabletype : ttDefault

updatemode : upWhereKeyOnly



이고 index가 걸려 있습니다.



findkey로 key를 찾은 후 tablename.edit부분에서 error가 납니다.



도와주세요.. 급합니다. TT

2  COMMENTS
  • Profile
    ^___^ 2001.01.13 00:35


    혹시 edit 명령 실행하셨나여..state가 edit상태가 아닌 거 같은데 전 전에 잘되써꺼덩여

    혹시 안하셨음..하세여

    그리드라니까..

    dbgrid.DataSource.DataSet.Edit; 라구 실행시키면 될꺼 가튼데..



    저두 초짜라서..글 첨올리거덩여...답변은..질문만 겁내 해대거덩여





    아챙피... wrote:

    > 넘 초보적인 질문이라 묻기도 챙피하지만.. 어쩔수가 없습니다.

    >

    > table을 dbgrid에 뿌려준 상태에서 table이 delete, edit가 안됩니다...

    >

    > delphi3.0이구요..

    >

    > table은 동적으로 active시켜줍니다.

    >

    > autocalcFields : true

    > cachedupdates: false

    > exclusive : false

    > filtered : true

    > readonly : false

    > tabletype : ttDefault

    > updatemode : upWhereKeyOnly

    >

    > 이고 index가 걸려 있습니다.

    >

    > findkey로 key를 찾은 후 tablename.edit부분에서 error가 납니다.

    >

    > 도와주세요.. 급합니다. TT

  • Profile
    아챙피... 2001.01.16 02:21
    물론 했습니다..



    trace로 따라가보면 tablename.edit 이 부분에서 error가 납니다..





    T_T;



    ^___^ wrote:

    >

    > 혹시 edit 명령 실행하셨나여..state가 edit상태가 아닌 거 같은데 전 전에 잘되써꺼덩여

    > 혹시 안하셨음..하세여

    > 그리드라니까..

    > dbgrid.DataSource.DataSet.Edit; 라구 실행시키면 될꺼 가튼데..

    >

    > 저두 초짜라서..글 첨올리거덩여...답변은..질문만 겁내 해대거덩여

    >

    >

    > 아챙피... wrote:

    > > 넘 초보적인 질문이라 묻기도 챙피하지만.. 어쩔수가 없습니다.

    > >

    > > table을 dbgrid에 뿌려준 상태에서 table이 delete, edit가 안됩니다...

    > >

    > > delphi3.0이구요..

    > >

    > > table은 동적으로 active시켜줍니다.

    > >

    > > autocalcFields : true

    > > cachedupdates: false

    > > exclusive : false

    > > filtered : true

    > > readonly : false

    > > tabletype : ttDefault

    > > updatemode : upWhereKeyOnly

    > >

    > > 이고 index가 걸려 있습니다.

    > >

    > > findkey로 key를 찾은 후 tablename.edit부분에서 error가 납니다.

    > >

    > > 도와주세요.. 급합니다. TT