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).
Hi,
I'm looking for a tutorial on how to create label with MySQL table, but I found nothing on the Google. So I believed this forum is a good start.
Can anyone tell me how to create label with MySQL table?
Thanks
Hi Mike thanks for your quick reply, sorry I don't understand the last half of your code, can you en-light me the logic?
And how can I multiply it horizontally and vertically in the report?
Thanks
Hi,
I have a simple product table
Product_Id
Product_Type
Product_Name
Product_Stock
The label (about 5cm x 3cm)
Product_id (in Barcode)
Product Type
I'm confused, how can I make a report consist of many same product label in report as much as the product stock automatically?
So when I add 30...
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.