Here is a macro example:
Sub Print(printer_name As string)
ActivePrinter = printer_name
' printing process
Application.PrintOut FileName:="", Range:=wdPrintAllDocument, Item:= _
wdPrintDocumentContent, Copies:=1, Pages:="", PageType:=wdPrintAllPages, _...
tsdragon this is not javascript!
------------
zachlaka, use something like this:
Private Sub List1_Click()
Select Case List1.ListIndex
Case 1
Text1.Text = "blah"
' ...
Case 2
' ...
' ...
End Select
End Sub
As i see the dollar will always exist so:
$StingName = "I am worth $80.00";
$ArrayName = explode("$",$StingName);
WIth these lines:
$ArrayName[0] = "I am worth "
$ArrayName[1] = "80.00"
And the dollar is dollar.
Hope helped you.-bclt
With .NET controls you can do things eazier that using HTML. Use both if you like. As u say it is busy.... Have u ever thought of cashing your page for eg 24 hours? (if data changed once a day use cashing).
It is your choice; It might be alot easier if you use .NET controls
Hi again,
I transfered the files (php script and html page) via ftp to a real server and the script works fine!!!
The problem is at my pc; mean that apache do not work properly. Can anyone show me some lines i should change in the file httpd.conf ?
Tnx
Make a file named "test.php" and add to it:
<? phpinfo() ?>
Put this file in: C:\Program Files\Apache Group\Apache\htdocs ,
and call it: http://localhost/test.php
If you see any results then php works.
http://www.php.net
http://www.MySQL.com
http://www.zend.com
PHP is free and open source program.
The IIS is in windows cd. Check if this exist "c:\inetpub\wwwroot". If yes then IIS is installed.
Also in http://www.microsoft.com you can find a newer version of IIS (grater than 5.1 ?)
Ouppps sorry i knew it with an other mane the multipage control.
This code works fine (to me). If you enter eg "3f" that is not blank and not numeric the Cancel will be true. As you click eg the page2 the textbox looses forus and the event BeforeUpdate fires. But as Cancel is true the focus...
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.