Wrox Programmer Forums
|
Welcome to the p2p.wrox.com Forums.

You are currently viewing the section of the Wrox Programmer to Programmer discussions. This is a community of software programmers and website developers including Wrox book authors and readers. New member registration was closed in 2019. New posts were shut off and the site was archived into this static format as of October 1, 2020. If you require technical support for a Wrox book please contact http://hub.wiley.com
Showing results 151 to 175 of 463
Search took 0.04 seconds.
Search: Posts Made By: madhukp
Forum: Classic ASP Basics December 1st, 2004, 10:23 AM
Replies: 4
Views: 2,182
Posted By madhukp
You can do this with JavaScript. Let the...

You can do this with JavaScript.

Let the select box name be cboChoices and the form name be frmOptionSelector. The sample code for doing this is :

<script Language="JavaScript">
function...
Forum: PHP How-To December 1st, 2004, 03:47 AM
Replies: 2
Views: 1,826
Posted By madhukp
Index server equivalent in PHP

Hi all,

May I know what is the best method of searching a site using PHP ?

I was using Index server to do this in ASP. Is there an equivalent in PHP ?

It is a content managed site. So the...
Forum: Pro VB 6 December 1st, 2004, 03:22 AM
Replies: 2
Views: 1,060
Posted By madhukp
A simple method. You can keep all the...

A simple method.

You can keep all the controls in the form and flip the visibility whenever you want. Load method is normally used if you want to open multiple instances of same control.

There...
Forum: Classic ASP Basics November 30th, 2004, 07:29 AM
Replies: 1
Views: 1,566
Posted By madhukp
The web server assigns each user with a unique...

The web server assigns each user with a unique SessionID value. This SessionID variable is assigned to each user at the beginning of his session on the web server and is stored in memory on the web...
Forum: Classic ASP Basics November 30th, 2004, 01:27 AM
Replies: 7
Views: 1,757
Posted By madhukp
I wonder why can't you use the algorithm...

I wonder why can't you use the algorithm described in that page ? It is not complex.
Forum: Classic ASP Basics November 30th, 2004, 01:24 AM
Replies: 1
Views: 1,112
Posted By madhukp
You may use the component JMail from...

You may use the component JMail from http://www.dimac.net. With the help of this component, you can fetch, read, get attachments and delete mails from a POP3 server.
Forum: Classic ASP Basics November 30th, 2004, 12:47 AM
Replies: 7
Views: 1,757
Posted By madhukp
If your aim is just to check the number and not...

If your aim is just to check the number and not to authenticate it against a bank, you can use the algorithm in the following page.

http://www.sitepoint.com/print/card-validation-class-php

If...
Forum: Pro VB 6 November 26th, 2004, 05:57 AM
Replies: 2
Views: 2,614
Posted By madhukp
I got the link for CoolFlex component. ...

I got the link for CoolFlex component.

http://acs.nv.net/freevbcode/ShowCode.Asp?ID=3071

Best wishes

Madhu
Forum: Pro VB 6 November 26th, 2004, 05:52 AM
Replies: 2
Views: 2,614
Posted By madhukp
Hello Rudner, You can use the active X...

Hello Rudner,

You can use the active X component from

http://www.handyarchive.com/Development/ActiveX/552-AAA-Easy-Grid-Control-ActiveX.html

There is also another good control by name...
Forum: Pro VB 6 November 24th, 2004, 09:39 AM
Replies: 8
Views: 2,622
Posted By madhukp
You can use printer.x and printer.y to set the...

You can use printer.x and printer.y to set the horizontal and vertical position at which the printing starts. y increases downwards. An x value of 800 and y value of 250 will print at the top left of...
Forum: Classic ASP Basics November 24th, 2004, 05:06 AM
Replies: 11
Views: 3,927
Posted By madhukp
Thanks a lot for this code. This also solves my...

Thanks a lot for this code. This also solves my long sought problem of adding mail headers using CDO.
Forum: Pro VB 6 November 24th, 2004, 12:58 AM
Replies: 8
Views: 2,622
Posted By madhukp
Hello Rajani, Just like macrostraf said, you...

Hello Rajani,

Just like macrostraf said, you can loop through all fonts in printer.fonts collection and find which one is suitable for your printer. The required font to be used depends upon the...
Forum: Classic ASP Basics November 24th, 2004, 12:43 AM
Replies: 11
Views: 3,927
Posted By madhukp
Hello Rajani, May I know how did you solve...

