Click here to Skip to main content
16,006,531 members
Home / Discussions / Web Development
   

Web Development

 
GeneralRe: Regular Expression Help Pin
Brian Van Beek5-Jul-05 5:53
Brian Van Beek5-Jul-05 5:53 
GeneralJavascript and Frames Pin
mtone5-Jul-05 3:17
mtone5-Jul-05 3:17 
GeneralRe: Javascript and Frames Pin
Guffa5-Jul-05 3:31
Guffa5-Jul-05 3:31 
GeneralRe: Javascript and Frames Pin
mtone5-Jul-05 3:49
mtone5-Jul-05 3:49 
GeneralRe: Javascript and Frames Pin
Guffa5-Jul-05 7:27
Guffa5-Jul-05 7:27 
QuestionHow to Play Video in Asp.net Pin
imshally814-Jul-05 20:30
imshally814-Jul-05 20:30 
AnswerRe: How to Play Video in Asp.net Pin
minhpc_bk4-Jul-05 22:06
minhpc_bk4-Jul-05 22:06 
GeneralCharacter Count inside Header & footer Pin
rohim.yasin4-Jul-05 20:17
professionalrohim.yasin4-Jul-05 20:17 
Hi
i am using this script to calculate the number of character inside the header of a word document but it is not working.


wdStatisticCharactersWithSpaces = 5
wdStatisticCharacters = 3
IncludeFootnotesAndEndnotes = True
dpath = Cstr("F:\Softwares\01.doc")
Set word1 = CreateObject("Word.Application")
word1.Visible = False
word1.Documents.Open(dpath)
For i = 1 To word1.ActiveDocument.Sections.Count
text3 = word1.ActiveDocument.Sections(1).Headers (wdHeaderFooterPrimary).Range.ComputeStatistics _
(wdStatisticCharactersWithSpaces)

text4 = Cint(text4 + text3)
Next
Document.Write text4
word1.ActiveDocument.Close(SaveChanges)
word1.Application.Quit

Set word1 = Nothing

Is there anyone to help me out Thanks in advanceSmile | :)

YasinXp
GeneralRe: Character Count inside Header & footer Pin
rohim.yasin12-Jul-05 22:27
professionalrohim.yasin12-Jul-05 22:27 
GeneralJS: Pass object by reference to a method Pin
Stan Angeloff4-Jul-05 8:32
Stan Angeloff4-Jul-05 8:32 
GeneralRe: JS: Pass object by reference to a method Pin
minhpc_bk4-Jul-05 19:58
minhpc_bk4-Jul-05 19:58 
GeneralRe: JS: Pass object by reference to a method Pin
Stan Angeloff4-Jul-05 22:52
Stan Angeloff4-Jul-05 22:52 
GeneralRe: JS: Pass object by reference to a method Pin
Christian Graus5-Jul-05 0:22
protectorChristian Graus5-Jul-05 0:22 
GeneralRe: JS: Pass object by reference to a method Pin
Stan Angeloff5-Jul-05 1:07
Stan Angeloff5-Jul-05 1:07 
GeneralRe: JS: Pass object by reference to a method Pin
minhpc_bk5-Jul-05 0:30
minhpc_bk5-Jul-05 0:30 
GeneralRe: JS: Pass object by reference to a method Pin
Stan Angeloff5-Jul-05 0:47
Stan Angeloff5-Jul-05 0:47 
GeneralRe: JS: Pass object by reference to a method Pin
Guffa5-Jul-05 3:26
Guffa5-Jul-05 3:26 
GeneralRe: JS: Pass object by reference to a method Pin
Stan Angeloff5-Jul-05 1:10
Stan Angeloff5-Jul-05 1:10 
GeneralTextbox control Pin
Milanhuisman4-Jul-05 7:34
Milanhuisman4-Jul-05 7:34 
GeneralRe: Textbox control Pin
Guffa4-Jul-05 8:10
Guffa4-Jul-05 8:10 
GeneralRe: Textbox control Pin
Milanhuisman5-Jul-05 9:13
Milanhuisman5-Jul-05 9:13 
Generalerror message after hitting upload button Pin
Member 20927834-Jul-05 2:00
Member 20927834-Jul-05 2:00 
GeneralRe: error message after hitting upload button Pin
J4amieC4-Jul-05 2:56
J4amieC4-Jul-05 2:56 
GeneralRe: error message after hitting upload button Pin
Guffa4-Jul-05 3:27
Guffa4-Jul-05 3:27 
General"no-touch deployment" loads always old winform version Pin
Member 15117663-Jul-05 21:42
Member 15117663-Jul-05 21:42 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.