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 strongm 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. lesina

    Email in VB 3

    Hello stessie, check it out at http://forums.devshed.com/t72379/sec6118aa8ed6224bec08aac89422577c.html. good luck =================== * Marta Oliveira * =================== marta100@aeiou.pt ------------------- IndraCPC ------------------- Portugal ===================
  2. lesina

    Check if Record has been Saved or Not

    HI dvannoy, this is quite not totally undestood. So, a recordset with 5 records. By pressing next and previous, the user chooses the record to save. Where is this record saved? After saving one record somewhere you want this record to still appear in the recordset or not? ->If yes and the...
  3. lesina

    Help with Access program

    HI jasonsas, let's see if i got it correctly. 1. want to prompt the user for a number 2. want to prompt the user for any word to be searched over the database? 3. want to use the number+ the word to make a query over the database. Got it right? =================== * Marta Oliveira *...
  4. lesina

    MSDN FILES FOR ACCESS DB

    Hello, let me try to help you on what i can. So, you want to open a database(access one ) from your VB6 project. Ok, just do it like this: When you load the form you must define the database you're using: Data1.DatabaseName = App.Path & "\abc.mdb"(for example) Data1.RecordSource =...
  5. lesina

    If Form Loaded Then......Question?

    Well, sort of studip answer but, anyway here it goes: In orther not to change any of your code, try to put it yourself as 0 before you open any form. frmContactList.Count = 0 and then open the form you want. Sorry if this is not the case but your post is big and i read it laterally :>...
  6. lesina

    Unistall Apache on NT

    Hi guys, i want to Unistall Apache on NT but there is no Unistall software in the installion for this. Have any clue on how to do this? The problem is that i installed it in a directory with spaces (stupid windows) and now, i have some problems installing and putting to work the connector, so...
  7. lesina

    change image on [input type=file] change

    Hi MikeT, what do you mean with " I change its value". You have an input type that gets an image.How can you change this value so that you can change the image? Hug =================== * Marta Oliveira * =================== marta100@aeiou.pt ------------------- CPC_TA- Braga...
  8. lesina

    Forcing PDF download

    Hi HowardMarks, take a look at:http://www.genasis.net/code/download.asp. It has informations for you. Hope it helps. =================== * Marta Oliveira * =================== marta100@aeiou.pt ------------------- CPC_TA- Braga ------------------- Portugal ===================
  9. lesina

    lower and upper cases

    Hi guys, i need some help. My table fields in my database are in upper cases but i need to change them all leaving them in a special format (each word must start with caps and the rest of the word must be in lower cases). Example: Lisbon=Lisbon Is there a way of doing this in sql?? In...
  10. lesina

    lower and upper cases

    Hi guys, i need some help. My table fields in my database are in upper cases but i need to change them all leaving them in a special format (each word must start with caps and the rest of the word must be in lower cases). Example: Lisbon=Lisbon Is there a way of doing this in sql?? In...
  11. lesina

    Certified created locally works

    Hi guys, Is there a way of making some sort of debug to see the problem? My problem described in thread877-327095 is still up and i believe that is strange that with a certified created locally works and with a Verisign certified does not work. We've been checking abd the requests get to the...
  12. lesina

    Tomcat exception

    Hi you all, we've been working with weblogic but we were having some problems and so, decided to change to Tomcat. Things started working BUT we still have some error(s) on the tomcat console: at org.apache.tomcat.util.net.JSSESocketFactory.handshake(JSSESocketFact ory.java:270) at...
  13. lesina

    Bottom of page

    Hi guys, i can't figure this one out. I have some jsp's that open new windows. This window is not as big as the other and is dinamyc, meaning you can click a button and make another row on it with some stuff in it. My problem is: i want to put an image in the bottom of the page. I've tried to...
  14. lesina

    <input type=file>

    Hi everyone i have a question and hope you can help me with it. I want to have an <input type=file value=path_i_want> but i don't want the browse to happen, i want it to fetch the path/and file i'm giving. How can i do this without browsing? =================== * Marta Oliveira *...
  15. lesina

    MSHFlex Grid Row Selection

    Hi hkung, so, you want to populate the MSFLEXgrid and each row you insert, you want it to be the last and put your msflexgrid pointer on it. So, on you cicle of loading each row, make a : imagine the data of your query is on a data control Data9.DatabaseName = App.Path &...
  16. lesina

    data2.recordset.moveNext problem

    Hi foada, you're a genious! That's something so easy and so stupid of me not to remember. Thanks a lot! a star for you. good work =================== * Marta Oliveira * =================== marta100@aeiou.pt ------------------- CPC_TA- Braga ------------------- Portugal ===================
  17. lesina

    Encrypt Access Database from VB?

    Hi simoncpage, i know encryption algorithms but in fact i don't know their names. Which is a blowfish?I like that name :) Guess i'll email you cause i'd really like to know one algorithm with that name and by the way, i'll give you a star for that funny but professional post . good work...
  18. lesina

    Open VB6 in VB5

    Gi, i don't know any line of code that can do all that,but i have found somethings that make it possible to load a Visual Basic 6 program in Visual Basic 5. Well, if anyone knows any line of code that makes it possible, be kind to leave it here cause i'd like very much to learn it. ckeck out...
  19. lesina

    go to the next record

    Hi everyone i'm making a vb6 programm and i'm having a problem. Here it goes: my programm reads from an acess database, i get it's data using a data(vb control) and with it, i can delete, change, look for, whatever record. Well, one of the tables has an id for primary key and the problem is...
  20. lesina

    data2.recordset.moveNext problem

    Hi everyone i'm making a vb6 programm and i'm having a problem. Here it goes: my programm reads from an acess database, i get it's data using a data(vb control) and with it, i can delete, change, look for, whatever record. Well, one of the tables has an id for primary key and the problem is...

Part and Inventory Search

Back
Top