Hello Rajani,

May I know how did you solve it through CDO ? Because, I didn't find any property / method for CDO with which I can request a read receipt.

Thanks
Madhu
Forum: Pro VB 6 November 23rd, 2004, 12:20 AM
Replies: 8
Views: 2,622
Posted By madhukp
Could you please try this ? First Install...

Could you please try this ?

First Install the roman.fon in the machine.
After that set the font as ROMAN. Now The Print will be in DOS Mode. This worked for me once. It will depend on the...
Forum: Classic ASP Basics November 22nd, 2004, 07:19 AM
Replies: 11
Views: 3,927
Posted By madhukp
For ASPMail, there is also another property -...

For ASPMail, there is also another property - ReturnReceipt. When this is set AND the recipients SMTP server supports this feature (and it is enabled) the recipients SMTP server will send a notice...
Forum: Classic ASP Basics November 22nd, 2004, 07:16 AM
Replies: 11
Views: 3,927
Posted By madhukp
Just as I told, you can attach the following HTML...

Just as I told, you can attach the following HTML to request("txtStrHTML")

<img src="readrecord.asp?id=<purchase_order_number>" border="0" alt="">

and then program readrecord.asp as above.
...
Forum: VB Components November 22nd, 2004, 05:32 AM
Replies: 1
Views: 1,602
Posted By madhukp
After long search I got one component for this. ...

After long search I got one component for this.

CodeMax component from http://www.winmain.com - this is excellent and relatively cheap also ($199)
Forum: Classic ASP Basics November 22nd, 2004, 05:16 AM
Replies: 11
Views: 3,927
Posted By madhukp
You can include a small image in your mail. Set...

You can include a small image in your mail. Set the source of it as below.

<img src="readrecord.asp?id=<purchase_order_number>" border="0" alt="">

where purchase_order_number is a number which...
Forum: VB How-To November 18th, 2004, 01:33 AM
Replies: 3
Views: 1,261
Posted By madhukp
The baisc technique is : When the program is...

The baisc technique is :

When the program is run for the first time, you can run an another exe which will read the hard disk serial number, encrypt it and store this in registry. Make sure that...
Forum: VB How-To November 18th, 2004, 01:21 AM
Replies: 3
Views: 1,261
Posted By madhukp
You may have a look at the following issue. ...

You may have a look at the following issue.

http://p2p.wrox.com/topic.asp?TOPIC_ID=20446. I have put two links in it which may be of help to you.
Forum: Classic ASP Professional November 18th, 2004, 12:43 AM
Replies: 4
Views: 1,319
Posted By madhukp
Do you want to FTP files ? There is a free...

Do you want to FTP files ? There is a free component - chillkatFTP. This is available at

http://www.chilkatsoft.com/downloads.asp

If your requirement is to upload a file using a form with...
Forum: Classic ASP Basics November 16th, 2004, 01:16 AM
Replies: 1
Views: 2,685
Posted By madhukp
Hello John, This is not possible with ASP....

Hello John,

This is not possible with ASP. ASP is a server side scripting language and it cannot access anything at client machine except cookies stored in browser set folders. What you are trying...
Forum: VB How-To November 12th, 2004, 06:10 AM
Replies: 0
Views: 5,690
Posted By madhukp
Process flow diagram creator application

Hi all,

I am to develop my first graphic application using VB. I need to develop an application which can create standard process flow diagrams. This means it should have options to insert...
Forum: SQL Server ASP November 11th, 2004, 03:47 AM
Replies: 11
Views: 5,219
Posted By madhukp
Hello Terre, What is the format of exp_date...

Hello Terre,

What is the format of exp_date ? Could you please make it as yyyy-mm-dd and have a try ?

If that create any problem, you may execute the following statement before your SP.
...
Forum: SQL Server 2000 November 10th, 2004, 05:19 AM
Replies: 2
Views: 632
Posted By madhukp
Hello Jane, May I know what do you want to...

Hello Jane,

May I know what do you want to exactly do on the remote SQL server ? If you need only create databases and edit them, there are many remote administration tools for SQL server. Here is...
Showing results 151 to 175 of 463

 




Powered by vBulletin®
Copyright ©2000 - 2020, Jelsoft Enterprises Ltd.
Copyright (c) 2020 John Wiley & Sons, Inc.