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?
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.
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...
Sorry jrbbldr,
Here is the code
PUBLIC con
constring="DRIVER={MySQL ODBC 3.51 Driver};" ;
+ "SERVER=localhost;" ;
+ "USER=root;" ;
+ "PASSWORD=pass;" ;
+ "DATABASE=dbname"
con =...
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...
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).
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.