Many ways to skin the cat, that sounds like one. You know your project the best.

Robert.

On Saturday, August 9, 2003, at 06:07 AM, Dan Stein wrote:

Yep getting closer. Now I just need to find a way to mark that page. I think
I could send an argument with the call to the function and the ID number and
then set a field to done and remove the detail link from the one they did.


Sound right?

Dan

on 8/9/03 7:34, Robert Garcia at [EMAIL PROTECTED] wrote:

In the pop up, show the detail form, and a button to submit. On the
response page, you can have a thank you or something, and then a link
to call this javascript funtion:

function closeNRefresh() {
window.opener.history.go(0);
self.close();
}

This will close the popup and refresh the parent window. You can also
put the call to the function in the body tag as an onLoad on the
response page if you don't want to show the thank you.

Robert.

On Saturday, August 9, 2003, at 03:20 AM, Dan Stein wrote:

No they need to edit a several fields and they want to see it all on
one
screen. I guess I could pop up a window that is the detail and the
submit
then they close that and go back to the list but then I face the issue
of
how to refresh the list and mark that one as done.


on 8/9/03 0:32, Ben Johansen at [EMAIL PROTECTED] wrote:

Hi,

You could always place a button on each row that would popup window
with the
detail if they need to see more than you are displaying.

Just a thought.

Ben Johansen - http://www.pcforge.com
-Authorized WiTango Reseller
http://www.pcforge.com/WitangoGoodies.htm
-Authorized Alt-N Reseller
http://www.pcforge.com/AltN.htm

-----Original Message-----
From: Dan Stein [mailto:[EMAIL PROTECTED]
Sent: Friday, August 08, 2003 8:16 PM
To: [EMAIL PROTECTED]
Subject: Witango-Talk: Can this be done


Seems to me this can be done but before I go ahead a give it a try wanted to know if others have tried this.

In my application each semester they take a category of courses
usually 5-20
and recreate them for a new semester.

Right now I give them back a list view with the info they need to
change and
a checkbox to include the record or not but it does not fit on the
screen
without scrolling or without leaving something out.

It would be best if they could see what would be a form page with all
the
info for one record then they click on next and get the next record
and the
next etc. with the submit at the end.


Seems I should be to to return the list and start the row with 1 and
stop
with one then use the previous and next.

I have the kernel of the idea but not sure how the form should work.

Dan

Its late so I may be be very clear. If not I'll try Saturday. I'm
leaving
Sunday early for a week so I can only follow this thread if it starts
one
for the next day.



-- Dan Stein Digital Software Solutions 799 Evergreen Circle Telford PA 18969 Land: 215-799-0192 Mobile: 610-256-2843 Fax 413-410-9682 FMP, WiTango, EDI,SQL 2000 [EMAIL PROTECTED] www.dss-db.com


____________________________________________________________________ __
__
TO UNSUBSCRIBE: Go to http://www.witango.com/maillist.taf


____________________________________________________________________ __
__
TO UNSUBSCRIBE: Go to http://www.witango.com/maillist.taf



-- Dan Stein Digital Software Solutions 799 Evergreen Circle Telford PA 18969 Land: 215-799-0192 Mobile: 610-256-2843 Fax 413-410-9682 FMP, WiTango, EDI,SQL 2000 [EMAIL PROTECTED] www.dss-db.com


_____________________________________________________________________ __
_
TO UNSUBSCRIBE: Go to http://www.witango.com/maillist.taf




-- Dan Stein Digital Software Solutions 799 Evergreen Circle Telford PA 18969 Land: 215-799-0192 Mobile: 610-256-2843 Fax 413-410-9682 FMP, WiTango, EDI,SQL 2000 [EMAIL PROTECTED] www.dss-db.com


_______________________________________________________________________ _
TO UNSUBSCRIBE: Go to http://www.witango.com/maillist.taf




--


Robert Garcia
President - BigHead Technology
CTO - eventpix.com
2781 N Carlmont Pl
Simi Valley, Ca 93065
ph: 805.522.8577 - cell: 805.501.1390
[EMAIL PROTECTED] - [EMAIL PROTECTED]
http://bighead.net/ - http://eventpix.com/ - http://theradmac.com/

________________________________________________________________________
TO UNSUBSCRIBE: Go to http://www.witango.com/maillist.taf

Reply via email to