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 strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by sashaDG

  1. sashaDG

    Combobox in grid with different RowSource for each row

    Sorry, maybe I misread. In the file you attached Sparse = .T., and different sources for rows. This is what I’m working on now (originally wanted to have Sparse = .F. and diff sources)
  2. sashaDG

    Combobox in grid with different RowSource for each row

    Your code is similar to the one I decided to stop with. The first - property I returned to Sparse = .T. . second - added DynamicBackColor to column to change the color for entries that will combobox
  3. sashaDG

    Combobox in grid with different RowSource for each row

    This is the same as my code above: thisform.grid_requestItems.column4.DynamicCurrentControl = ; "IIF(CountMeasureByKdse(dictionaryCurs, &entryReqItemsCurs..kdse) > 1,'listMeasure','txtMeasure')" And after I described that when you set the property Sparse = .F. and rewrite recordsource in...
  4. sashaDG

    Combobox in grid with different RowSource for each row

    Hello I want different current control(using DynamicCurrentControl and its works good) in a ONE column to use different data source depends on recno()(row grid)
  5. sashaDG

    Combobox in grid with different RowSource for each row

    Thank you for clarifying. There is no time to learn ActiveX, so I will change the table display structure
  6. sashaDG

    Combobox in grid with different RowSource for each row

    Thanks for code. Yes, I don’t know what happened to me, when wrote the message. In your example (screenshots) the data source is the same for all names. Is it possible that "Maxime" & " Geoffrey" have different data for "Office"
  7. sashaDG

    Combobox in grid with different RowSource for each row

    Sorry for the inaccuracy in the message, I mixed code from file and pseudo(sparse = falase). Actually the property sparse has been changed in design time. https://www.tek-tips.com/threads/two-control-in-a-grid-column.1798594/post-7450985 Here’s about this part of the branch and its proposal as...
  8. sashaDG

    Combobox in grid with different RowSource for each row

    Good afternoon, I have been a few days in a dead end with the question to which did not come a solution that was given on the forum (https://www.tek-tips.com/threads/two-control-in-a-grid-column.1798594/). Condition Grid.init: sparse = false...
  9. sashaDG

    Execute dll file after copying

    Well, that’s what I’ll do
  10. sashaDG

    Execute dll file after copying

    Test by deleting, after creating the manifest, understood!
  11. sashaDG

    Execute dll file after copying

    Thanks for the tips. I tried to remove the DLL at the time of the launch - the error did not appear. With the manifest file - I created it, but I did not initialize it (or it should initialize itself). It doesn’t matter much. I want to say that the answers to the initial questions I received...
  12. sashaDG

    Execute dll file after copying

    So it’s a good thing it didn’t work out
  13. sashaDG

    Execute dll file after copying

    I want to keep all the features I use in the program folder. So I tried to use a copy of the file, but, for example, with a different name (of course, given that I used regsvr32) Okay, you’ve calmed me down. I know exactly that we will not switch to win 11, so check does not make sense. And...
  14. sashaDG

    Execute dll file after copying

    Yeah, I really didn’t think VBScript was a class name, it became clearer. With vbscript.regexp all ok.What if there is no VBScript.dll on the computer. Thanks for fast and detailed answer!
  15. sashaDG

    Execute dll file after copying

    Good afternoon, did not find a solution in the forum, but found other useful information. My question is: after copying, renaming and moving from another disk file vbscript.dll to vb.dll, then successfully entered into the registry using regsvr32. I want use the file vb.dll in VFP...

Part and Inventory Search

Back
Top