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

  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...
  15. 112055

    Must have Startup form or SubMain()??

    Hello, I am converting VB3 application to VB6. When I tried to open the application it says &quot;Must have Startup form or subMain()&quot;. Can anyone tell me what or how to correct this? I am learning VB as I go, I do not mind if you tell me the detail way. many thanks, Ann
  16. 112055

    Need Help to Fix controls on F4

    Hello, On the progress user interface, ==== Internal Use ============ ..<Add A New Customer>........ ..<Modify Existing Customer>.. ..<Display A Customer>........ ..<Daily Account Report>...... ..<View All Customers>........ ..<Exit> ============================== Enter data or press F4...
  17. 112055

    Problems with decimal point character

    Hello, Could you please tell me if this is where I should add the change? how? I did not see -E, looks like it was removed, but it is still coming up with 19,00 instead of 19.00 if this not where the change is, where about? thanks, Ann ~~~~~~~~~~~~~~~~~~~~~ export PATH if [ -s...
  18. 112055

    money format

    hello, In the progress report Monthly.p I format the money amount like this .........format &quot;>>9.99&quot; but the report shows up with the money amount with commas intead of decimal place, a period. Example: Daiwa Bank 70,00 12,00 0,00 0,00 0,00 0,00 5,00 it...
  19. 112055

    send files or reports out through emails

    Thanks HelloMike, I got IT guys to set up an alias in our Mail server, so the report is created it will be re-routed to the users on the recipient list. But will keep your info at hand. Thank, Ann

Part and Inventory Search

Back
Top