게시판 본문 COM / COM+ by VB 6.0 - Read Only
배열을 다른페이지(새창)로 그대로 옴길수 있을까요? |
---|
작성자: 장윤태
작성일시: 2006-07-03 13:58,
조회수: 656
|
안풀릴때는 항상 여기에 잇내요;; ㅋㅋ
:: 질문 :: 배열을 다른페이지(새창)로 그대로 옴길수 있을까요? :: 내용 :: 개체는 getrows 로 생성된 2차원 배열입니다 리스트에서 생성된 배열을 새창으로 보내렬고 하니깐 처리할수 없는 데이터 형식이라내요?? 어떻게 하면 배열을 그대로 다른곳에서 참조 할수 잇을까요?? by ref 세션? iframe? :: 요약 :: 배열이 넘어오면 넘어온 배열로 엑셀파일을 만들어주는겁니다. 해결방법 1 '배열을 원하는 파일형식으로 Sub dataTofile(byref Object,want_fileKind) want_fileKind = LCase(want_fileKind) '원하는 파일종류 Select Case want_fileKind Case 1,"excel" : want_fileKind = "application/vnd.ms-excel" Case 2,"word" : want_fileKind = "application/msword" Case 3,"powerpoint" : want_fileKind = "application/vnd.ms-powerpoint" End Select If Not isEmpty_(Object) Then Response.Buffer = TRUE Response.ContentType = want_fileKind Dim i, j Response.Write "<table border=1>" For i=0 To UBound(Object, 2) Response.Write "<tr valign=top>" For j=0 To UBound(Object) Response.Write "<td>"& Object(j,i) &"</td>" Next Response.Write "</tr>" Next Response.Write "</table>" Response.AddHeader "Content-Disposition", "attachment;filename="& DateValue(Date) &".xls" Else Response.Write " Empty " End if End Sub |
IP 주소: 220.64.75.60
|
전체 276 건의 게시물,
12 페이지로 구성된
COM / COM+ by VB 6.0 게시판의
4 페이지입니다.
게시물 | ||||
---|---|---|---|---|
204 | 2006-10-10 | 5,999 | ||
203 | 2006-10-11 | 2,887 | ||
202 |
FTP 클라이언트 프로그램 [2] |
2006-07-12 | 2,955 | |
201 |
액티브X 설치 [1] |
정보문 |
2006-07-11 | 675 |
장윤태 |
2006-07-03 | 656 | ||
199 | 2006-07-04 | 2,994 | ||
198 |
장윤태 |
2006-06-23 | 546 | |
197 | 2006-06-24 | 2,944 | ||
196 |
COM초보자 |
2006-06-23 | 634 | |
195 | 2006-06-24 | 3,091 | ||
194 | 2006-06-20 | 3,235 | ||
193 | 2006-05-27 | 6,743 | ||
192 | 2006-05-27 | 2,888 | ||
191 | 2006-05-28 | 3,089 | ||
190 | 2006-05-29 | 3,224 | ||
189 |
장윤태 |
2006-05-08 | 692 | |
188 | 2006-05-09 | 2,993 | ||
187 | 2006-05-03 | 2,769 | ||
186 | 2006-05-04 | 3,038 | ||
185 | 2006-05-03 | 2,895 | ||
184 | 2006-05-03 | 2,890 | ||
183 | 2006-05-03 | 2,798 | ||
182 | 2006-04-27 | 2,926 | ||
181 | 2006-04-28 | 2,862 | ||
180 | 2006-04-26 | 2,944 |