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

  • Users: Periko
  • Content: Threads
  • Order by date
  1. 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...
  2. 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 ?
  3. 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...
  4. 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...
  5. 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...
  6. 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...
  7. 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...
  8. 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...
  9. 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...
  10. 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...
  11. 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...
  12. Periko

    VB6 NameSpace problem

    Hello, My xml looks as follows <root> <Points xyz="abc" > <Point r="123" d="456" /> <point r="321" d="654" /> ....... <point r="999" d="999" /> </Points> </root> I'm using the command to find my namespace points and get the attribute xyz and change the attribute...
  13. Periko

    XML with VB6 (Newbee)

    Hello, I'm rather new in this. When I have different nodes, how can I position myself on the right place and read out the data? I'm messing around with elements, nodes and nodelists, but don't get anywhere...... -Job -Right -order <supcode="xxx" procode="yyy"/> How can I read...
  14. Periko

    ASP ms-access security issue

    Hello folks, I have this problem : I have an asp-page in frontpage, published on my windows2003 server. This page is using odbc to an accessdatabase local on this machine, no problem. When I change the odbc to a networkdrive where the same database is running, it doesn't work. I tried on this...
  15. Periko

    writing pascal data to a file

    Hello, I'm suffering a big problem. There is this file written in pascal with a known structure. I have to simulate this file from visual basic. Any idea if there are tools that I can use ? Because, first problem, when I declare a variable of type boolean, and I set it to true, and i do a...
  16. Periko

    database MSAccess password via Visual Basic

    Hello, we have a VB application that uses a MSAccess database. We want to put security on the database at the clients side. we can put the passwd on the access database by opening exclusively. But we cannot go to our hundred customers to do so. SO, can I do this from within a vb-application...
  17. Periko

    ODBC time-out

    Hello, i have an application that runs with a timer every one minute. Meanwhile, my application runs from 08h00 till 23h00. Every following morning, the first call to the recordset (ADO to odbc), i have an unspecified error. My application hangs on the first call to this recordset. I suspect...
  18. Periko

    How to pass data from VB5program over the internet to a server to me

    Hello, We have an application written in VB5. I use for the moment FTP to sent the text-file to our FTP-server (win2003server) and there i have a vbprogram that reads the textfile and treats it. However, the vb5-application generates errors of still-executing-last-command-errors. I placed...
  19. Periko

    mailtolist : how to put multiple recipients

    Hello, I'm using CR9. Exporting an excel-file in RDC to a mail-recipient. All works fine. However, i'm trying to send the message to 2 persons in stead off one, and the mail won't pass. I'm seperating these two recipients with a semicolon (,) Is this the right separation-character, or how can I...
  20. Periko

    CR9 : Export Excelfile to MAPI, problem DLL

    Hello, I'm using a CR9 report with export in excel-format (which gives no problem) to a mapi-destination. On my develop machine, all works fine, but on the client machine, it won't work. dll out-of-date or not found !!!! What dll is missing on the client-side ? Is it like U2???? ? anybody an...

Part and Inventory Search

Back
Top