Ok. Windows Explorer lists out the drive letter but when I insert one of her photo cd's, it says "Insert a disk in drive E:". The photo cd works fine on her plain cd-rom.
I did take one of my new rw cd's that worked on my pc over there but it did not recognize a disk in the drive...
ok. So I've done some more investigation. Windows ME is weird to me so it's making this more difficult than I think is necessary. Here's what's happening:
1. The DVD/CD-RW is not reading the disks that are made for writing on.
2. It reads other disks just fine (i.e. Microsoft Office comes...
The drive letter is there and it works for cd's from manufacturers such as microsoft but not for the cd's that it made. There were no problems listed for the cd driver in the device manager. I thought I would reload the driver (I'm an NT user so I'm familiar with reloading drivers) so I...
Hi. I'm trying to repair my Mom's pc. She lost the use of her CD-RW. I had her remove the driver and restart the pc. It now recognizes the cd-wr as a cd-rom but it does not recognize the writable cd's. I can not write to a new cd and it does not read any of the cd's previously written to by...
Ok. So I got the type mismatch fixed but now my form does not show anything when I open it. It's all there in design view but not in form view. Is this related to having the form associated with several tables? Do I need to use VBA to show the form?
Thanks!
Patty
psandekian@earhtlink.net
Jeff,
I added tables that you suggested so now I have:
Samples, Artists, Colors, ColorField, Occassions, OccassionsField, Stamp Sets, StampSetsField, Supplies, SuppliesField, Techniques, TechniquesField. The ones with Field on the end are the ones that will be written to. The ones without...
Thanks Jeff. I am new to Access but not VB so I should be able to keep up. Here's my set up: I have 6 tables and 1 form. The tables are: colors, artists, occassions, stamp sets, supplies, techniques, and samples.
The idea is to make my life a little easier by allowing me to select in my...
Hi. I am using Access 97 and I have several tables set up to help me populate a different table using a form. My form has 4 list boxes that allow the user to make multiple selections in each.
After making the selections, I look at the table and there is nothing there from those list boxes...
I have a client who wants to set up a group in his email account so that he can select one email address to send to the entire group.
He also wants another person to be able to use this group. One uses Outlook 97 and the other uses Eudora. Their email is supported by their host for their...
So I tried to create something in VC++ to see if my dll was working and it doesn't seem to. Here's what I wrote:
typedef long (CALLBACK* AIMUXCONFIG)(short,short);
HINSTANCE hDLL; // Handle to DLL
AIMUXCONFIG AI_Mux_Config; // Function pointer
short sSlot;
short...
I believe I did. Here's the code from my module:
Declare Function AI_Mux_Config Lib "e:\SCXI1126\nidll\nidll\Debug\nidll.dll" (ByVal slot As Integer, ByVal numMuxBrds As Integer)
Thx.
Patty
...<conio.h> // for _kbhit
#include <mmsystem.h> // for timeGetTime
#endif
#ifdef WIN16
#include <io.h> // for _wyield
#endif
/* NI-DAQ related includes ------------------------------------ */
#include "nidaq.h" /* for NI-DAQ function prototypes...
Hi,
I'm new to VC++ and I need to create a DLL using only ANSI C and the functions I have are in a .h file. Can anyone point me in the right direction?
Thanks.
Patty
Can anyone tell me what is required to use Interdev on NT Workstation 4.0 SP6a? I've tried installing Peer Web Services and NT Option Pack. After I installed the NT Option Pack, it changed to Personal Web Service which is running.
Do I need a network card? Do I need IIS? I cannot get past...
...console window so I can see where my error is occurring but every time I run it, it locks up my system tight. Here's what I'm doing:
PUBLIC long *todptr; /* pointer to long system time */
...
#define DEBUG
...
main ()
...
#ifdef DEBUG
FILE *fp = fopen...
Hi. Can anyone point me to a KB article on the arguments available when installing an application? I am trying to install an application when my VB application is installed but Windows Installer doesn't like my arguments. I'm thinking that it must be related to the application that is being...
I just had another memory dump. I ran the Dumpexam.exe and here's the results:
******************************************************************** Windows NT Crash Dump Analysis
*******************************************************************
Filename . . . . . . .C:\WINNT\MEMORY.DMP...
Hi,
I'm new to C and I'm reviewing some code that's written in C in a UNIX environment. I was wondering if someone might be able to explain this statement:
for (y = 1970, Y += (Y < 70) ? 2000 : 1900; y < Y; y++)
I understand the general principles of the for loop.
for y = 1970 while y < Y...
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.