Hi, I need some help.
Here is the situation.
I want to make a multi user entry master/detail windows form.
Example: the tabels are "TTrans" and "TTransDtl"
TTrans fields are:
1. "IDTrans" = autonumber
2. "Remark" = string
TTransDtl fields are:
1. "IDTransDtl" = autonumber
2. "IDTrans" =...
ITflash,
you have to use this code first
try
Me.BindingContext(Myds.table1).EndCurrentEdit()
ObjDa.Update(Myds)
Catch x As Exception
'Error Message
End Try
Handoko
Michelle try this code,(Example:Dataset = "DSCUSTOMER1",tablename="CUSTOMER")
Try
Me.BindingContext(Dscustomer1.CUSTOMER).EndCurrentEdit()
DACUSTOMER.Update(Dscustomer1)
Catch x As Exception
'Add error Message
End Try
Handoko
Hallo everyone,
I want to ask something.
Is it possible to put picture in a datagrid?
Example:
Column1 = ProdukID
Column2 = ProdukName
Column3 = ProdukPicture
Thanks a lot.
I hope there is a solution for my problem
Thanks again
Best Regards,
Handoko
Hallo everyone,
I want to ask something.
Is it possible to put picture in a datagrid?
Example:
Column1 = ProdukID
Column2 = ProdukName
Column3 = ProdukPicture
Thanks a lot.
I hope there is a solution for my problem
Thanks again
Best Regards,
Handoko
Peping,
Rafael Copquin use cursor for temporary grid.
Then do scanning record to filter the valid record put into the real table.
I try to do the same thing but without Cursor just using table buffering.
My algorithm:
1. CURSORSETPROP('Buffering',5,'Detail')
2. do edit, append, or delete in the...
Mike,
What is the differences between using TABLEREVERT(),TABLEUPDATE() with BEGIN TRANSACTION,ROOLBACK,END TRANSACTION.
Could you give me an example code using TABLEREVERT() and TABLEUPDATE() implement in the grid?
Thanks
Handoko
Thanks Mike Lewis,
I've ever try a POS SYSTEM program made with Clipper for DOS. it use a grid directly for data entry. No matter what we put unvalid record, when we ended the Entry proses (by push Save button for example). The grid automaticaly just shows the valid record only.
Is there a way...
Hi guys,
I wonder Is there any program like Citrix MetaframeXP that support Diskless Client for Server2003.
I used to server2k + Citrix MetaframeXP to make diskless client. It works fine.
I'd try Client with PXE bootrom connect to Server2003 as fileserver. Until shows "C:\".
Now, I...
Hi again,
I need a suggestion. I make a master detail form. For Detail DataEntry I use grid.
Which one better?
1. Entry Data to the Grid Directly. I see a lot of problems here. I'd try once. It's dificult in validition. Sometimes I have to left one blank record.
2. Use some textboxes to verify...
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.