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 Wanet Telecoms Ltd 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 112055

  1. 112055

    selected record does not stick on Listx SSDBGrid

    Hello, I have a Listx SSDBGrid. When I selected a record..... Sub Listx_MouseDown(Button As Integer, Shift As Integer, X As Single, Y As Single) If Button <> 2 Then Exit Sub cmdAction_Click End Sub Inside cmdAction_Click there is a Case statement to tell it what to do. Here is...
  2. 112055

    problem deleting from Listx SSDBGrid

    hello, I have this Delete function that works well with deleting any items in 3 of my 4 Listx SSDBGrid. Listx(0) SSDBGrid <~~ no problem deleting Listx(1) SSDBGrid <~~ no problem deleting Listx(2) SSDBGrid <~~ when I delete an item off the DataGrid I got an error message," Run-tme error...
  3. 112055

    problem displaying data in grids.

    koala15, I just want to say thank you for all your patience and staying with me on this "ordeal" ..lol...thanks again. Ann
  4. 112055

    problem displaying data in grids.

    koala15, Sorry I am asking you again, for # 2 are you suggesting me to add a piece of code inside the Form_Activate Event, if so can you show me how you do yours? Sounds crazy, I am asked to convert from VB 3 to VB 6, and VB 3 code works fine the way it is and not in VB 6. Thanks again, Ann
  5. 112055

    problem displaying data in grids.

    Ok..back to this headache again..hope some one out there help me out here. I put debug statements in the code to track the bug down but is not give me a clear hit here. 1) I noticed that whichever tab page I left open and go hit run the Application, that will be the Tab page that opens up. So...
  6. 112055

    problem displaying data in grids.

    BigBrother, koala15, Thank you for both of your reply. I tried the suggestions by putting in some debug statements. Here is the findings. MsgBox shows up in this order ... here 2 ...nothing here 1 ...nothing here 3 ...nothing here 1 ...nothing here 3 ...nothing here 1 ...nothing...
  7. 112055

    problem displaying data in grids.

    Hello, I have a form that contains 4 tabs(tabSetup SStab). Inside each tab contains a List SSDBGrid. The arrangement is Tab 0, Tab 1, Tab 2, Tab 3. For some reason, everytime when I run the Application, I open this 'Setup.frm', the Tab 0 page's datagrid looks like it does not contain any...
  8. 112055

    Run-time error '3426' this action was cancelled by an associated objec

    Hi LostInCode (Programmer), is it wrong or something I should know about when deleting through bounded controls on DataGrid?
  9. 112055

    Run-time error '3426' this action was cancelled by an associated objec

    Hi, This form is to allow customer to add customer name, ID, password and other previleges. But when I go do a Delete, I get a run time error 3426 - this action was cancelled by an associated object. It points to Datax(tx).Recordset.MoveNext I have out a MsgBox before and after this line to...
  10. 112055

    Button diappear when clicked away

    hello, I have 5 tab pages ( A, B, C, D, E). I created a Button 'Menu' on the first tab page 'A'. When I run the application, the Button 'Menu' shows up properly. But as soon as I clicked on other part of tab page 'A', i.e. other SSpanel, SSDBGrid, txtboxes etc., the Button 'Menu' quickly...
  11. 112055

    controls have no upgrade keys??

    Thanks Strongm, I am also searching in http://www.infragistics.com site to see what I can find out. But your suggestion is very helpful.
  12. 112055

    controls have no upgrade keys??

    Hello, convert VB 3 to VB 6 I found a copy of the VB 5 and opening the project going through VB 5 first seems to ease some of the errors when directly opening the project directly from VB 6. But I still have this 'Custom Control Upgrade' message box saying...
  13. 112055

    Identify each VBX and its replacement OCX

    Again, conversion from VB 3 to VB 6. Can anyone tell me what way or method or tools or how to identity *.VBX controls to *.OCX controls ? thanks again, Ann
  14. 112055

    Hello, Continue on the conversi

    Hello, Continue on the conversion from VB3 to VB6. Thank you Robert for your help. Now after I opened up the start form, I got a message saying, 'Errors during load. Refer to ‘C:\MyVBProject\Login.log’ for details. And when I go look at the log file, it says, 'Line 21: Class SSPanel of...

Part and Inventory Search

Back
Top