Forum: MS Access and FileMaker Pro 34 Days Ago |
| Replies: 2 Views: 546 What is the field size for the number fields in the table? |
Forum: MS Access and FileMaker Pro Sep 28th, 2009 |
| Replies: 1 Views: 600 Check out this post for Question A. It seems similar. http://www.daniweb.com/forums/thread224378.html
Question B I'm not sure. |
Forum: MS Access and FileMaker Pro Sep 23rd, 2009 |
| Replies: 13 Views: 1,193 This is for school work isn't it? |
Forum: Graphics and Multimedia Sep 13th, 2009 |
| Replies: 15 Views: 1,647 You know jpeg does not support transparency, right? |
Forum: Graphics and Multimedia Sep 13th, 2009 |
| Replies: 6 Views: 592 Personally, I hate websites that play music. If there is not an easy way to turn off the music on the site by clicking a button, I will go to another page that sells or talks about the same thing. |
Forum: Graphics and Multimedia Sep 8th, 2009 |
| Replies: 15 Views: 1,647 Are you sure the image is transparent at the top? Maybe the white strip is in the image. |
Forum: Graphics and Multimedia Sep 8th, 2009 |
| Replies: 4 Views: 550 What exactly are you saying?
1. You were working on a file in photoshop when everything shut down and the only version of the file you have is .jpg and not .psd?
if so, there will be nothing... |
Forum: Graphics and Multimedia Sep 8th, 2009 |
| Replies: 16 Views: 988 Here is a fast simple way to do it. Rename the extension from .doc to .jpg. Now it wont do anything unles syou change it back to the correct extension ;) |
Forum: Graphics and Multimedia Sep 2nd, 2009 |
| Replies: 7 Views: 701 Gifs do support transparency |
Forum: Graphics and Multimedia Aug 25th, 2009 |
| Replies: 5 Views: 731 Illustrator has a type on path feature in which you can draw a shape then click on the type on path tool, click on the path and start typing. I have not heard of doing that with images though. |
Forum: Graphics and Multimedia Aug 25th, 2009 |
| Replies: 4 Views: 537 Seamless images for when they repeat on say a webpage? or you are putting 2 pictures together in photoshop and want the transition from one to the other to be seamless? |
Forum: MS Access and FileMaker Pro Aug 24th, 2009 |
| Replies: 9 Views: 921 One way would be to have the store number entered from a combo box.
Have a table of all your store numbers, locations, etc. Make a combo box based off that table and add in all the fields that... |
Forum: Windows Software Jul 28th, 2009 |
| Replies: 1 Views: 309 Just a guess, but maybe set them as unread in Gmail. Generally the send/receive will only pull down new mails. |
Forum: Graphics and Multimedia Jul 9th, 2009 |
| Replies: 7 Views: 857 I don't wuite understand why that would be tricky unless it was illegal. I have installed and activated adobe products in the past and as long as you put the code in correctly, it works without a... |
Forum: Windows Software Jul 5th, 2009 |
| Replies: 2 Views: 394 Open the problematic word document, highlight everything (or ctrl + A) create a new word document, paste (ctrl + V), save it, then try to convert this new document.
This same problem has happened... |
Forum: Windows Software May 12th, 2009 |
| Replies: 1 Views: 402 Check your caps lock. I dont ever remember it looking like a pen, but then again I haven't used PS7 for a while. I just know that the cursor will change appearance by pressing the caps lock key. |
Forum: Graphics and Multimedia May 11th, 2009 |
| Replies: 3 Views: 657 Hmm, I wont get onto the topic of legality so . . . |
Forum: IT Professionals' Lounge May 5th, 2009 |
| Replies: 0 Views: 302 www.tynt.com
Just found this site and started using it. Quite interesting really. It recognizes when people copy or highlight text from your webpage and/or copy pictures. If they paste a passage... |
Forum: MS Access and FileMaker Pro May 4th, 2009 |
| Replies: 2 Views: 1,086 I'm sure there is a VBA approach to this, but you could also make a macro with 6 lines in it.
Make a new Macro and use the following:
SetWarnings = No
OpenTable = table you want to remove all... |
Forum: MS Access and FileMaker Pro Apr 26th, 2009 |
| Replies: 8 Views: 9,451 Check out this little sample I just made. Is this what you are trying to do?
Also, if you are creating the expression, then the table field should be left blank. The query will not add this data... |
Forum: MS Access and FileMaker Pro Apr 23rd, 2009 |
| Replies: 8 Views: 9,451 Is your field called HomeSum or HouseSum? You have it written both ways in your question. Try it without putting [ or ] around your constant. |
Forum: Graphics and Multimedia Apr 19th, 2009 |
| Replies: 14 Views: 7,181 Hence taking a picture with say a 10MP or greater camera and using that for pictures in advertisements. It should be more than large enough and shrinking is not too much of a problem. |
Forum: Graphics and Multimedia Apr 5th, 2009 |
| Replies: 2 Views: 594 Turn on the text tool (looks like a letter A), click somewhere in your image, then start typing. For the sake of being easy, after done typing, click on a a different tool (any other tool is fine),... |
Forum: Graphics and Multimedia Mar 3rd, 2009 |
| Replies: 1 Views: 445 Try doing a google search about action script to see what will pop up. |
Forum: MS Access and FileMaker Pro Feb 22nd, 2009 |
| Replies: 1 Views: 717 I'm pretty sure Access says it can handle up to 255 concurrent users, but I personally would not trust that.
I have made databases in which 5 - 6 people used it at the same time and it handled... |
Forum: Graphics and Multimedia Feb 12th, 2009 |
| Replies: 3 Views: 670 Just to beat a dead horse, think of them as the heading styles in MS Word. It's preformatted to standout. |
Forum: MS Access and FileMaker Pro Feb 12th, 2009 |
| Replies: 1 Views: 1,394 The simplest solution would be to use Microsoft FrontPage. You can create a form in it, and tell it to link to a database. FrontPage will make the database and set up all the necessary connections. ... |
Forum: MS Access and FileMaker Pro Feb 5th, 2009 |
| Replies: 8 Views: 4,624 gmalsack do you want to just have the name display that way, or do you want the names to be entered into your database permanently after typeing them in like that.
If you want to just have them... |
Forum: MS Access and FileMaker Pro Feb 2nd, 2009 |
| Replies: 1 Views: 1,012 Found a solution that works. I should have figured it would be easy.
IIf(IsNull([forms]![frmFilter]![DeptCombo]),[Department],[forms]![frmFilter]![DeptCombo])
I put this as a criteria for... |
Forum: MS Access and FileMaker Pro Feb 1st, 2009 |
| Replies: 1 Views: 1,012 If anyone can point me in the right direction I would greatly appreciate it.
I am making an Asset Management database. I'm looking at having about 50 fields in a table. Of those 50, 25 could... |
Forum: Graphics and Multimedia Jan 25th, 2009 |
| Replies: 5 Views: 1,205 FLA is the editable Flash file. It contains all the layers, key frames, motions guides, programming, and everything else. It is the source file of the SWF. Before you put the movie (FLA file) online... |
Forum: Graphics and Multimedia Jan 15th, 2009 |
| Replies: 6 Views: 1,985 You did upload the .swf into the folder specified in the path? |
Forum: Graphics and Multimedia Jan 15th, 2009 |
| Replies: 14 Views: 7,181 Why do you want it to be a vector graphic? Photoshop is mainly used for Raster images. Use Illustrator if you want a vector image. |
Forum: Graphics and Multimedia Dec 15th, 2008 |
| Replies: 7 Views: 2,234 What does the boundary look like? Is it a border on the edge of the image. Save the picture and post it up here and it will be easier to think of a way to fix the problem. |
Forum: Graphics and Multimedia Dec 10th, 2008 |
| Replies: 8 Views: 2,018 If you want to save things in a GIF format, do File --> Save For Web then choose one of the GIF settings. That is the best way if you ware planning on putting it online because it will remove all... |
Forum: Graphics and Multimedia Dec 2nd, 2008 |
| Replies: 3 Views: 707 People would still have to download the picture from flickr to be able to see it so IMO I still think it would take just as long for a user. |
Forum: Graphics and Multimedia Dec 1st, 2008 |
| Replies: 5 Views: 993 You can tell when something is flash by right clicking on it and looking at the menu. |
Forum: MS Access and FileMaker Pro Dec 1st, 2008 |
| Replies: 4 Views: 2,146 If you can't get timothy's suggestion to work, type null rather then "" in your condition. |
Forum: MS Access and FileMaker Pro Nov 24th, 2008 |
| Replies: 1 Views: 1,153 So again I'm not a programmer, but here is the finished product after searching through a lot of websites. It works so if anyone is ever trying to take Word form data and import it via Access, use... |
Forum: MS Access and FileMaker Pro Nov 20th, 2008 |
| Replies: 1 Views: 1,153 I'll start off saying I am not a programmer. I am making a database that imports data from Word forms. It requires code and I found some that works almost perfectly for me at... |