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!

Recent content by Yosua

  1. Yosua

    Correct me please, Click to display row data from grid into text-boxes

    After some trial and error, Mike's solution is working for me. Thanks Mike you're a lifesaver. I should learn about control source too, thanks Olaf
  2. Yosua

    Correct me please, Click to display row data from grid into text-boxes

    Oops sorry my bad. LPARAMETERS nColIndex thisform.show_data
  3. Yosua

    Correct me please, Click to display row data from grid into text-boxes

    Thanks Mike, I already have these in the grid's AfterRowColChange LPARAMETERS nColIndex thisform.tampil_data I've tried it and it didn't work for me, did I do something wrong?
  4. Yosua

    Correct me please, Click to display row data from grid into text-boxes

    Thanks Olaf for the right solution, but if I may ask some more stupid question, where should I put txt_id.Controlsource = "tb_member.id" should I set it on properties> and how it should work when I select a row on the grid to edit or delete? Sorry for totally clueless about this.
  5. Yosua

    Correct me please, Click to display row data from grid into text-boxes

    Hi, I've been trying to show a row data from a grid back into text-boxes, Here's what I do Form Method "show_data" THISFORM.txt_id.value = tb_member.id THISFORM.txt_name.value = tb_member.name THISFORM.txt_birthday.value = tb_member.birthday THISFORM.txa_address.value = tb_member.address...
  6. Yosua

    Label+MySQL (Newbie question)

    Many thanks JRB-Bldr, I'll remember that
  7. Yosua

    Label+MySQL (Newbie question)

    Sorry jrbbldr, Here is the code PUBLIC con constring="DRIVER={MySQL ODBC 3.51 Driver};" ; + "SERVER=localhost;" ; + "USER=root;" ; + "PASSWORD=pass;" ; + "DATABASE=dbname" con =...
  8. Yosua

    Label+MySQL (Newbie question)

    Thanks Dan, I'll try to fix it
  9. Yosua

    Label+MySQL (Newbie question)

    Hi Mike, I've put the code in http://pastebin.com/aNp9QJH6
  10. Yosua

    Label+MySQL (Newbie question)

    Oops sorry guys, I forgot to paste this http://pastebin.com/aNp9QJH6
  11. Yosua

    Label+MySQL (Newbie question)

    Hi all, I'm stuck at my label printing. I have 2 situations here. 1. If I remove those comment mark, the app will send "Data not found" even when I entered existed correct product id. 2. If I add those comment mark(which is current situation), the app will show me a label with empty data, and...
  12. Yosua

    VFP Label + MySQL

    Then I'll do it manually. Thanks Mike
  13. Yosua

    Make many copies of label in a report

    Thanks, and sorry if for other thread :) Because I think it's a different topic. Should I place the cursor in the field or in data environment>code?
  14. Yosua

    VFP Label + MySQL

    Thanks fluppe, Mike So it should be fine when I run it, even when the cursor is not listed in expression. Thanks for your time :)
  15. Yosua

    VFP Label + MySQL

    Hi JRB-Bldr, Yes, I know the basic SQLEXEC(), but how to put it into VFP Label writer? I've made a cursor for the SQLEXEC() but I can't find it in the Expression (Field Properties).

Part and Inventory Search

Back
Top