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...
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,
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,
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...
Hi,
How to achieve this (currently using RemoteView) using SQLPassThrough. I'm using MySQL 5.5
There are SQL and VFP "IF" side by side.
I post the listing in pastebin to save some space [thumbsup2] http://pastebin.com/8xQTe5xc
Thanks for your solution and feedback.
Yosua Wisnu
Hi All
I've had a problem when I change SPT to RV n my program.
So when I change
SQLEXEC(s_Connect,"INSERT INTO tb_user values (?id,?pwd,?name,?photo))")
to
INSERT INTO vUser values (?id,?pwd,?name,?photo)
TABLEUPDATE()
vUser is a RV
It shows "syntax error" when I run it
Did I do something...
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.