I'm using a map to get data from a database into MS Project. One of the issues I'm having is that the Map will update the Start Date to the start date in my database but it will not update the Finish Date to what I have in the database. It seems project wants to calculate the Finish Date...
is there a way to run a query in an external database and put the results into a table in my current database?
Example:
INSERT INTO tblLocalTable
SELECT *
FROM (ExternalDatabase.mdb, externalQuery)
?
Thanks
I'm setting up a Recordset to an Oracle connection.
And in my VBA code I'm doing:
With rs
.AddNew
.Fields("OPENHOURS") = 4.7
.Update ' stores the new record
End With
if I set my OPENHOURS field to any value with a decimal then I get this error in MS Access: "WRITE CONFLICT"
if I set my...
I write a lot of VBA code that I have to push to many users. So, this means when I have to update/modify the code, I have to go to each computer and make the change. Is there a way to put my code in one repository or file and have it referenced. I would love to be able to make changes in one...
I'm using VBA for MS Project to format font color, size, ect.
I'm using a loop to do this and I can get the task count for the project but I cannot find a way to get the column count.
ActiveProject.NumberOfTasks will return the number of tasks for my project.
Does anyone know how I can get...
Basically my client wants to see data in a scrollable text field and not let a user select it and copy and paste the text in to another source. Protected text.
I am feeding my movie text from an XML source. But I cannot figure out a way to do this without the text being selectable and able to...
I just bought a 160GB hard drive and when I look at the drive in Disk Management under Win 2000 it says I only have 128GB of free space. This seems low to me. Shouldn't I be able to use at least 90% of the drive?
Has anyone heard of this and does it work...
I have Windows 2000 Professional. Windows installer pops up when I restart and log into my computer. The message in the popup says "installation in progress. Please finish install before starting another. "
I cancell out of this then click on start. Computer locks.
Any suggestions?
I would like to use the window component in flash. When a user clicks on a thumbnail pic then I would like the window component to open displaying the picture. Anyone know of a good tutorial covering the window component? I can't seem to get it to work.
http://www.amarillodj.com/
First page called "Home" I have scrolling text. When I move the scroll bar it highlites the text.
I used the Developement Panels --> Components --> TextArea Component to create this text area.
Seems that this is only happening when I have this text area in an...
I'm trying to make a scrollable text field. So far that is simple enough with the scroll pane component. But now I have text that equal about 2000 lines total and it contains some pictures (graphs). I'd like to have a text field scroll thru this text and pictures. What is the best way to...
I have this action script in a frame:
if(button_name == "button1"){
tellTarget ("frameTransition") {
gotoAndPlay(14);
}
}
In this movie clip it plays what I need starting at frame 14 of the movie clip and stops at frame 26. I'd like to add code here that says:
When frame == 26...
Is there a way to stream or write a file from a server to client PC?
String filename = "download.txt";
String webPath = "C:\\download\\";
File file = new File(webPath+filename);
FileWriter fileWrite = new FileWriter(file);
String outputString = new...
Can anyone explain how I would use the java.util.zip class to zip a file I have. I would like to zip the file after I write it to the directory.
Here is some sample code I have to write a file:
File file = new File(webPath+filename);
FileWriter fileWrite = new FileWriter(file);
String...
Lately the projects I've been working on have been going to CD instead of web. As a result, I noticed Flash has some issues. So I started investigating Director. But many of the animation and functions I perform in Flash I have not discovered a way to duplicate in Director.
I use global...
With my experience in Flash I hoped to come to Director with ease. Maybe it's because I am new to Director, but I don't see the same capabilities in Director as I do in Flash. Are there limitations to Director? Or can Director perform the same as Flash? One example: In Flash I can make a MC...
Is there a good book that covers database connections with flash? I guess the proper order would be to learn XML first. What kind of database can flash communicate? SQL?
Rod
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.