Hello All, I've have a sample of Steve's control clean up routine. Is this a routine that a programmer would use in every program and on every form in that...
David, Do not know how much help I can be. In My Own Opinion, you are going to need to store this data in another format. I was thinking Random Access Files,...
Is the excel is used for data input or output or both? If your data is input from excel - you will need to make a file out is it - it can be a .txt file or...
VB of course has the Excel component, but there is legal stuff against distribution. A couple of alternatives are the Google Spreadsheets Data API and GemBox...
... Good Afternoon Reverend Cummings, This can be easily done, but how 'easy' it will be depends on your programming experience(s), and what the clients are...
I'll echo two of Steve's suggestions: 1) CSV (Comma Separated values). Since this is a text file, there is "no proprietary nothin' " going on. However, my...
To all who have offered their help, Thank you! I am working on this at several angles to see which one will be the best for our situation. About half the...
David...I have a question...does your group input information into this program for everyone or would it be a read only program or just for individual use? The...
Bob
usewillow@...
Aug 2, 2007 4:33 pm
19876
Everyone inputs into the program. Since many do not have full time internet and have to take it to their town library to send it in. Most of us would keep the...
Hi All, How would I make thumbnails in a database come to full size. ie...I have some pictures of herbs in a database. I put the properties and such of these...
Anybody, I am trying to shut down an application which has pause routines in it. These Pause routines have a DOEVENTS in them which keeps the application ...
You can keep a resource folder of all your full-size images and store a link in each of the records to the filename/location of the full-size image. /tr _____ ...
Hi David...I have followed some of your Q&A about this project. I can see one fairly big problem...if each member can upload changes to the information...
Bob
usewillow@...
Aug 4, 2007 10:13 am
19882
ok. Man that will get graphic intensive then. How about compressing and uncompressing upon call. can I do that and still add pics? seer ... “Take heed to...
... Actually, most of the time we can take our image, which is normally very good quality, and reduce its weight so that the combined file size of the...
One thing to keep in mind is the intended audience. If the application is web based only, then a low-resolution highly-compressed jpeg image at 640x480 with a...
I have copied a code from one(1) folder another(2)and the access file. The Code is: Set list_item = Listview1.ListItems.Add(, , slno) When I run the program...
... I've forgotten what error 13 is... 1) Is the code, pasted into Folder 2, in a form's module, where the form also has a Listview Control named as, Listview1...
To any who wants to look here is a starting place to check error code numbers. http://support.microsoft.com/kb/146864 Hope it starts you on the journey to...
Bob
usewillow@...
Aug 6, 2007 12:40 am
19888
Here is a place to perhaps start and locate or fix the problem. http://support.microsoft.com/kb/185601/EN-US/ Bob ... From: Himadri To:...
Bob
usewillow@...
Aug 6, 2007 12:46 am
19889
-- I have been a huge fan of Irfanview as a general view / graphic utility for years. -BDN ... Actually, most of the time we can take our image, which is...
At our little golf club, the man doing the web site made a nice calendar that displays each month, and which has links for the planned events. Another person...
Hello Guys, I am lookin for a way to convert RTF formatted string to HTML, like bold becomes <b>. I tried quite a number of ways, but i just can't do it. Can...
I have a form with 502 records ( access 2003 backend) I can add, edit , cancel and delete. The form loads with the data but it takes a few seconds in the IDE...
hi, Man, what kind of data/app is this for that you have 45 fields per record? Have you broken the data into related tables or storing everything in one table?...
Jamie: Lots of things going on. With respect to using Access as a back end -- (vs. say SQL, ORACLE, MySQL or whatever), One of the beauteous things about...