CodeCharge Studio
search Register Login  

Visual PHP Web Development

Visually Create Internationalized Web Applications, Web Reports, Calendars, and more.
CodeCharge.com

YesSoftware Forums -> CodeCharge Studio -> ASP

 Edit record in popup window

Print topic Send  topic

Author Message
Mango_Lier


Posts: 110
Posted: 09/26/2006, 6:53 AM

Using application builder, the CCS generates a "List" page of all the records in the database and also a "Maintance" page to update/Insert/Delete a record. I would like to have the "Maintance" page generated in so it pop us as new page "sort of a dialog" in its own windows and have that "dialog" as system modal, what changes do I have to make to achieve this behavior. I know how to popup a window using javascript, how do I make it "modal"? Is it some option hidden in this gem of a tool.
View profile  Send private message
Oper


Posts: 1195
Posted: 09/26/2006, 10:44 AM

window.showModelessDialog("MyPage.asp","Desglose","dialogLeft:300; dialogTop:140;help:no;dialogWidth:200px;dialogHeight:200px;status:no;scroll:no;unadorned:yes");

Modal format have lot of complication
This one will work only with explorer


i will sugested using simple POPup
window.open("MiPagina.asp", "QuickDoc", "left=300,top=140,width=400,height=400,dependent=yes,status=no,toolbar=no,menubar=no,location=no,scrollbars=no,resizable=no,dialog=yes");

This will make you easy to create the apropiated script:
http://www.globaldevelop.com/GlobalDevelop/GenPopup/GenPopupIN.html

just design your popup format and size and location, press generate and copy paste the script

_________________
____________________________
http://www.7bz.com (Free CMS,CRM Developed in CCS)

http://www.PremiumWebTemplate.com
Affiliation Web Site Templates

Please do backup first
View profile  Send private message

Add new topic Subscribe to topic   


These are Community Forums for users to exchange information.
If you would like to obtain technical product help please visit http://support.yessoftware.com.

Internet Database

Visually create Web enabled database applications in minutes.
CodeCharge.com

Home   |    Search   |    Members   |    Register   |    Login


Powered by UltraApps Forum created with CodeCharge Studio
Copyright © 2003-2004 by UltraApps.com  and YesSoftware, Inc.