Search 5,000,000+ questions and answers.

Frequently Asked Questions

Why can't I import vCalendar/iCalendar data files?

Information Technology Services: Sundial
There are some know problems with Sundial in importing vCalendar/iCalendar data files that contain all day events. On Mac, you will get a pop up window saying "There are no valid entries to import" and no event gets imported. On PC, you will get a pop up window saying "An error occurred while processing the Entries. Do you wish to keep the # valid Entries found?" If you click "Yes", it imports the non-all-day events.
Related Questions

What can't I do with this data?

Gov-Records.com
You may not use this data for pre-employment or tenant screening, to harm, harrass, stalk, injure or embarass individuals, to commit criminal acts, or to approve or deny credit. This information is not available to you to harm others. We only deal in publicly available information. We are not a consumer credit reporting agency and do not compile financial information, tax records, credit reports, or any other non-public information.
Related Questions

find people quick
You may not use this data for pre-employment or tenant screening, to harm, harass, stalk, injure or embarrass individuals, to commit criminal acts, or to approve or deny credit.
Related Questions

People-Search.com
You may not use this data for pre-employment or tenant screening, to harm, harrass, stalk, injure or embarass individuals, to commit criminal acts, or to approve or deny credit. This information is not available to you to harm others, if used correctly, everyone can benefit.
Related Questions

I need a program now. Behold can't edit my data yet. What program should I get?

Behold FAQ (Frequently Asked Questions)
Recommending a program is like recommending a car. It really depends on what features you want and your personal taste. Over the last ten years I have always kept up-to-date on the state of Genealogy programming and the programs available. I've looked at and tried and compared dozens of other programs and I maintain my Genealogical Program Links Page with links to them. I invite you to try out other programs and get a feeling for them.
Related Questions

Why can't I see [name a data layer]? Are you going to add this layer?

iMAP & Parcel Viewer Frequently Asked Questions
Some layers haven't been captured as part of our GIS yet. Others are restricted from display due to licensing agreements with the data suppliers. Keep in mind that the layers listed in the legend draw in the order they are listed. This means that a layer that is listed above another may block your view of a lower one. This is particularly true for the imagery, since it is on the bottom of the legend. Try turning layers off if you can't see the one you are interested in.
Related Questions

What do I do if I am interrupted and can't complete data entry for a rating?

FAQ: Measuring Consumer Health Outcomes in Public Mental Hea...
Currently the CMI Wellbeing module allows measures to be edited after completion. However, once the CMI Wellbeing module is enhanced it is envisaged that this functionality will be tightened so that CMI system administrators must do any data changes.
Related Questions

What is "Can't build data connection: Permission denied"?

FTP FAQ - Frequently Asked Questions - FAQ Wysardry
This error is usually caused by trying to connect to the CGI-BIN server, when your FTP client is not set to Passive (PASV) Mode.
Related Questions

Why can't I find supplementary/raw data for my experiment of interest?

GEO FAQ
Supplementary data are made available for download from GEO's public FTP site and from links at the bottom of Series records and Entrez GEO DataSets retrievals. All GEO submitters have been asked to provide supplementary data (for example, Affymetrix .cel files) to accompany their GEO records.
Related Questions

Why can't I close my Form when using Data Binding?

Data Access - Windows Forms FAQs
By default, simple binding updates a bound data source property value as part of Control validation. Control validation occurs when a Control loses focus (see Controlling the Binding Operation for more information). Validation also occurs when a Form...
Related Questions

Why can't I see all the fields in the data file?

