Mike,
I am using the oDataObject.GETFORMAT(15) to get the file name which is Dragged and Dropped. This works great!
Unfortunately, it does not work for OUTLOOK messages. If I drag a message from outlook onto the desktop and then drag it onto the form it works fine (I believe because it sees...
I am looking for a simple file manager that would work in a drag and drop manner like the current project manager. I want to add this feature to an existing application. Ideally I could choose file types like "email, fax, docs, xls, dwg, other." (these would be the categories on the folders)...
Thanks - you guys are great. That was exactly the problem. Now, when I change something like the item description in the file I get a "update conflict" message. Any idea what that is about? I suspect I don't have a primary key or something in the original file.
Or I haven't selected the...
I am working with a program called CYMA which uses a Pervasive database. With the Pervasive ODBC Engine I can create remote views and access the data without problem. It doesn't seem to allow me to update data. Ideally, I could append a record in a table and make changes. Does anyone have...
Thanks for everyone's help.
I was being careless and did not realize that the names were case sensitive. Once a made the case proper everything worked the way I wanted. Thanks to all.
Dave G.
This is the code I put into the GOT FOCUS...
THISFORM.Pageframe1.Page2.label1.forecolor=0
This is the response that I get
Unknown Member Label1.
Any suggestions?
I am a newbie at VFP.
I have placed some labels on a page of a pageframe.
How do I reference the object to change color. It was my intent to put the following in the "gotfocus" of the accompanying text field entry
thisform.label1.forecolor=255
and then in the lost focus of the text object...
Thanks to all for your comments and suggestions. I added the SET NULL OFF statement and this seemed to fix the problem when "appending" inserting records into the SQL table.
And, following Mike L's advice I made sure that the PK was flagged as updateable.
I appreciate the quick responses...
OK, with everyone's help I am able to update the data in an existing SQL database. Thanks.
Question, when I issue the INSERT command to an existing table to append a record and store some data it results in the following error "[ODBC SQL Driver][SQL Server]Cannot insert the value NULL into...
I am working on my first project with an SQL server database (updating data stored in SQL database).
I have created ODBC connection on the computer
in VFP
I have created database
I have created connection
I have created Remote View
I can use the remote view and BROWSE the data.
Here is my...
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.