Question:
i have a Word document which has a droplis box.I would like to be able to display a timestamp...?
2011-01-26 17:02:52 UTC
...next to the droplist box
would like to display a timestamp on the Word form, everytime the value in a droplist box changes.
In short, what is the macro code to display time on a Word documentform?
Five answers:
?
2011-01-27 00:19:02 UTC
Introduction



I find myself using this little XML ASP tool over and over for all sorts of things. ListEditor is an ASP application that gives a live collaborative editable view over a list of items. It isn't designed to scale to www. microsoft .com usage scenarios. It is a low-tech solution that is useful for small teams of people who want to maintain simple, shared lists. This article includes a good amount of source code, which you may find useful.



What Is It?



The ListEditor is a general-purpose set of Active Server Pages (ASP) scripts that provide an editable list view on any XML file on the same Web server—so long as that XML file contains a special kind of simple inline schema that describes the shape of the list items. The user interface is built using DHTML.



You can check out a demo of this application by downloading the source files and copying them to your local intranet server. (The demo requires Internet Explorer 5 or later.) The sample list is a collation of feature requests received via the public newsgroup news:// msnews.microsoft .com/ microsoft.public .xml. When you enter the address http://localhost/listeditor/ edit .asp?file= feedback .xml, you should see something like this:



The User Interface



You can sort the columns by clicking on the column headings. You can select a subset of rows to display by entering some filter expression. For example, if you enter "file" and press tab, you will see all items that contain the word "file" somewhere in the text of the item. You can also customize the view by selecting which columns you want displayed. The richer your schema, the more interesting your view becomes. All of this user interface so far is done with no round trips back to the server, which is a good way to offload cycles from your poor overworked Web servers.



You can make changes by first selecting a row, and then selecting the cell that you want to edit. Either an edit box or a drop-down list box will appear. You type in your changes and then click outside the edit box to see your changes incorporated in the list. When you are done, click the SAVE button. Your changes will be sent back to the server to be merged into the master document on the server.



If you try to update the same cell as someone else at exactly the same time, your update may fail—in which case the save process will report a conflict. You will then have to click the SYNC button and resolve the conflict before saving again.



Where it gets interesting is the "polling" feature. At the bottom of the window, a polling interval input box defines the number of seconds between polling events. When this polling value is nonzero, the page will ping the server asking for updates at the specified interval. As other users make changes, those changes are highlighted on your machine automatically.



You can also edit the schema by clicking the Edit Schema button at the bottom of the list. More on this below.



A more complete help file is available with the application.



How Does It Work?



The ListEditor is made up of the following files:



File Description

Edit .asp This is the main enty point to the application. Notice that the URL used to edit the above XML list is http://…/ edit .asp?file= feedback .xml.

Feedback .xml This is the list that I built from the microsoft.public .xml newsgroup. It happens to be in the same location as the edit .asp, but this doesn't have to be the case; it could live somewhere else on the same server.

Global .asa This uses ASP Application state to maintain the current change log for distributing updates to the current set of clients........................
?
2011-01-27 17:25:19 UTC
ActiveX Combo Box - Date/time List

Hi,

I'm trying to use an activeX combo box to select a date/time from a list and expect the selected date to display in the linked cell.

The list is fine but when I select an entry the combo box entry changes to excel's number representation of date/time not the dd/mm/yy hh:mm

that the selection list provides.



Can the system be made to show date/time - I already have the spreadsheet working using bog standard excel Combo boxes but ActiveX is giving me a headache

I'm using WIN/OFFICE 2K if that makes a difference.



Any pointers would be appreciated, Thanks!
2011-01-27 12:36:55 UTC
How do I add the drop down list for user to choose the time (such as in the MS Outlook calender, when we try to make the schedule recurrance).



As a project for my course, we have to build a pizza ordering service website.



I have set up my database like this:



--

-- Table structure for table `ingredients`

--



