Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Westi on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. polymathinc

    File manager like project manager

    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...
  2. polymathinc

    File manager like project manager

    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)...
  3. polymathinc

    Pervasive

    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...
  4. polymathinc

    Pervasive

    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...
  5. polymathinc

    Help with forecolor on pageframe

    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.
  6. polymathinc

    Help with forecolor on pageframe

    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?
  7. polymathinc

    Help with forecolor on pageframe

    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...
  8. polymathinc

    Question on Primary keys in existing SQL database

    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...
  9. polymathinc

    Question on Primary keys in existing SQL database

    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...
  10. polymathinc

    Help on SQL replace field contents

    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...

Part and Inventory Search

Back
Top