No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.
31 Posted Topics
hi, can u help me, what can i do to print a form, example: in form1 there is a button that will print the form2 that has registration form. it is possible or other ways? please help | |
hi can u help i have a problem regarding to my database, i need to show an error window when the connection is not available. for example, the router is off means the user cannot connect to the database, so the user screen will appear that there is no connection. … | |
please help me with my code. When I enter the exact filename in the text1.text it will find the filename.dat in my folder. but it seems the code cant find it even i type the exact filename even the case. strBackSlash = IIf(Right$(App.Path, 1) = "\", "", "\") strEmpFileName = … | |
I was given a task that I need to print in a letter size paper the letter of promissory for a school, but first there is a form that will ask the user the information needed to be filled in the letter of promissory. After the user filled the textbox … | |
hi, my professor ask us to create a program that has auto logout feature after 2mins or set my own time to logout, after the user logged in to the machine, if ever he or she left it without pressing the logout after 2 mins of being idle or standby … | |
For our project where using a Touch Screen as pointer, and when the user tapped the screen the timer or progress bar will reset to 0 then if the screen didn't tapped in 2 minutes the program will back to login form. Please help. | |
hi my problem is how i will save all the grades of student from grade 1 to grade 7 per subject or easiest approach?? can u help me ... | |
i want to print my form that fit to my letter size paper but everytime i print the form its incomplete at the lower part, i mean the printer stops printing when it finished printing the 3/4 of the form. i always set the scale width and height and set … | |
hi, everytime i print a form with "printform" it always on print into left side of the printer paper and im using a left feed printer. What if the printer's feed is center and my printer paper is small how can i make it the printing of the form is … | |
it is possible to determine using vb6 what is printer doing? for example if its finished printing any kind of docs | |
hi my program is need to print different forms but each forms must use different printer and all printers was connected to my pc via usb port, my problem is if i want to print a form A i will click the command box then it will use the EPSON … | |
hi, can vb6 detect if the unit is connected to a router or have a connection to the net or LAN ? example: if the user is disconnected to the LAN, a msgbox will appear that the unit is not connected, if connected nothing to worry about :) same as … | |
hi , i have 3 forms, the login form, profile form and notice form ... my problem is if ever my LAN connection lost the profile form will LOGOUT automatically if ever there is someone who logged on and show login form ,if not the login form will hide, then … | |
hi, to print a form just code printform and it will print the form, but what if there are 3 printer connected to the pc, how a program will choose what printer will be use to print a form? can u help me thanks ~~~ | |
can you help me in 1 cell in a row can handle many data ? for example in the picture for costumer 1, he order a banana, it cost 50 apple, it cost 60 orange, it cost 70 and my program will retrieve the datas and it will get the … ![]() | |
it is possible for the database that a certain id number will handle or occupy 2 or more rows and then when it called it will take both rows like on the picture .[Click Here](https://fbcdn-sphotos-h-a.akamaihd.net/hphotos-ak-frc3/v/1056791_636382299706472_1144322928_n.jpg?oh=7160bd41f914616aa1a0c59be0821a9a&oe=51F21D0D&__gda__=1374895465_5046fd7250a283eac7faabc35a10c324) | |
can u help me, i need to get the data from the table, but the table will be based on the text on textbox, like the fieldname that will be based on aniTypes.text ... AnimalRS.Open ("select * from & AniKindtxt.text & where AniTypes='" & AniTypestxt.Text & "'"), Animals this is … | |
hi, it is possible that one column in a row has a data ? and how to code it in vb6 if possible, please help example NAME: rasha bonquel Age : 20 SUbject : Math , English, Science Grades : 78, 78, 78 NAME | Age | Subject | Grade … | |
hi, i cant do my codes on how a combo1(i) will do its command when clicked, i have 10 combo box that have index from 1 to 10 on my form, when combo1(1) was clicked, it will do my command to that combo1(1) only not in combo1(2),combo1(3) ... to combo1(10) … | |
hi , can u help me ... my problem is the recordset must be based on the text in the textbox like that, but its not working. conp.Open ("Provider=MSDASQL.1;Persist Security Info=False;Data Source=PAYMENTS;Initial Catalog=payments") rsp.Open ("select * from &Text12.text& where Term='" & Text10.Text & "'"), conp | |
any remainders,tips or pointers for using fingerprint scanner in vb6 ? im using win7, please can u help me | |
hi, im my database there are COUNTRY NAMES and its CAPITAL, my problem is using adodc1.recordset if i selected a country in combo1 the label1.caption beside the combo1 will change into its capital. example Combo1[PHILIPPINES] : Label1[MANILA] can u help me thanks advance :) | |
hi im using vb6 on win7 64bit with my digital persona u.are.u 4000 , my u.are.u 4000 cd is only compatible for winxp so i looked for win7 compatible and i got 1 so the scanner start working,and when im trying to capture my biometrics with the scanner using vb6, … | |
Re: error for me :( but thanks for the idea of using INSERT INTO codes :) | |
hello, can u help cuz some of sample codes of digital persona sdk is not working when im using digital persona 4000 in win7, do i need to change on its codes ? and how it will be saved to sql database? | |
hi, can u h help me, i have different forms and from form1 another form2 will show and the form1 will become inactive to use and become blurred, and when the form2 closed or hide the form1 will become active again. also can i add an animated pictures to a … | |
hi im newbie for using sql in vb.net and we have a project to create a registration form where the datas will be saved on sql. for e.g how the textbox1.text will save, edit, delete, or update its value or text to sql? also how to get the datas from … | |
is there any java programming software that looks like vb6 ? our panelist said on our thesis defense that we must use java for our interface but we dont have any background in java programming, but only vb. please help. thanks | |
hi, i create a program with adodc and data, i created an exe file and installer of if, then i install it to other pc, but an error msg appear, there is a problem on my path of adodc to the database, but i was installed it to exact location … | |
hi, im using vb6 and i dont know how to work on a commandbutton that will trigger to another form. For example, i have a commandbutton in form1 and when i click it, there will be an effect in form2. Example, form1 1+1 and the answer will go to form2. … | |
i was planning to convert my vb6 program to vb2010 but sometimes the codes from vb6 was unable accept in vb2010. like adodc.recordset.xxxxxxxx help me please |
The End.