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 SkipVought 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. Periko

    Let's challenge : string with both single and double quote in it

    Hello Kray, Thx for the response. I solved meanwhile the problem. Since the start of the textfield is always ! and the end is always " i did the following : Report.FormulaFields.GetItemByName("BarCBlankR").Text = Chr(34) & hString & Chr(34) & Chr(34) where hstring has following content ...
  2. Periko

    Let's challenge : string with both single and double quote in it

    Hello, Something strange. I use on my CR a barcode font (format interleaved 2outof5). To be able to use this font, I have to convert through a formula my string. This I do in VB6. Then I pass the content througt a formula-string-field to my CR. Strange enough, the translation of my number...
  3. Periko

    CR9 : OleObject (jpg) : How to load filename from VB ?

    Hello, I'm using CR9. I added a jpg-file (ole-object). I want my vb6 application to be able to change the jpg-file-name. I found examples, however, it's not working. Any suggestions ?
  4. Periko

    Windows Live Mail deamon very slow

    Hello, i'm using VB6 and my application is sending email-confirmations. When using Outlook express, the sending was directly, but now with windows live mail, it's very long waiting before it warns me that another application is trying to send mail as me. (i know, I put this option on so I still...
  5. Periko

    vb5 project design, click stop project and project shuts down

    Hello, Very strange. I'm having a new laptop with xp (sp3), just like my old one. When working in design of vb5, setting a breakpoint to debug, check things, and clicking on the stop-button in project-design, vb5 is shutting down. Anyone familiar with this ? Kind regards... pedro...
  6. Periko

    why crosstab in report header ?

    Hello Waterman, Sorry man, I wasn't aware it was that simple ! Thx... Kind regards... Pedro...
  7. Periko

    why crosstab in report header ?

    Hello, Why is the crosstab in my CR9 in the report header dressed up ? Because I want some titles in my page header, unfortunatly, they come under my crosstab. How do you handle such a thing ? Kind regards... Pedro...
  8. Periko

    New in VB2005 : Imports not working

    Hello Bob, thx for this valuable information. This seems to make sense. I'll try this asap. However, can I use this data/table adapters both with odbc and access-tables ? Or do you suggest me to work for access with the oledb ? Or importing the reference for the dao 3.6, or get rid of that...
  9. Periko

    New in VB2005 : Imports not working

    Hello Bob, thx for the tip about the Imports. Now it works. Why should we use this imports anyway ? Is it sth like the references and components in VB6 ? About the data, I found yet a solution. But I want to program this, not with this wizard. Otherwise, if you use the wizard, can you cut the...
  10. Periko

    New in VB2005 : Imports not working

    Hello Folks, just installed VisualStudio 2005. Used to work in VB6. Want to connect to my simple test.mdb. First thing not working : imports xxxxxxx. No matter what i'm specifying after the imports, it gives me an error in the editor. What's wrong ? Anybody knows how to connect to an...
  11. Periko

    Flexgrid and arrow down

    Thx you guys, your comments made me thinking... My solution is not the leavecell() but the entercell(). Entercell of the grid makes executing the filling of the other grid with details. Mousedown is only now to check if rightbutton of mouse was pressed to do some other actions and not anymore...
  12. Periko

    Flexgrid and arrow down

    Hello, I'm struggeling with sth stupid. In the event of the grid .mousedown, i'm performing the filling of another grid. (because leftclick and rightclick of the mouse performs different things). How can I use the arrow-keys on the first grid, to let this perform the filling of the second...
  13. Periko

    tooltip on msflexgrid for each cell

    BBB III NNN GGG OOO !!! As simple as hell !! Thk you very much ! Kind regards... Pedro...
  14. Periko

    tooltip on msflexgrid for each cell

    Hello, I'm playing with the msflexgrid. It's filled with some data, but data is too large to show in a cell completely. I'm trying to have this flexgrid showing the content of the cell while moving over by showing a tooltiptext. It should work like that without having to click on the cell. If...
  15. Periko

    me.printform : picturebox = nothing

    Hello, I have a strange thing. I have a form on which i put a picturebox. I let my program draw a circle on this picturebox according to some values I have stored in my database. I also have a button on this form with following code : me.printform. Result : at 50% of my clients, the form is...
  16. Periko

    INET ftp

    Hello RonRepp, Thx. I do it now the same way as the first example, with a dir and the getchunk function. Very Nice. I owe you a star... And I gave you one. Many thx... Pedro...
  17. Periko

    INET ftp

    hello, I'm using in vb6 the inet-tool to put a file on a ftp-platform. I'm using the .execute , "PUT filefrom fileto". How can I be sure that the transfer has been done correctly ? now i'm reading it back with a get, if I find this file back on my system then I know that he has been set...
  18. Periko

    VB6 : press stop-button in run shuts down vb

    hello redsmooth, that doesn't matter where I put the breakpoint, there where the breakpoint is, the program stops, I press the squared-button in my toolbar to say, I want to stop running my code, and there it is, everything shuts down of my vb6, and nothing has been saved... Even if I click on...
  19. Periko

    VB6 : press stop-button in run shuts down vb

    Hello, Since today sth very strange in my vb6 development. I'm starting a vb-program in run from design, put some breakpoints. When arriving on a breakpoint, check the code, press the stop-button and my vb-design shuts completely down. Anyone seen this ? and solution ?????? Kind regards...
  20. Periko

    XML with VB6 (Newbee)

    Hello Tsuji, I nearly finalized my project. Just one last question ... When you get a value from an attribute, how can i write this directly to a file ? I've seen this once in a vb.net application, but i'm not sure if this exists in VB6 ? If so, how to do this ? Kind regards... Pedro...

Part and Inventory Search

Back
Top