Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

0 Endorsements
Ranked #22.6K
~2K People Reached
Favorite Forums

5 Posted Topics

Member Avatar for ScudRunner50

Hey there Scud You are trying to mix 2 different coding languages together. You need to either use word to create the form and and then run the macro you create or... Use VB to create the form and use VB coding to save the text fields to where you …

Member Avatar for SainteLibra
0
225
Member Avatar for Kcin

[QUOTE=dmf1978;320752]I have uploaded a sample VB6 project to demonstrate the use of this function.[/QUOTE] excellent code. worked first time for me and is better than heaps of other examples. Thanx 4 da code

Member Avatar for dspnhn
0
516
Member Avatar for newage_gargoyle

[quote=newage_gargoyle;348616]I've created a simple table quiz program in VB6 and I want to load a help file (help.hlp) from within my code. I want the program to load the file when I select it in the Main Menu. I've tried using the load ("") function with the file file path …

Member Avatar for newage_gargoyle
0
368
Member Avatar for BeerGuzler

Try this for a solution. save the following as a php page or html doesn't matter. search.php or search.html [code=html] <form name='search' action='search1.php' method='post'> <CENTER> <TABLE> <TR> <TD>Search for Product:</TD> <TD><input type="text" name="product" size="25"></TD> </TR> </TABLE> <CENTER> <input type='submit' name="submit" value="Search For Product"'> </form> [/code] Save the following as search1.php …

Member Avatar for arty56
0
192
Member Avatar for Turnkey_Websites

Create 2 db connection scripts connect.php and dbconnect.php Create 1 script called create-new.php Below is the connect.php [inlinecode] <?php // this is connect.php // connect to the 33 member database $host = "localhost"; // Database server $user = "Database username"; // Database username $pass = "Database password"; // Database password …

Member Avatar for arty56
0
219

The End.