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

    SQL server setup on a server

    Hi Alex, thanks for you reply, I now understand the princepal, but please dont hate me for being so stupid I dont find the wizard so simple, for instance it doesnt ask you directly like: Do you want to Install server components or client components?, it just has 2 options: 1.Server components...
  2. Wolfen12

    SQL server setup on a server

    Hi Please please help me please.Totally new to SQL server. We want to start using SQL server.We have SQL server 2005 Developers edition What I want to do: Install on a central server the SQL Main server and then create the database. Then on each developer's pc an Instance of that SQL main...
  3. Wolfen12

    Does Access 2007 have something like a serverversion

    Im trying to open a connection, but it fails, because my OleDbConnection state is closed, and the reason it is closed, because the OleDbConnection.serverversion breaks with: ServerVersion = 'clsobjConnectionMDB.ServerVersion' threw an exception of type 'System.InvalidOperationException'
  4. Wolfen12

    Question on SQL before switching to sql server.

    Hi People I want to switch to SQL server.What is very important to know for me before I do this switch: What happens if 2 users work exactly the same time on a record? In free Tables you lock a record when u use it, the other user wil get a message that the record is locked. Will this happen...
  5. Wolfen12

    I cant insert a DateTime in a FreeTable from C# using oleDB

    Hi Thanks Mike, I feel so glad I also could give advise.Ha ha. Now I'm struggling again with the Logical DataType.Looks like a FreeTable saves it as a T or a F.I think this is now a big problem, case with the DateTim was easer, cause the format stays the same, but C# see a value as 1 or 0 and...
  6. Wolfen12

    I cant insert a DateTime in a FreeTable from C# using oleDB

    Hi Thank you so so much. I did find a solution, before I read your last post. I have to say, it helps - because now I know 2 ways of doing it.I treied and it worked.For interest sake here is the other solution. Maybe you can comment on this, you always helping me I learn alot, hope you dont...
  7. Wolfen12

    I cant insert a DateTime in a FreeTable from C# using oleDB

    The Format is - 2006/10/10 12:00:00AM
  8. Wolfen12

    I cant insert a DateTime in a FreeTable from C# using oleDB

    Hi Yes its me again with my freetable questions. Sorry that I use this forum for C# questions, but help here are really sufficient and fast.Thanks everyone. Im trying to insert a Date in a DateTime Field in a FreeTable using C#, but I get an error "Data Type mismatch". Does anyone know how to...
  9. Wolfen12

    Is there a Save event in word that VFP can trigger

    Hi my helpfull friends;-) This is what I want to achieve: I open a new word document, with this I save a version number ex. v1.00 to a table. When I view this existing document(opening it with my project) and only if user edit this file and saves it, I want to up the version number in my table...
  10. Wolfen12

    Dont really know where to put this(Q:Free Tables used by C#)

    Hi Mike/OlafDoschke I guess well be closing this thread now.Seems the last few Posts was the solution Unfortunatly the project manager of the main application is on summer vacation, but he is back somewhere next week. According to me he is treating the duplicate validation in code, which...
  11. Wolfen12

    Dont really know where to put this(Q:Free Tables used by C#)

    Hi again Thanks very much for althis exellent help. I'm starting to get really into this and learning something. 1.The type is set to regular If I understand this correctly, then if the type is set to candidate, then nothing in C# has to be done, I'll automatically will get an error if I try...
  12. Wolfen12

    Dont really know where to put this(Q:Free Tables used by C#)

    Thanks for the advise, Im realy new to this VFP and Free Tables. When I go to modify, I see the table structure, the field seems to have an index set to it(there's an up arrow). Can you maybe explain step for step how to see and use that index in C# Thanks for the help
  13. Wolfen12

    Dont really know where to put this(Q:Free Tables used by C#)

    Hi all Thanks again for all the help I actually managed to update and delete, I just had to add the code myself, but yes my problem is still the indexes/uniqueID's/Primary keys.I want to prevent any user from inserting a duplicate entry.I do Have Fox pro 9 on my PC. Thanks a million guys
  14. Wolfen12

    Dont really know where to put this(Q:Free Tables used by C#)

    Hi I'm using OLE DB.I created the dataset, adapter and connection in design view with the Data - toolbox.When you configure the DataAdapter it gives you a wizard where you can set if it should update and delete and select and Insert.I selected all of them, but when you click next it gives the...
  15. Wolfen12

    Dont really know where to put this(Q:Free Tables used by C#)

    Hi We have a existing project in Visual Fox pro using Free Tables. We are writing a other frontend using C#, but has to connect to the Free Tables. I can Select and Insert, but update and delete seems to be a problem, reason being that there is no primary key.This makes sense to me, but what...
  16. Wolfen12

    Horizontal Scrollbar to ListBox

    Hi Thanks for the suggestions. I did think of a grid rather, but this is only an option if I dont have other tricks. I like the ItemTip idea, I set it to true but it didnt help??? - if Im right it should be like a tooltip
  17. Wolfen12

    Horizontal Scrollbar to ListBox

    Hi Im very new to VFP, I dont seem to get any scrollbar property on the listbox.Can you put n Horizontal scrollbar on a listbox.Any help will be appreciated. Thank you
  18. Wolfen12

    ALT+TAB

    Hi Does anyone know if it is possible to code the "Alt+tab" function into a application so that the forms(windows) switch between each other, but inside the application itself?? Or does someone have a similar idea Thank you

Part and Inventory Search

Back
Top