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 MikeeOK 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 lassala

  1. lassala

    Doubts about LPost

    Hi, Dianal. You're right... the LPost function was on a JS source... and it's content is secmod.phsession.LongSubmit(w,form) I just can't figure out what's this....
  2. lassala

    Doubts about LPost

    Hi, Everybody! Please, could anybody give me some reference about the LPost function? Thanks in Advance Claudio Lassala
  3. lassala

    Retrieving some rows...

    Hi, Everybody! Imagine the following situations: I'd like to bring from a table, just people from a list of Countries? How could I do the select statement... something as select * from table where inlist(country,'brazil','usa','france') Well, I'll pass to some function a list of possible...
  4. lassala

    Hidding some Form objects on HTML

    Opa, Banger, I think that is it... I'll try some tests here with this code. Thank you for help me. I hope some day help you too.
  5. lassala

    Hidding some Form objects on HTML

    Hi, Bangers! Could you give me some sample? I really don't know how to do. I'm a beginner. Thanks for trying to help me.
  6. lassala

    Hidding some Form objects on HTML

    Hi, Bangers! Thank you for your tip. However, I just can do what I need in browser 6.0, isn't it? We don't have some way to do for other versions?
  7. lassala

    Hidding some Form objects on HTML

    Hi! I'd like to know whether there's someway to do the following: In some page we have <td>Testing</td> I'd like to click on a submit button, and the tag above become <td><input type=&quot;text&quot; name=&quot;txtMyTest&quot; value=&quot;Testing&quot;></td> I know I can do that in ASP, but...
  8. lassala

    Fields nomenclature conventions

    Hi! I'm a VFP Developer, and I'm starting to develop some SQL Server stuff. In VFP Native Database, I use Microsoft conventions for field nomenclature (c to Character data type, n to numeric, t do datetime, and so forth). I'd like too know where I could find the conventions for SQL Server data...

Part and Inventory Search

Back
Top