CREATE Table IF NOT EXISTS `ingredients` (

`main_id` int(11) NOT NULL auto_increment,

`main_name` varchar(45) default NULL,

`side_one` varchar(45) default NULL,

`side_two` varchar(45) default NULL,

`side_three` varchar(45) default NULL,

`side_four` varchar(45) default NULL,

`side_five` varchar(45) default NULL,

`spice_one` varchar(45) default NULL,

`spice_two` varchar(45) default NULL,

`spice_three` varchar(45) default NULL,

`spice_four` varchar(45) default NULL,

`oil` varchar(45) default NULL,

`essence_one` varchar(45) default NULL,

`essence_two` varchar(45) default NULL,

`essence_three` varchar(45) default NULL,

`dish_name` varchar(45) default NULL,

`price` varchar(45) default NULL,

`delivery` varchar(45) default NULL,

`date` timestamp NOT NULL default CURRENT_timestamp on update CURRENT_timestamp,

PRIMARY KEY (`main_id`)

) ENGINE=MyISAM DEFAULT CHARSET=latin1 AUto_INCREMENT=4 ;



I would like to have a drop down menu that starts off asking the user which main_name they want, and based on that goes through the list to allow them to select 1 side order, then 1 spice, etc..



How could I do this dynamically?



I thought about javascript, but this would not work in real time with javascript right ?



I would really appreciate any pointing in the right direction, as I am somewhat lost at this point.



Thank you in advance.
2011-01-27 19:57:43 UTC
FIELD OF THE INVENTION



The present invention generally relates to the creation, editing, and browsing of documents accessed over a network, and more particularly, to the creation, editing, and browsing of documents including hypertext markup language (HTML) that are accessed by an on-line browser.



BACKGROUND OF THE INVENTION



An on-line information system typically includes at least one computer system (the server) that makes information available so that one or more other computer systems (the clients) can access the information. The server manages access to the information by the client. Communication between the server and client is via messages conforming to a communication protocol and sent over a communication channel such as a computer network, a dial-up connection, or other type of link.



Information sources managed by the server may include files, databases, and applications that are stored on the server system or on a different computer system. The information that the server provides may be converted from other formats manually or automatically, may be computed on the server in response to a client request, may be derived from data and applications on the server or other machines, or may be derived by any combination of these techniques.



On-line services are available on the World Wide Web (WWW), which operates over the global Internet network. The Internet interconnects a large number of otherwise unrelated computers or sites. Client services analogous to those on the WWW can also be made available on private networks called "Intranets" that may not be connected to the Internet, and which typically run over local area networks (LANs) or wide area networks (WANs). The WWW and similar private arehitectures provide a "web" of interconnected document objects. On the WWW, these document objects are located at various sites on the global Internet, but can generally be accessed by a client computer that is connected to the Internet at any point. A more complete description of the WWW is provided in "The World-Wide Web," by T. Berners-Lee, R. Cailliau, A. Luotonen, H. F. Nielsen, and A. Secret, Communications of the ACM, 37 (8), pp. 76-82, August 1994, and in "World Wide Web: The Information Universe," by T. Berners-Lee et al., in Electronic Networking: Researeh, Applications and Policy, Vol. 1, No. 2, Meckler, Westport, Conn., Spring 1992.



Among the types of objects accessed via an on-line service are documents and scripts. Documents that are published on the WWW are written in HTML. This language is described in HyperText Markup Language Specification--2.0, by T. Berners-Lee and D. Connolly, RFC 1866, proposed standard, November 1995, and in "World Wide Web & HTML," by Douglas C. McArthur, in Dr. Dobbs Journal, December 1994, pp. 18-20, 22, 24, 26, and 86. Many companies are developing enhancements to HTML that extend the capabilities of the original specification. HTML documents can be created using programs such as Web page editors that are specifically designed for that purpose, or by executing a script file.



The HTML language is used for preparing hypertext documents, which are more formally referred to as Standard Generalized Markup Language (SGML) documents conforming to a particular Document Type Definition (DTD), for access by others over a network. An HTML document includes a hierarchical set of markup elements; most elements have a start tag, followed by content, followed by an end tag. The content is a combination of text and nested markup elements. Tags, which are enclosed in angle brackets (`<` and `>`), indicate how the hypertext document is structured and how to display the document, as well as destinations and labels for hypertext links. There are tags for markup elements such as titles and headers, text attributes such as bold and italic, lists, paragraph boundaries, links to other documents or other parts of the same document, in-line graphic images, and for many other features.
cerbberi
2011-01-27 07:41:24 UTC
I am having an issue figuring out the correct syntax and possible SQL code to display data from one table (CustEndPoints) with a DropDownList used for a GridView to get data from another table. I have been playing with Joins, which is probably correct, as well as ControlParameters. Code:

