Q&A
HOME
Tips & Tech
Q&A
Discuss
Download
자유게시판
홍보 / 광고
구인 / 구직
LOGIN
회원가입
질문]DhtmlEdit를 사용해서 종료시에 에러가 나요...
DhtmlEdit를 사용했는데..
종료할때마다 액세스 바이..란 에러가 나옵니다.. ~.ocx 란 문구도 포함되구요..
고드름님이 올려 주신 예제 소스는 에러 가 없는데..
DhtmlEdit를
그냥 폼에 올리면 에러가 없는데..
DHTML.LoadDocument(~~); 하구 나서 종료 하면 에러가 나네요!!
해결책을..ㅜ.ㅜ
1
COMMENTS
권대웅
•
2001.11.03 19:49
http://groups.yahoo.com/group/delphi-dhtmledit/message/509
여기에 가니까 해답있 있더군요..ㅋㅋ
============================================================
I was able to solve this problem by changing the code in DHTMLEDLIB_TBL.PAS
getControlInterface
as follows:
function TDHTMLEdit.getControlInterface : iDHTMLEdit;
var
idsp : iDispatch;
begin
idsp := iDispatch(OleObject);
idsp.QueryInterface( IID_iDHTMLEdit, result );
end;
Tony Speed
East West Electronic Trade Centre, LTD
-----Original Message-----
From: waalbers@y... [mailto:waalbers@y...]
Sent: Friday, February 16, 2001 8:04 AM
To: delphi-dhtmledit@yahoogroups.com
Subject: [delphi-dhtmledit] Runtime error on closing application
I have a similar problem as Motty Adler posed on Wed Dec 20, 2000
3:08pm.
I have a DHTMLEdit component in my application.
Closing the application after the component has not been used works
well.
But closing the application after there was loaded an html-file into
the component gives:
Exception EAccessViolation in module DHTMLED.OCX at 0008A88
Access violation at address 02E38A88 in module DHTMLED.OCX
Read of Address FFFFFFF
The only way to suppress the dialogue is to put into OnClose:
try
DHTMLEdit1.Free;
except
end;
but this is not quite elegant.
Could anybody help?
0
0
삭제
수정
댓글
(NOTICE) You must be
logged in
to comment on this post.
dongdong
•
2001.11.03 22:16
1
COMMENTS
/
0
LIKES
도와주세요. 자동으로 PickList를 열리게 해야 하는데..어떻게 하면 좋은지요?
dongdong
•
2001.11.04 03:04
이거 아는 사람 없나요? lookup으로 해도...역시 마찬가지로 함수나 프로퍼티를 못 찾겠습니다. 특정한...
델초보
2001.11.03 20:29
0
COMMENTS
/
0
LIKES
워크시트가 생성이 안되서요...
ctrlcv
•
2001.11.03 19:38
2
COMMENTS
/
0
LIKES
배열의 초기화
데빠이
•
2001.11.03 20:23
ctrlcv wrote: > 배열값을 초기화 하는 방법중 For 문 안돌고 초기화 할수 있는 방법이 없을까여? > 예...
이경문
•
2001.11.04 07:29
var tmpints: PInteger; begin GetMem(tmpints, 100 * sizeof(Integer)); FillChar(tempints, 10...
서수난
2001.11.03 18:37
0
COMMENTS
/
0
LIKES
배열을 스트링그리드에 그리고 이 배열값을 TChart에...
권대웅
•
2001.11.03 18:30
1
COMMENTS
/
0
LIKES
질문]DhtmlEdit를 사용해서 종료시에 에러가 나요...
DhtmlEdit를 사용했는데.. 종료할때마다 액세스 바이..란 에러가 나옵니다.. ~.ocx 란 문구도 포함되구요.. 고드름님이 올려 주신 예제 소스는 에러 가 없는데.. DhtmlEdit를 그냥 폼에 올리면 에러가 없는데.. DHTML.LoadDocument(~~); ...
권대웅
•
2001.11.03 19:49
http://groups.yahoo.com/group/delphi-dhtmledit/message/509 여기에 가니까 해답있 있더군요..ㅋㅋ ...
델파이 탐 크르즈
2001.11.03 17:33
0
COMMENTS
/
0
LIKES
DriveComboBox1에 네트
장덕권
•
2001.11.03 10:28
1
COMMENTS
/
0
LIKES
동적생성한 판넬이 ....
사이비쥐<;●●~
•
2001.11.03 20:10
장덕권 wrote: > > 동적으로 판넬을 여러개 생성했는데 FindComponent를 쓰면 그 컴포넌트를 못찾는거 ...
쩌비
•
2001.11.03 09:02
1
COMMENTS
/
0
LIKES
클래스 안에 type을 넣을 수 있나요 즉 레코드 타입이요
김지엽
•
2001.11.03 22:24
이렇게 함 해보시죠.. type TSamp = class //먼저 레코드 생성 : class로 하건 record로 하건 별 상관...
조아라
•
2001.11.03 08:55
1
COMMENTS
/
0
LIKES
쿼리급한질문인데여...아주 처음부터
권대웅
•
2001.11.03 18:52
Query 컴포넌트 이벤트중에 OnFilterRecord라는 게 있어요! 그쪽에서 자료를 필터 시켜 보는 것은 어떨지....
--;;
•
2001.11.03 13:19
1
COMMENTS
/
0
LIKES
초보자의 질문입니다...분류 할수도 없는...
나두초보~~
•
2001.11.03 08:08
--;; wrote: > 저기요,,,델파이도 다운 받아서 설치할수는 없나요? > 무식한 소린가요?--;; > 전산과라...
박수진
•
2001.11.03 07:13
3
COMMENTS
/
0
LIKES
ctrlsize 좀 가르쳐 주세요..
최용일
•
2001.11.03 21:34
안녕하세요. 최용일입니다. 흠~ 그거 제가 만든거는 아니구요... Marco Cantu가 만든것을 약간 손본거뿐...
장덕권
•
2001.11.05 19:23
최용일 wrote: > 안녕하세요. 최용일입니다. > > 흠~ 그거 제가 만든거는 아니구요... Marco Cantu가 ...
장덕권
•
2001.11.05 19:32
Form2 화면에서 Form1화면에 생성을 하려니 아래 문장(1번)을 (2번)문장으로 바꿔야 하는군요.. NEW_Pan...
밝은미소
•
2001.11.03 06:56
3
COMMENTS
/
0
LIKES
dbgrid 각 셀에 직접입력하는 방법점 알켜 주세요
델피언
•
2001.11.03 21:16
밝은미소 wrote: > dbgrid의 각 셀에 직접 키보드로 입력하는 방법을 알고 싶습니다. > > 꼭점 알려 주...
권대웅
•
2001.11.06 00:59
입력, 수정, 삭제 모두 가능해여..!! ㅠㅠ ^^;;;
권대웅
•
2001.11.03 18:58
Table 이나 Query + UpdateSQl 을 사용해서 연결하고.. DBGrid의 옵션중에 dbEditing을 True로 해서 사...
한상훈
•
2001.11.03 04:06
1
COMMENTS
/
0
LIKES
*.lnk 파일포맷
초초보
•
2001.11.03 04:35
델파이 강의실에서 바로가기로 검색해봐요 한상훈 wrote: > 윈도우 바로가기 파일인 *.lnk 파일내용을 ...
pej
•
2001.11.03 03:30
2
COMMENTS
/
0
LIKES
Transaction 성공하고나서 조회시 에러
나두초보~~
•
2001.11.03 08:17
ㅡㅡ; database2.starttransaction; ... ... try execsql; database2.commit; except ...
pej
•
2001.11.05 17:29
트랜잭션후 조회루틴에서 InTransaction을 체크해보면 False로 나옵니다. 트랜잭션중은 아닙니다. 나두...
김기환
•
2001.11.03 03:25
1
COMMENTS
/
0
LIKES
파일의 생성여부 자동 체크후 파일명 확인문제..
최용일
•
2001.11.03 03:43
안녕하세요. 최용일입니다. FindFirstChangeNotification란 함수... 참 좋은 기능의 함수이지만 별로 쓸...
델초보
•
2001.11.03 03:21
1
COMMENTS
/
0
LIKES
Servers 컴포넌트에 있는 ExcelApplication을 사용하는데요..
김광수
•
2001.12.01 21:52
> ExcelWorksheet1.ConnectTo(ExcelWorkBook1.sheets[1] as_Worksheet); ==> ExcelWorksheet1.Connect...
최대한
•
2001.11.03 02:57
1
COMMENTS
/
0
LIKES
Excell로 Data를 어떻게 저장하는지...
박정모
•
2001.11.03 07:09
. 저도 님처럼 속도 문제때문에 고심을 많이 했었는데요. VBA코드를 직접 실행하면 속도가 몇배 빨라지더...
강의식
2001.11.03 02:45
0
COMMENTS
/
0
LIKES
Drawdatacell에서의 문제좀 해결해 주세요..
델파이 탐 크르즈
2001.11.03 02:23
0
COMMENTS
/
0
LIKES
DriveComboBox1에 네트
까마귀
•
2001.11.03 02:15
1
COMMENTS
/
0
LIKES
인터넷에서 글을 Drag & Drop으로 가져오기..
박정모
•
2001.11.03 07:13
. 제가 얼마전에 찾아 놓은 컴포넌트중에 OLE 수준의 Drag & Drop을 해주는 것이 있습니다. 저도 해...
권대웅
2001/11/03 18:30
Views
418
Likes
0
Comments
1
Reports
0
Tag List
수정
삭제
목록으로
한델 로그인 하기
로그인 상태 유지
아직 회원이 아니세요? 가입하세요!
암호를 잊어버리셨나요?
http://groups.yahoo.com/group/delphi-dhtmledit/message/509
여기에 가니까 해답있 있더군요..ㅋㅋ
============================================================
I was able to solve this problem by changing the code in DHTMLEDLIB_TBL.PAS
getControlInterface
as follows:
function TDHTMLEdit.getControlInterface : iDHTMLEdit;
var
idsp : iDispatch;
begin
idsp := iDispatch(OleObject);
idsp.QueryInterface( IID_iDHTMLEdit, result );
end;
Tony Speed
East West Electronic Trade Centre, LTD
-----Original Message-----
From: waalbers@y... [mailto:waalbers@y...]
Sent: Friday, February 16, 2001 8:04 AM
To: delphi-dhtmledit@yahoogroups.com
Subject: [delphi-dhtmledit] Runtime error on closing application
I have a similar problem as Motty Adler posed on Wed Dec 20, 2000
3:08pm.
I have a DHTMLEdit component in my application.
Closing the application after the component has not been used works
well.
But closing the application after there was loaded an html-file into
the component gives:
Exception EAccessViolation in module DHTMLED.OCX at 0008A88
Access violation at address 02E38A88 in module DHTMLED.OCX
Read of Address FFFFFFF
The only way to suppress the dialogue is to put into OnClose:
try
DHTMLEdit1.Free;
except
end;
but this is not quite elegant.
Could anybody help?