QuestView FAQs - Frequently Asked Questions
This is most likely because you have turned off field display for those fields in a prior session of QuestView. QuestView remembers the last settings you used until you log off the AS/400 and log back on (so that you don't have to reset things like multi-record view vs. single-record view and so forth). You can either log off and back on or simply reverse the changes you made previously. Also, you can execute the command RCLRSC at the AS/400 Command Line.
Related Questions

Why can't I see my data in MapView?

Seabed Mapping - Home of Piscatus 3D
Check what resolution you are in. In PISCATUS3D DeepSea Pro and PISCATUS3D Inshore Pro, the 100nm resolutions draw the 3D terrain from the satellite data only, not any of your boat data. Try selecting a smaller area to view - 60nm for PISCATUS3D DeepSea Pro and 20nm for PISCATUS3D Inshore Pro - these draw the 3D terrain from the actual boat data.
Related Questions

Why can't I change some of my personal data?

ZETURF - FAQ
Some of your personal information is not modifiable on line in order to increase your security. If you want to modify your personal data, please contact our customer care service.
Related Questions

I can't find my safety data sheet. What should I do?

HSE COSHH ESSENTIALS
Suppliers of chemicals are required to give you a safety data sheet with the first consignment of your order. If you have lost this or you think it is out of date, ask your supplier for another one. If the supplier refuses to help contact HSE's InfoLine (tel: 0845 345 0055)
Related Questions

What do I do if I can't pass data at 128kbps?

L-3 Communication Systems - East STE: Secure Terminal Equipm...
Check to see if bonding is setup. If no ISDN probe is available then try the following: Place a call using the speakerphone. After scroll comes up on the display watch the speakerphone LED. The LED should go out once a data call is established. Also the only way to go on-hook is with Call Appearance button. Other things to check: 2nd SPID not entered or 2nd directory number not entered on the far end of STE.
Related Questions

What if I can't find the data I am looking for?

State Climatologist, Georgia
Sometimes the data you think you need are available and just hard to find; in other cases, the data do not exist on the web or may not even exist at all. Climate data are recorded at a limited number of locations and times, and only a few types of weather data (like temperature and precipitation) are widely available across the country. Other types of data, like humidity and pressure, are taken at only a few locations in each state.
Related Questions

Why can't I get data prior to 1981?

WISQARS Fatal FAQs
Suitable population data does not exist for the years prior to 1981. For requests for data prior to 1981, WONDER may provide the necessary information.
Related Questions

I can't find the data jack in my room, where is it?

NYU > ITS > Help & Support > FAQs & Tutoria...
All dorms, with the exception of Third North, have one data jack per person. In Third North, there is one jack per bedroom. Search for the jack behind any furniture that is against the walls, including beds, desks, wardrobes, etc.
Related Questions

Why can't I save history data?

Personal Stock Monitor: Frequently Asked Questions
You must have "Update during market hours" set, and you must have the market hours set in local time.
Related Questions

Why Can't I Use Type-Specific Data Structures Instead of Generics?

Generics FAQ: Fundamentals
To avoid the type-safety problem without generics, you might be tempted to use type-specific interfaces and data structure, for example: public interface IIntegerList { int Add(int value); bool Contains(int value); int IndexOf(int value); void Insert(int index, int value); void Remove(int value); int this[int index]{ get; set; } //Additional members } Public Interface IIntegerList Function Add(ByVal value As Integer) As Integer Function Contains(ByVal value As Integer) As Boolean Function IndexO.
Related Questions

Q4.4: When I save the *.mst file on a network-drive I can't see the profile-data. Why?

FAQ for CureTRAK(TM) -- ECD
Workbook files which contain downloaded data and other settings are saved with a file extension of *.mst, and the data for the Profile worksheet are saved with an extension of *.mdm. These two files must be kept in the same folder (directory) because they are inter-dependent on each other. Thus, you must move all the *.mdm files to the same network drive the *.mst file is located.
Related Questions

Why can't I find all my Budget Centers on the Line Item Budget Data page?

UTHSC-H Finance - BFR - Frequently Asked Questions
Only non-project Budget Centers are listed on this page. To find a Budget Center associated with a project that is used to fund someone, use the search page for the Salary Detail list by Bud Ctr (Home>UTHSC Menu>Custom Budgets>Use>Salary Detail List by Bud Ctr). More details can be found beginning on page 1-36 of the of the PeopleSoft UTH Budgets training manual. New hires are added to Custom Budgets through a nightly process.
Related Questions

Why can't I download the data files?

OCFA '98 - Frequently Asked Questions
Up until August 2001 the OCFA data files were available for download from the ftp site. These files have been removed for a number of reasons - 1) Some of the larger commercial and non-commercial genealogy search sites have downloaded the OCFA data and added it to their online search engines. 2). The entire database is searchable on the OCFA website so there is no longer a need to download the files.
Related Questions

Why can't I set the interval the same as for TCP data?

VisualLookout Quickstart Guide
Interface data is not updated by the operating system at the same rate as TCP data and this results in inaccurate displays. The minimum of 15 seconds works for the majority of platforms.
Related Questions

Why can't I download the FAIR data into other programs?

Fairnet
FAIRNET was created to provide open access to the DoD FAIR submission, while minimizing the risk of data corruption. To this end, FAIRNET provides a mechanism to run queries and simple analyses on the DoD FAIR Act submission but DOES NOT allow information to be downloaded.
Related Questions

Why can't I get a further guestbook using the same registration data again?

SPiN Guestbook / support / faq
Don't worry! You only must not choose the same four values again, for First name, Last name, Password and Email address; at least one of these values has to differ from the relevant one of your first registration. Mainly, this is intended for your benefit, so that when the registered page gets reloaded (by hand or by common browser misbehaviour) you are not bothered with another registered guestbook.
Related Questions

Why can't I load other users data by using it?

h e a d s t r o n g . d e :: icqr information faq
Sometimes (only reported after updating to a new version) ICQ stores several "states" in the DAT file. ICQr Information only shows the first database entry found and tries to find others when you use this button.
Related Questions

I want to change data, but I can't. What's wrong?

PantherSoft :..
Some data you will not be able to change, such as historical data like previous addresses, etc. If you want to update information, you need to add a row in order to enter new data, such as a mailing address that will be valid in the future. If you have an item you feel must be changed, and you do not have the ability to do so, call the UTS Support Center at 305-348-2284.
Related Questions

Got A Question? Ask Our Community!


More Questions >>

© Copyright 2007-2008 QueryCAT
About • Webmasters • Contact