Hi Klaus,
I have this Sub's and 250 more like this.
Sub Parnasse
main.FotoUrl="http://maps.google.nl/maps.19"
main.MapNaam="Cimetière du Montparnasse"
main.lat = 48.8381
main.lon= 2.3260
main.pic="begmontparnasse.jpg"
main.textpage="begmontparnasse"
main.textpage2="begmontparnasse2"
main.ster ="3"
main.wijk="Montparnasse"
End Sub
Sub pontdesarts
main.FotoUrl="http://maps.google.nl,,0,4.93"
main.MapNaam="Pont des Arts"
main.lat = 48.858468
main.lon= 2.337556
main.pic="pontdesarts.jpg"
main.textpage="pontdesarts"
main.textpage2="pontdesarts2"
main.ster ="3"
main.wijk="Saint Germain"
End Sub
Sub pierredemontmartre
main.FotoUrl="http://maps.google.nl/ &cbp=12,77.96,,0,-1.68"
main.MapNaam="St. Pierre de Montmartre"
main.lat = 48.886616
main.lon= 2.341585
main.pic="pierredemontmartre.jpg"
main.textpage="pierredemontmartre"
main.textpage2="pierredemontmartre2"
main.ster ="3"
main.wijk="Montmartre"
End Sub
I use it in a webbase app.
Because webbase always filled by the same variable names but with different values I like calling a Sub with a string, the easiest solution.
I press the button from a ListView with the value or Dim I go to the webbase module but there he needs the variables from 1 of those Subs
I do believe that I'm not quite on the right track, but I'm too far to change.