Search:

Type: Posts; User: Calcu

Page 1 of 3 1 2 3

Search: Search took 0.03 seconds.

  1. Re: [RESOLVED] years ago I wrote a mysql app that runs on win 10, but found it break

    Just if it's usefull for somebody:



    Public Sub Check_odbc()

    MicadenaODBC = ""

    If RegKeyExists("HKEY_LOCAL_MACHINE\SOFTWARE\ODBC\ODBCINST.INI\ODBC Drivers\MySQL ODBC 8.0 Unicode...
  2. Re: VBFlexGrid Control (Replacement of the MSFlexGrid control)

    THANKS!

    It's incredible fast!, i never used a dictionary... something new learned today!

    thanks again
  3. Re: VBFlexGrid Control (Replacement of the MSFlexGrid control)

    Thanks!

    Trying it too, i was changing everything to work with temporal MySQL tables, because it seems they were faster, but I will try this too.
  4. Re: VBFlexGrid Control (Replacement of the MSFlexGrid control)

    Thanks Nouyana !

    Trying it.
  5. Re: VBFlexGrid Control (Replacement of the MSFlexGrid control)

    Thanks for the answers!

    Will try the editsetupWindow.


    Another question, what way is faster to find "a lot of items"? :-)

    Let me explain.
  6. Re: VBFlexGrid Control (Replacement of the MSFlexGrid control)

    But this way the combo with is not changing before opening it, isn't it?

    Add another item at the combo, for example: 'this is a long entry for combo'

    can you see the entire item when you open...
  7. Re: VBFlexGrid Control (Replacement of the MSFlexGrid control)

    Hi again!

    When one column is a combobox column, and the list inside is wider than the column... it's possible to adjust the column before assigning one value?

    i mean:

    Before assigning a...
  8. Re: DataReport + Vb6 + Multiple Pages + foot report print

    I was thinking in subclassing or something like that... I will keep trying thanks !
  9. DataReport + Vb6 + Multiple Pages + foot report print

    Hi all,

    I looked everywhere, but i couldn't find a solution..., let's see if someone can help me.

    I have a Report (done with Datarepot), multipage.

    If i put some label at the foot page...
  10. Re: VBFlexGrid Control (Replacement of the MSFlexGrid control)

    Hi,

    Sure it's my fault, but maybe i found something wrong?

    In: Private Sub VBFlexGrid1_MouseUp

    I have a loop:
  11. Re: VBFlexGrid Control (Replacement of the MSFlexGrid control)

    Hi allĂ­, it's possible to move columns dragging and dropping them ?

    I will try to do it this afternoon, but.. I little help will be great xD.

    Thanks !
  12. Replies
    6
    Views
    537

    Re: Problem with scroll bar in IDE

    I had a problem (Win 10) with the shared networks, the hell of users, permissions and domains...

    I'm trying to delete everything about them and create them from zero.

    I'm sure 99% that this is...
  13. Replies
    6
    Views
    537

    Re: Problem with scroll bar in IDE

    Any project i use, it doesn't work.

    But..... if i start a blank one... they work... holly crap...

    Let's try more things.

    Deleted 798 .tmp in vb98 directory, but... no luck yet... keep...
  14. Replies
    6
    Views
    537

    Re: Problem with scroll bar in IDE

    Not this time :-(
  15. Replies
    6
    Views
    537

    Problem with scroll bar in IDE

    Hi all!

    Suddenly, both scroll bars in IDE stopped working, i mean the bars that we use to move the code.

    If i use the mouse wheel (with the mousewheeladdin) the code moves, but if i click on...
  16. Re: VBFlexGrid Control (Replacement of the MSFlexGrid control)

    @Krool do you think it's possible to make groups in vbflexgrid ?

    Like this in excel :

    (edit: trying to upload a gif in movement)

    https://imgur.com/BGursmZ
  17. Re: VBFlexGrid Control (Replacement of the MSFlexGrid control)

    Hi all, a new question (is not a problem with the grid itself), it's only to know the best way to do it.

    I have a grid with .... 200 lines

    I want to "auto select" 50 of them, via clipboard. I...
  18. Re: VBFlexGrid Control (Replacement of the MSFlexGrid control)

    Do you need to not receive focus or it's enough to block the column to not edit it ?

    To block it, in the cellbeforeEdit event you can use:


    if col = 3 then
    cancel = true
    grid.col=4 ...
  19. Re: VBFlexGrid Control (Replacement of the MSFlexGrid control)

    But doing this way, i can't change the 3 dots inside the button with a text, for example
  20. Re: VBFlexGrid Control (Replacement of the MSFlexGrid control)

    but only a button, no a combo with button
  21. Re: VBFlexGrid Control (Replacement of the MSFlexGrid control)

    Hi!

    Everything seems to be fine :-), thanks a lot.

    My question is:

    Could you add the possibility of having a button inside the cell ?, i can do it with a picture, etc..., but just to be like...
  22. Re: create excel file without excel installed in vb6.0

    Thanks! did it with Long.
  23. Re: create excel file without excel installed in vb6.0

    I know it's and old post, but if someone can help..

    I'm using the first link from wqweto to export to excel an adodb recordset (https://gist.github.com/wqweto/4eb3ecee2961ec2f60bf -- can export...
  24. Re: VBFlexGrid Control (Replacement of the MSFlexGrid control)

    Hi all, is there any way to remember the last active cell ?

    (not so easy xD) i mean: i have a MDI program, VBflexgrid is on one Form, i open the form and fill the grid, i select row 4 and column...
  25. Re: VBFlexGrid Control (Replacement of the MSFlexGrid control)

    Exactly the same way, with the .getrows feature

    Sorry, i read too fast, the .getrows is working to fill de grid, about the export feature ... i will wait for Krool answer xD
  26. Re: VBFlexGrid Control (Replacement of the MSFlexGrid control)

    Uh.. a LOT of good changes since 1.4 xD

    Just update it, speed, new features... buf..
  27. Re: VBFlexGrid Control (Replacement of the MSFlexGrid control)

    Hi all,

    A question. If i have one combo cell, with 3 items (s|n|x).. can I paste other option (for example a 't') without reloading everything ?

    I think in a combo cell i can't write...
  28. Re: VBFlexGrid Control (Replacement of the MSFlexGrid control)

    But it only happens when 2 or more grids are in the same form, if you have only one, it never hangs, i'm pretty sure it's happening when trying to terminate the second control, it's hanging in there...
  29. Re: VBFlexGrid Control (Replacement of the MSFlexGrid control)

    post 855 + 856 - you will have an example and a video

    it was when 2 or more grid were in a same MDI form, if you write any line of code or add any control and press save, you will see the grids...
  30. Re: VBFlexGrid Control (Replacement of the MSFlexGrid control)

    And if you can solve the problem with 2 or more grids in the same mdi form, that hangs everything in IDE... i will be eternally grateful too :-)
  31. Re: VBFlexGrid Control (Replacement of the MSFlexGrid control)

    Hi again!

    i will update later the grid, thanks!, i found that the property : .ColComboMode(.Col) = xxx

    is saved too.

    I mean, if i assign this property to a column of a grid, for example col...
  32. Re: VBFlexGrid Control (Replacement of the MSFlexGrid control)

    Hi, again me, sorry, :-)

    I have one combobox for select what table i will show at the grid, everything works fine, but i found something (let's see if i'm not wrong again xD)

    I select the...
  33. Re: VBFlexGrid Control (Replacement of the MSFlexGrid control)

    Perfect, solved like you said:

    Formatting Col:



    .Col = 2
    .Text = "Farma"
    .ColAlignment(.Col) = FlexAlignmentCenterCenter
    .ColKey(.Col) = "M_farma"
  34. Re: VBFlexGrid Control (Replacement of the MSFlexGrid control)

    @Krool

    I think i found a bug (or i'm not working the way i should)

    A column created this way:



    .Col = 6
    .Text = "Tiene ADR"
  35. Re: VBFlexGrid Control (Replacement of the MSFlexGrid control)

    thanks!
  36. Re: VBFlexGrid Control (Replacement of the MSFlexGrid control)

    @Krool, it's possible to create Tooltips with more than 1 line ?

    This:

    VbGrid.ToolTipText = "Color Verde = 'Tiene Horas extras'" & vbCrLf & "Color Rojo = 'Falta Fichaje'"

    doesn't work.
    ...
  37. Re: VBFlexGrid Control (Replacement of the MSFlexGrid control)

    Hi again.

    Where an how is the best way to validate an input?

    I mean, i want a cell / col that only allows numbers.

    following your example, i used:
  38. Re: VBFlexGrid Control (Replacement of the MSFlexGrid control)

    Thanks!
  39. Re: VBFlexGrid Control (Replacement of the MSFlexGrid control)

    Hi!

    2 questions, just to see if i'm doing it wrong or fine xD

    1.- Best way to know what column is sorted the grid?

    Actually i'm doing:
  40. Replies
    5
    Views
    587

    Re: Litlle help with Shape SQL for a Datareport

    Hi,

    still trying it, no luck :-( with this last SQL, H1 is not found (H1.datafieldname)

    i'm keep trying, i will solve it xD
Results 1 to 40 of 84
Page 1 of 3 1 2 3



Click Here to Expand Forum to Full Width