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 bkrike 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: *

  • Users: Schweiger
  • Content: Threads
  • Order by date
  1. Schweiger

    Rename Files on Remote Computer under Vista

    Hi I've got troubles moving files on a remote computer from one directory to another. My environment is Windows Vista Business where the VB runs and Windows Vista Home where the share is located on. If I use Windows XP on the remote computer it works. To enable my NAS I've changed SMB...
  2. Schweiger

    Datacombo and Cancel-Button

    Hi I've got a form with some datacombos (Microsoft DataList Controls 6.0 (SP3) (OLEDB) what is MSDATLST.OCX Version 6.0.84.18) and Textboxes etc. on it and last but not least a Button cancel with it's cancel.Property set to true. The trouble is, that Esc doesn't work when one of the datacombos...
  3. Schweiger

    Esc to discard YesNo Msgbox

    Does anybody know how to get the escape-key to have the same effect as clicking No in a msgbox with the buttons yes and no. I know, that this can be done with OK Cancel, but if there would be a simple trick to get it to work with yesNo too I would be glad. thanks in advance for any suggestions...
  4. Schweiger

    Can't Update. Database or Object Is Read-only

    hi I've come to a problem with the following scenario: VB 6.0 SP 5 ADO (Microsoft ActiveX Data Objects 2.5 Library) MDAC 2.6 I would like to show data in a grid and to update this data. The data is the result of a left join from 2 tables. It's no problem to do so as long as I use...
  5. Schweiger

    Codepage trouble

    I'd like to know if there is a possibility to avoid the error message that the invalid codepage produces when I open the table with use. any help would be appreciated Schweiger
  6. Schweiger

    Retrieve tree structure from table

    I've got a Table with the following tree structure: ID Name Parent --- -------------- --- 1 EUROPE 0 12 CENTRAL EUROPE 1 30 SWITZERLAND 12 40 FRANCE 12 50 ITALY 12 13 SCANDINAVIA 1 60 SWEDEN 13 70...
  7. Schweiger

    Position of Form-Controls in IDE

    Hi Anybody In VFP6 every time I edit a form the toolbar with the Form-Controls opens. This would be nice, if the position wouldn't be exactly in front of the form I'd like to edit... So everytime I've got to close or move this toolbar. Whenever I open a form the toolbar will show up at the same...
  8. Schweiger

    Add properties to class at runtime

    Hi all Does anybody know a way to add properties to a class at runtime? I would like to simplify DB-Access by encapsulating my DB in a single class that manages all DB-functions and options. Now the problem is, that I would like to analyse the DB-structure and to provide the tables and fields...
  9. Schweiger

    Generic delete of duplicate Recs

    Based on the suggestions of jimstarr in a related topic I wrote a procedure to genericaly delete duplicate Records in any table. Say, I don't want to have to know what the table contains and I don't want to analyse the indexes and so on. I just want to delete duplicate records... My code is: &&...

Part and Inventory Search

Back
Top