NetTalk Central

Author Topic: Help with navigation ? issues  (Read 1877 times)

DonnieS

  • Newbie
  • *
  • Posts: 21
    • View Profile
    • Email
Help with navigation ? issues
« on: June 18, 2010, 12:38:52 PM »
I need help with something that should be very simple - I have a webserver
app,  the client will select a file off their system, upload it to the
server,  the server takes that file, if its a word file, opens it, and
determines whats in it.  Thats all fine and working so far.  Now, what I
need to do is - based on whats in the file, could be A , B,  or C.  If its
A, I need to display a screen to the client, let him make a choice and then
pass that to the server, the server then will send him another screen.
Same with B or C.

Is there an example out there in our group of examples, I have looked at
just about everyone and I cant find an example doing this.

Thanks in advance.

kevin plummer

  • Hero Member
  • *****
  • Posts: 1195
    • View Profile
    • Production Accounting and Software Payroll
Re: Help with navigation ? issues
« Reply #1 on: June 19, 2010, 01:52:55 AM »
I think the prob is you can't change the page based on what you find.

Can you put the choices for A, B and C on different Tabs but on the same page and then just use a SSV to hide the Tabs you don't want and to set the next page?

Cheers,

Kevin

DonnieS

  • Newbie
  • *
  • Posts: 21
    • View Profile
    • Email
Re: Help with navigation ? issues
« Reply #2 on: June 19, 2010, 04:42:50 AM »
Kevin, let me try that idea.  What about changing some text on the page ?

kevin plummer

  • Hero Member
  • *****
  • Posts: 1195
    • View Profile
    • Production Accounting and Software Payroll
Re: Help with navigation ? issues
« Reply #3 on: June 20, 2010, 08:50:59 PM »
You should be able to change text based on a SSV condition.

This is what I use for buttons

p_web.site.SaveButton.TextValue = 'OK'

I'm sure there is something similar for Prompts otherwise just use a variable and prime with whatever value you want before the form is generated based on the SSV.