Hello,
I have a list of 3 dates, each of which shoud be associated to a radio button, therefore only one radio button should ever be clicked.
How do you do this in director 8.5?
I've tried using the following code to determine if a checkbox was clicked and it returned "sprite 119" -...
Hi,
I'm trying to create a countdown timer that last 60 seconds and depending on the time left of the timer updates a text field showing this.
However, I need to get this to work as the movie is playing and not just static on one frame.
I'm using director 8.5 to create in.
If anyone can...
Hello,
I'm opening an excel file on my local machine using a unc address as below:
Set objExcel = objExcelApp.Workbooks.Open("\\x1032NT4\c$\devImplem\welcomeLetter\wordFormat\DataFiles\" & datafile)
However, if I specify I different network machine on the LAN it falls over with an...
Does anyone know how to set a form field background colour in vb?
I'm basically trying to show where the form fields are on a pdf document for input.
Cheers
Mark
Hi,
I have a while loop which takes about 30 seconds to a minute to complete... it creates a 100mb pdf file. Can I put a progress bar into the form to show the status of the loop, and if so, how?
Mark
Hello All
I converted a word doc file to a pdf which was about 5mb before I started editing it. The pdf file is now down to 80kb but 32kb of that is used by fonts and 27kb by content streams according to the space audit report.
Does anyone have any ideas why these are so large and how I might...
Hi All.
Has anyone got any examples of mail merge with word and excel using vba.
I've got to select only specific excel records to merge into specific areas of the word merge file.
If you've got office 97 files brilliant, otherwise can you send them anyway, cheers.
Any help really...
hi,
I'm have an vb app that interacts with a wsdl file on a LAN server(simber), (me being the client).
It basically uses CallView Client to initiate manipulate and end calls.
I'm trying to convert the code to vbscript to run either on the client(prefered if possible) or on another server...
Does anyone know is it possible to have multiple pages in a Word doc, and do a sectional mail merge?
Have the same datasource for each page, but select which pages to merge / print on passed data from the xls file.
If not in Word, does anyone know how to do this programatically?
Also, does...
Hello.
I have a word merge file and I want to know if the following is possible:
If a value in the xls file = 2, I want word to merge the current .xls row twice.
If so, does anyone have any examples?
Thanks
Mark
hi
I have an xml element whos value is loaded from a database and may contain a vbcrlf.
When xsl renders it, the vbcrlf is ignored and everything is written on one line in the browser.
Does anyone hane any ideas on how to enforce a line break when the break is in the xml element?
Thanks
Mark
I have a span in an asp page and at the moment I do the follwing:
The include file pulls info from a database.
<span name="spnTblHistory" id="spnTblHistory">
<!-- #include file ="tables\tblCustomerHistory.asp" -->
</span>
The problem: I need to reload the info...
Hello All.
I'm tring to include a tag in an XML document to start a new line when it gets rendered in XSL.
strDocSentXML = "<Notes>a, " & vbcrlf & " b</Notes>"
output should be:
a,
b
I've tried using the following and listed the results:
vbcrlf, cr, lf, chr(13) - does...
hi all,
I have an array:
errorArray(20,20)
I can redim the array:
redim errorArray(15,15)
But I can't redim preserve the array:
redim preserve errorArray(15,15)
Does anyone know why??
Cheers Mark
Hi All.
Is there a way to set the position of a popup window??
I've got this so far:
window.open("subforms/popNewContact.asp","newContact","resizable=no,width=700,height=100")
Cheers in advance
Mark
Hey All.
I have an asp file called errorCheck.asp which contains a function:
Function Blah()
blah blah
End Function
Theres no <% or %> or <script> tags in this file as its referenced using:
<script src="errorCheck.asp">
</script>
I now want to access that function server...
hi, I'm trying to update several columns in a row, but am running into problems.
If anyone can help I'd appreciate it... the database is sql2000.
cheers
mark
CREATE PROCEDURE op_CSUpdateCustomer(
@CustomerID int,
@CustomerTitle char(20),
@CustomerFirstName char(40),
@CustomerLastName...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.