* Displaying Data Based On Hyperlink In The Previous Page

* Problem With An .asp Page Displaying Data Based On A Form Field Value.

* Displaying Data In A Table

* Displaying Data In A Table

* ASP Page Displaying SQL Table Data

* Problem With Displaying Data In Table

* Displaying Data From Access Table

* Dynamically Populating A Dropdownlist From Other Dropdownlist

* Displaying Records Based On Timestamp

* Displaying Information Based Off An Empty Field

* How To Sort A Table Based On 3 Columns?

* How To Transfer Records From One Table Of A Database To Another Table In Another Data

* Displaying Table

* Displaying All Columns In A Table

* Displaying Records From Table

* Displaying Or Expanding A Table

* Displaying A Recordset Dymanically In A Table

* How To Get Data From A Table Into A Table Form?

* Graphs Based On Data Of An Array?

* Pull Data Based On Text Box Info

* Pull Data Based On Text Box Info

* Sorting Data Based On Dynamically Created Drop Down Menu

* Displaying Data

* Displaying SQL Data

* Displaying Different Data

* Displaying Data

* Displaying .asx Data On Site

* Displaying Data Question

* Displaying Data From A Database

* Displaying All Data From 2 Tables

* Displaying Data From Access

* Error In Displaying Data

* Displaying Data On Dreamweaver 8

* Avoid Displaying Data

* Displaying Data In Columns

* Trouble Displaying Access Data

* Displaying Data To 2 Decimal Points

* Displaying XML Data With XMLDOM Questions

* DateTime Data Not Displaying On Page

* File System Object And Displaying Data

* DropDownList

* Dropdownlist

* Dropdownlist

* DropDownList

* Data Table

* Components For Dynamically Displaying Data Chart Or Graph In ASP

* Displaying Image Data From SQL...single/multipart Tiff

* Displaying Images :: An Unhandled Data Type Was Encountered

* Fill A Dropdownlist

* Dropdownlist Error...

* Populating Dropdownlist



Displaying Data Based On Hyperlink In The Previous Page

I am doing a project that uses ASP VBScript on Dreamweaver. I try to display data based on the hyperlink on the previous page, where I click on the hyperlink("ID of the informationfile") and the following page will show the detailed information of this particular file.



However, I can't display the next page even if I add the hyperlink and the required parameter on the records that are shown on the first page. I need to ask how can I display the detailed information based on the hyperlink, or in fact the fileID from the first page ??? Code:

Problem With An .asp Page Displaying Data Based On A Form Field Value.

I have an asp page that displays informaton from an Access database. I want to create a form that allows users to display only data that matches their search criteria.



I have made many forms like this in Front Page with the Database results wizard, but I want to manually code it. Code:

Displaying Data In A Table

I would like to display the data in a table like first 50 records in a column and next 50 records in another columns.

Displaying Data In A Table

I want to display data like the following:



















1 to 10 records11 to 20 records21 to 30 records
31 to 40 records41 to 50 records51 to 60 records




I tried with rowcount it is displaying in a row ancontinully with if conditions also. how to do this or any example script.

ASP Page Displaying SQL Table Data

I need to solve this as part of a class project. It is designed to simply read a SQL table and display the data in the browser. But it will only show one record based on ID at a time. So if I have multiple records with the same ID such as page.asp?ID=9734, it would show all records using that ID in the browser. Code:

Problem With Displaying Data In Table

I'm trying to display three columns in a table row, then I want to create a new row with three columns until there are no more records to display. Unfortunately, my code only displays one column in each row: Code:

Displaying Data From Access Table

I am calling the values from a table and displaying them in a table, no biggie, i have not used a for loop to create the Html table, rather i have created it myself using a for loop so i can specify the table values i want.



What i am calling from the table is All of the fixtures for the football games in a season but i want to put a seperator or insert a spece of some sort just to seperate the fixtures by date otherwise it just comes out in a long list of fixtures, no nice on the eyes.


This content was originally posted on Y! Answers, a Q&A website that shut down in 2021.
Loading...