VBA: Testing for open pages across a network.
In VBA, how can I test to see if a user has edited and not saved a document
accross a network in FrontPage VBA?
The IsOpen property of the WebFile object only seems to work on the computer
on which the calling macro is running. And I don't seem to be able to access
web pages (located on a server) with the file system object.
I've also looked at the WebFile properties collection and none of these
properties seem to help me.
I'm trying to avoid people running macros and overwriting other people's
work with forced saves in the macro.
Any help would be greatly appreciated. Thanks! Tag: Need some Sight Impaired tips? Tag: 71316
Questionnaire results
I have a survey on my webpage which people can fill out and submit. I am
getting it by email as text; however, it is confusing to figure out which
question belongs to which answer.
Is there a way to get the survey back as it was created, meaning, the
answers with the questions? Does this make sense? Is it possible to do it?
Thanks a lot Tag: Need some Sight Impaired tips? Tag: 71310
Link to Access database
I've designed textbox and submit and ok button but how can I link the data
to an Access database ? Pls advise. Thanks
Daniel Tag: Need some Sight Impaired tips? Tag: 71302
How do I launch an RDP file from a hyperlink in FrontPage2003
Hi,
I have a web page written in FrontPage 2003, all other links work fine.
However, I am having problems with a link to a file (.rdp) I have regsitered
it, and when I click follow link in the design view it launches fine. When in
preview it does nothing
Can anyone help
Cheers
Jonathan Tag: Need some Sight Impaired tips? Tag: 71295
Select all selectbox
I have a list of names generated in a selectbox using a SQL statement. I
need to highlight all of these names, i would like to do this using an input
button!
Anyone with any ideas how to do this?
Thanks Tag: Need some Sight Impaired tips? Tag: 71294
FrontPage Subweb or Password Protect Page?
I have a website that is in FrontPage 2003. It is hosted by our ISP.
I want to create a "Employee Only" section where I can have employees
login and get HR documents.
I want it so they must login to have access to these documents. I
don't want them to be able to browse to that folder they are in and
get them without loggin in .
I have an access DB with the username and paswords.
What is the best way to accomplish this in FP 2003.
Thanks. Tag: Need some Sight Impaired tips? Tag: 71290
Database Editor & Linked Tables
Is it possible to create a Database Editor (with or without using the wizard)
for multiple MS Access or PostgreSQL tables that are linked with primary and
foreign keys?
Thank you,
--
DAU73 Tag: Need some Sight Impaired tips? Tag: 71289
Website Members only access
How or what would I do to make my site accessable to only members who have
went through a registraion process and have been approved by the webmaster or
and Admin? Tag: Need some Sight Impaired tips? Tag: 71286
Auto list folder contents
Is there a way to automatically list the folder contents in an access
database?
I have a photo upload form and want to allow the users to immediately
select the uploaded file to associate with a profile. Do you know if
an xml file can do this? If so can you help me find the coding to
make this happen?
thanks Tag: Need some Sight Impaired tips? Tag: 71282
A Must Read!!!
I have found an excellent resource on Object Oriented Programming.
http://technical-talk.com/SoftDev/OOP/OOPBASICS.asp Tag: Need some Sight Impaired tips? Tag: 71281
How can I do Html email (newsletter to members)
I would like to sent newsletter to the members. To do so I need to insert
html page into the email ( as I understand). Is it possible ? Could you just
show me the direction?
I do have Front Page and Office 2003, and Dreamweaver8 Tag: Need some Sight Impaired tips? Tag: 71280
=?Utf-8?Q?How_to_display_=C2=A3_sterling_charac?=
I'm using FrontPage to publish my website and the special character £ (pound
sterling) does not show on the site - it is replaced by lozenge. The
character shows OK on my local files. I've tried inserting the special
character and changing fonts but no luck. Tag: Need some Sight Impaired tips? Tag: 71273
Please Help
Please see this address at: http://www.idxpa.com/newnext.asp it is
eaxtly what I want and need but for the life of me and the programmer
it gets stuck on the 2nd page after clicking the bottom of the page to
advance to the next page. It works perfect in Netsacpe and Firefox as
well as Safari but will not work in IE7 Please I am in the middle of
a Real Estate auction and I am out of time to fix this I need an anser
assson as anybody can even fathom why the people who wrote front page
has a problem with the browser and data display my phone number is
407-765-7917 PLEASE HELP>>>>>>>>>>>>>>>>> Tag: Need some Sight Impaired tips? Tag: 71271
Import a PowerPoint Presentation into a FrontPage 2003 Web
Can someone please tell me where I am going wrong. I am following the
instruction on the web when I get to
1.. Start FrontPage, and then open the Web site where you want to import
the PowerPoint presentation.
2.. Open the Web page where you want to link your PowerPoint presentation.
3.. On the File menu, click Import.
4.. In the Import dialog box, click Add Folder.
When I click on Import I get "Import Web site wizard - Welcome"
and no "Add Folder Box"
Am am given 5 options whow I want to get the files, using the Browse button.
ie
Frontpage server extensions or sharepoint svc's
WebDav
FTP
File System
HTTP. Tag: Need some Sight Impaired tips? Tag: 71269
mailto: without CGI
Hi: I have a form text box and I want an e-mail to popup with the text box
user input in the body. How can I do this in html without CGI etc.?
e.g. Text box T1, users types in "My name" in the text box. User clicks on
"Prepare e-mail to send" and up comes the e-mail client with relevant info
populated.
thanks,
russ Tag: Need some Sight Impaired tips? Tag: 71267
write to csv
Hello
I am using frontpage 2002.
I have a form and I want the form info to go to a csv file. I know that I
can use the wizard or editor and save to csv, but I have my form post the
info to another page that says "you've completed ..." and the submitters info
is under that and a "print this certificate to keep for your records" button
is under that.
What I want to do is when the "you've complete" page comes up...I want the
user's info to go to a csv file.
I tried this code I found for test:
<%
dim fs, f
set fs=Server.CreateObject("Scripting.FileSystemObject")
set f=fs.CreateTextFile("c:\test.txt",true)
f.WriteLine("Hello World!")
f.Close
set f=nothing
set fs=nothing
%>
The file doesn't get created. I was thinking if this code worked, I will
just change the file from .txt to .csv and insert a string that has all the
data separated by commas. I guess it's not that easy.
Can anyone help me?
Thank you. Tag: Need some Sight Impaired tips? Tag: 71262