Search:

Type: Posts; User: mutley

Page 1 of 13 1 2 3 4

Search: Search took 0.12 seconds.

  1. Replies
    3
    Views
    1,092

    remove all source when delete control

    Hi
    Is there some way to remove all source relative to a control when I delete this conrol ?


    thx
  2. error user-defined type not defined : MSComctlLib

    Hi

    When I tried to compile a old projetc made in vb5 in the vb6 show me errors like in the subject, I believe to be a Listview, I do not know becacuse when see form show me a picturebox...
  3. Replies
    1
    Views
    363

    allow to enter only one character

    Hi

    I must to limit user input to only one character in the grid (SSDBGRID) , How can I do It ?



    tIA
  4. form shared in two different executables (projects)

    Hi


    I have a form that is shared by two projects, in one of them this form is the first to be instantiated (this project and form already existed), now there is another (new) project that...
  5. Replies
    1
    Views
    459

    Generate sourcecode

    Hi

    How Can I do to generate a source (CRUD) from a table , I need only a example , How can read some parameters and to create events ...etc

    I searched in codebank , but no found...
  6. Replies
    2
    Views
    435

    kill application (process) in Vb6

    Hi

    Always when close my application and after open again the application in task manager I tried code below, but no worked



    Private Sub Form_Unload(Cancel As Integer)
    Dim objCtrl...
  7. Replies
    10
    Views
    4,899

    Re: Array 2 dimensions to collection or dictionary

    I have no idea how to do this :blush:
  8. Replies
    10
    Views
    4,899

    Re: Array 2 dimensions to collection or dictionary

    Hi

    although you need the two (collection to array and array to collection), I need more of the first because of a recordset that will fill an array and then a grid, but the first column each line...
  9. Replies
    10
    Views
    4,899

    Array 2 dimensions to collection or dictionary

    Hi
    Is possible to transform a array 2 dimension to a collection or dictionary and vice versa (collection to array)



    Private Sub Form_Load()
    Dim myArray() As Variant
    ReDim...
  10. Replies
    5
    Views
    6,084

    to add rows in array two dimensions

    Hi

    I would like to create a array two dimension like below


    +-----------+----------+----------+
    | Titulo | Valor1 | Valor2 |
    +-----------|----------|----------|
    ...
  11. Replies
    1
    Views
    1,692

    Re: Fire event in third product control

    Hi
    I found a way is


    SSDBGrid1.bookmark = SSDBGrid1.bookmark

    sorry for bothering
  12. Replies
    1
    Views
    1,692

    Fire event in third product control

    Hi

    I am having a problem to fire a third party control event (ssdbgrid)
    the problem that has an update event that fires only when it changes line
    , I would like to know if there is any way...
  13. Re: Passing many controls parameter to procedure

    Very very good
    Is possible call an event ?
  14. Re: Passing many controls parameter to procedure

    Example
  15. Re: Passing many controls parameter to procedure

    my problem is populate control, but when return to form the control is empty



    ' Populate the control with the obtained value.
    For i = 0 To UBound(parametervalues)
    ...
  16. Passing many controls parameter to procedure

    Hi

    I Would like to pass one or more controls to a procedure , How can I Do, I tried to use ParamArray , but no work



    I would like something as:


    My_procedure (myWhere As...
  17. Replies
    6
    Views
    1,007

    Re: layout for CRUD in table with many columns

    Thank you, but I did not understand
  18. Replies
    6
    Views
    1,007

    Re: layout for CRUD in table with many columns

    Thank you, but I did not understand
  19. Replies
    2
    Views
    766

    Populate MSHFLEXGRID with 3 or 4 levels

    Hi
    I have a recordset (using oo40) , my records are from a hierachical querie , I would like put in MSHflexgrid with buttom plus (+) that expand others row.

    I searched in google, but...
  20. Replies
    6
    Views
    1,007

    Re: layout for CRUD in table with many columns

    Thank you
    But I can not to use any grid (msflexgrid /ssdbgrid) Tabs perhaps bad is put all this amount of fields
  21. Replies
    6
    Views
    1,007

    Re: layout for CRUD in table with many columns

    Thank you
    But I can not to use any grid (msflexgrid /ssdbgrid) Tabs perhaps bad is put all this amount of fields
  22. Replies
    6
    Views
    1,007

    layout for CRUD in table with many columns

    Hi
    Somebody can give an idea how can built a CRUD in form when a table(oracle) have 92 columns


    Any help will be appreciated

    tia
  23. Replies
    9
    Views
    5,788

    Two interlinked textboxes

    Hi

    How do I clean a textbox when the other contains value and vice versa

    Example: Two Textbox

    Txtbox01 and Txtbox02

    When user fill Txtbox01 I must clear Txtbox02, When the user...
  24. Replies
    8
    Views
    3,074

    Re: view controls parent form in Modal called

    Thank, but how can I to know what form is parent, example may be


    ' inside form1
    Form3.Show vbModal

    'or inside form2
    Form3.Show vbModal
  25. Replies
    8
    Views
    3,074

    Re: view controls parent form in Modal called

    Thank, but how can I to know what form is parent, example may be


    ' inside form1
    Form3.Show vbModal

    'or inside form2
    Form3.Show vbModal
  26. Replies
    8
    Views
    3,074

    view controls parent form in Modal called

    Hi

    Are some way to know property some controls of the parent form when the child is called like modal ?

    Example I have 5 forms , Two may be parent others 3 child
    form1 = parent
    ...
  27. Replies
    3
    Views
    2,890

    clean controls from form with error

    Hi

    I'm trying to clear the form using the code below



    Function ClearAll(frm As Form)
    Dim ctl As Control

    For Each ctl In frm.Controls
  28. Replies
    3
    Views
    735

    Capture all change in form

    Hi

    How Can I to capture all changes which were made fom ? as if it were an auditor


    tia
  29. Replies
    4
    Views
    809

    Re: Error VB 372 - Failed to load Control

    Thank you , But the problem occur in the client in only machine (CITRIX) in others run work fine
  30. Replies
    4
    Views
    809

    Error VB 372 - Failed to load Control

    Hi

    The user use a metaframe (CITRIX) to access EXE, In a Environment show the error VB 372 , The Exe have user controls inside vbp, in other Enivoronment (same server) work fine
  31. A form can't be moved or sized while minimized or maximized

    Hi

    I did a simply change in form_resize, now some machine run work fine , but other show the error


    A form can't be moved or sized while minimized or maximized


    Form_Resize
  32. Replies
    8
    Views
    5,184

    Re: Mininimum limit when resizing

    Very , very Good

    But I have a doubt How can I do when I have many forms in the project , How can I to control


    Const MIN_WIDTH = 200
    Const MAX_WIDTH = 500
    Const MIN_HEIGHT = 100...
  33. Replies
    8
    Views
    5,184

    Mininimum limit when resizing

    Hi

    how to allow the minimum limit of resizing of a form ?
  34. Replies
    9
    Views
    4,190

    Re: Check and Uncheck treeview when ask for user

    Thank you

    But when I put


    node.CHECKED = False


    The checkbox stiil marked
  35. Replies
    9
    Views
    4,190

    Re: Check and Uncheck treeview when ask for user

    Hi
    Sorry for the insistence
    but does anyone know how to solve this?

    when the user responds NO to a question when clicking on the checkbox he can not check the treeview checkbox
    ...
  36. Replies
    9
    Views
    4,190

    Check and Uncheck treeview when ask for user

    Hi

    I have a treeview with checkbox , Ordered me when the user click in Checkbox of the treeview I must to ask if the user want really to check , if Answer equal yes keep checked , but if...
  37. Thread: Read rows pdf

    by mutley
    Replies
    1
    Views
    3,029

    Read rows pdf

    Hi
    Is there some way to read pdf using some component ?

    The file have only text


    Tia
  38. Re: error 5 invalid procedure call or argument set form hide event or change visible

    Hi
    Sorry , but my english is bad, but I tried to explain the problem with pictures
    First main form
    144227

    after form work fine
    144229144231144233

    now form with error
    144235
  39. Replies
    13
    Views
    9,088

    Re: Hide a form using API ?

    Thank you
    I will to try to explain in the other thread ...
  40. Re: error 5 invalid procedure call or argument set form hide event or change visible

    Do Can not hide a modal form ? Why ?
Results 1 to 40 of 500
Page 1 of 13 1 2 3 4



Click Here to Expand Forum to Full Width