
need some time to be shure there's no 'Look Mom, no long file names!' issues popping up.
Here's a small wish list though. Nothing serious, but things I think would make it even better:
#1 A few extra commands for the web control:
Code: Select all
Case @IdBeforeNav
BrowseCmd(W1,@GetNavUrl,Url)
Select True
Case (Instr(Url,"ExitProg")>0)
'The 'Exit' link was clicked:
BrowseCmd W1,@CancelNav
Exit=True
This way, you can use html to build your UI, which opens up the language to a lot of exciting
possibilities. And a @GetPostedData as well, to catch strings from forms in the webcontrol.
#2 A line continuation scheme. Space+underscore perhaps. I like to keep source tidy, but those
three foot long lines running off to the right mess things up.
#3 At least an upgrade fee for professional use. I know this last topic is a dead horse, and I
don't wan't to discuss it. It's my request though.
:roll: