- Upvotes Received
- 0
- Posts with Upvotes
- 0
- Upvoting Members
- 0
- Downvotes Received
- 1
- Posts with Downvotes
- 1
- Downvoting Members
- 1
4 Posted Topics
I'm using VB6 as my frontend and MSACCESS as backend. I have a field in tblHistory named "payperiod". I have put text in this field. content of payperiod: JANUARY 1 - 15, 2006 JANUARY 16 - 31, 2006 FEBRUARY 1 - 15, 2006 FEBRUARY 16 - 28, 2006 and so … | |
i have DTPicket and TextBox. how to change DTPicker with this value "2006,05,17"? DTPicker format : "5/17/06" 'shortdate for example : DTPicker value = "5/10/06" Text1.Text value should be "2006,05,10 Thanks in advance... | |
i want to populate the datagrid1 based on the given value below. i'm using VB6 as my frontend and MSACCESS as my backend. how to accomplish this? NET 9,500.00 'Given value INTEREST 1,200.00 'Given Value INT DUE 48 'Given Value IRR 0.69867 'Given Value TERM 25 'Given Value RELEASE 05/02/06 … | |
i have a 2 textbox and 1 listbox. i'm using vb6. how can i populate the listbox based on the given below? begindate.text = "05/02/06" 'begindate.text + 7 noofinstallment.text = 25 this should be the output in listbox control. 5/2/06 5/9/06 5/16/06 5/23/06 5/30/06 6/6/06 6/13/06 6/20/06 6/27/06 7/4/06 7/11/06 … |
The End.