FirstBase Software, Database Solutions for the Internet



process_form.m




#
# process_form.m - process the generate_form.m results
#

print(html_open("Process Sample Generated Form", "", "BGCOLOR=\"#FFFFFF\""))
print(html_center(html_h1("Process Sample Generated Form")))
print(html_p_open())
ref = "http://www.firstbasesoftware.com/dbmacro"
print("Processing the sample form has been accomplished using " +
   html_href(ref, "dbmacro") + ".")

#
#
# there are 10 variables, var1 ... var10
# load these into an array for easy indexed access
#
for (i = 1; i <= 10; i++)
   var[i] = eval("var" + i)

#
# print all the var results
#
for (i = 1; i <= 10; i++){
   print(html_p_open())
   print("var" + i + ": " + var[i])
   }

print(html_close())




Return to dbmacro

FirstBase (R) Home Page FirstBase (R) Product Line FirstBase (R) Services FirstBase (R) Company Information Contact Search

© Copyright 1996-2008 FirstBase Software, Inc.