No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.
I am a programmer :)
- Interests
- Code
- PC Specs
- Core i3
12 Posted Topics
I made a report in VB6 program using crystal report. Here I've made a connection between crystal reports, This is my coding CR_Summary.ReportFileName = "E: \ Report \ payments1.rpt" CR_Summary.Connect = "& OpenDB &" CR_Summary.WindowState = crptMaximized CR_Summary.ReplaceSelectionFormula "iCHECK_PAYMENT.PAYMENT_TYPE {} = '" & C_Payment.Text & "'" CR_Summary.Action = 1 My … | |
I will create a special program to display the report. Here I use the Crytal Report to support it, report issued later it was also through the process of calculation, because the report is a report INCOME / turnover of my company, after I retrieve data from a database, I … | |
I will make the process of looping the data to save data into SQL Server database, but field data that must be stored is retrieved from the database access, data taken later not only a record, but a lot of records, so it takes a process of looping in it, … | |
how to do paging when data appears in the DataGrid is too much? thanks, | |
how to make auto numbering for an ID? but id has been given an initial value, examples of initial value: 100027 how to make the ID is automatically incremented by 1? thanks, | |
how to rename the file when the file is copied into a different directory? please help me, regards, V | |
I created a Save button and I also have made the code for the Save button But why the error message like this: Run-time error '-2147217913(80040e07) convension failed when converting the varchar value '28/08/2013 10:11:01 to data type bit mohon bantuannya, thanks, V | |
hi good morning, I would like to ask why when I run my program, but it appears a message like this "Runtime error '381 'Invalid property array index". I am confused about this because I am still a beginner :) what is the solution for this? This is my code: … | |
Hello, I want to ask, how to upload and download files in VB6? thanks, | |
how to make a looping with a array? this is my program, it make a visual basic 6. this is program to input a many song to database, and the list song in a list box. if we selected one song in a list, otomatic specific song will appear in … | |
Hai everyone, I am vivi from Indonesia. I am happy to be here. :) Let's learn together!! :D | |
I use this to make a VB6 program, the program was created in order to enter a lot of the songs on the list with a single select listbox and press the save button once. happens after the first song on the list that has been stored, then the process … |
The End.