I am looking to extract data from a few btr files which were previously read from a program called easymail i believe this for an old piece of postoffice software converted for the needs of my client. It has just recently stopped working, I don't appear to have the DDF files so i downloaded...
I have 2 tables lets say called: files and notes
files has 2 fileds filname and date_added
notes has 2 fields note subject and date_added
if files had 2 records:
1) file1.pdf : 2007-06-14
2) file2.pdf : 2007-06-17
if files had 2 records:
1) great day out : 2007-06-15
2) why me? : 2007-06-18
i...
My g/f sent herself a word document to her hotmail address, got home wenbt into hotmail clicked open instead of save as then edited the file and clicked save. Then closed program, does anyone know how top retrieve this document as we cant find it anywhere!?
does anyone know the code for VBA Word macro to paste special using "Picture (Windows Meta File)"
Normally to find out i would create a new macro and act it out with the mouse, but after lookling at code it only does a basic paste special. Any ideas greatly appreciated.!
OK, i am having a problem, i have got lots of images stored on my database, and i want to display them, easy enough, but how would i auto thumbnail then?
I can thumnail images, and i can retrieve images from database but how would i do them together?!
Cheers for any help
ACCESS AND VBA
I have 1 form lets call it Form1 which has a text box called say textBox1(along with many other form components), the will find record they want and then click a button, which i want to open a new different form (Form2) and set a text box on that form (textBox2) to the value of...
I am using LoadVars to load over 400 int into m,y flash script, i want to be able to put them in an array. But i dont want to have to put myArray.push("var1", "var2", "var3", "etc");
in php i would do something like:
for ($i = 1; $i <= 400; $i++) {
$tmp = "var";
$tmp .= $i;
$value = ${$tmp}...
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.