Also i managed to get btsearch to open, and when trying to create the DDF like in the tutorial i select the btr file then get the following message "btrieve error 3012 with operation 0"
This mean anything to you guys?
I would i could they just aren't there, the folder contains loads of .com, .exe and .bat files:
EMBT.com
EMBT.exe
matrix.com
ub.exe
SETSCRN.exe
BTRIEVE.exe
CCMOVE.exe
BCLEAN.exe
CCONTROL.sys
MAILFAST.ccc
SYSTEM.1ST
Does any of this mean anything to you?
I know the rough structure of the file...
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...
When clicking save as, it shows... c:/documents and settings/user/local settings/temporary internt files/then some random number e.g WEX4DF
when browsing to temporary internt files it just shows a list of files, no folders within that. we did find 2 word documents within the temporay internet...
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...
Thanks for the reply, i will keep that in mind, the way i got round it was to, send the vars in like.... vars=var1,var2,var3,var4,etc instead of var1=var1&var2=var2&var3=var3 etc then i used
tmparray = c["vars"];
_global.arrray = tmparray.split(",");
which split all the vars up and put them in...
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.