11,868 Topics
![]() | |
Dynamic reports means depending on the inputs the reports will be generated. For example if we want to show the details of particular day means the particular date is the input and show that days reports. If you know the answer means please give me the solution. | |
hi all.... this is another thread on datareports... i need to know how to work if i have an sql and i wish to give it in my front end and run the report from the front end... please help!! thanking in advance!! | |
Can any help me in doing a project on online examination in VB, I want a code in which, the program will fetch 10 questions from data base randomly. The data base having more than 10 questions. The data base would be of questions and there answers and the answers … | |
hi can anyone help me? because i dont know how to use for next loop i want to make a sample program in vb i have 1 textbox if i inputted value of 3 in text1.text it will come up in this answer 1 2 3 then if i click … | |
i want fields department,job_centre,cost centre should come first before detail section can anybody tell me how should i code for that. i have written a code it is working fine but i am making iso certified report and req. is to place fields just above the detail section kindly let … | |
I'm trying to write application run as service in vb6. I have two barcode printers (ZEBRA) with print servers connected to centronics port (D-LINK DP-301P+). In my service i connect to SQL server and get information about destination printer and source code (ZPL) to print. Now i must send my … | |
Hi, im new here, and I have a huge question. How am I or a user able to submit data from a vb6 application to create a new post? Here is an example of what im referring to. [CODE]http://img201.imageshack.us/my.php?image=61664343pu1.jpg[/CODE] I just need to figured out how to send the data … | |
Hi Experts See attachment it will explain my problem I need coding in vb to solve it Thanks Altaf Ahmed | |
sir i want if user click on submit all the records should come form production table if it match dtpicker1 and dtpicker2 value i have written a code but it is not working kindly let me know. [code] Private Sub Command1_Click() Set rs = New adodb.Recordset [B]rs.Open "select * from … | |
does any of u know how to make a app in vb 2005 send a e-mail with text and/or attachments ? | |
SIR , I WANT IF USER CLICK ON PRINT BUTTON ALL THE RECORDS SHOULD COME IN A REPORT FROM MR QUERY [ATTACH]8753[/ATTACH] BUT RECORDS ARE NOT SHOWING ON DATA REPORT. I HAVE WRITTEN A CODE IN PRINT_CLICK Private Sub Command4_Click() [B]Set rs = New adodb.Recordset rs.Open " select * from … | |
OK im new to this so bear with me. I need to add a search function to my project. I need to input a value into a textbox, click a submit button and a screen needs to appear with the results Ive got a the following code but i get … | |
please i just got this visual basic 2008 installed on my system and i would have started work if not for the fact that i cant locate the tools on the toolbox, and what can i do without tools? plaease how can add the tools and get them working.... | |
help theres nothing happen everytime i search a record heres my code [ICODE]Dim a a = InputBox("Input Product Code :", "Find", "") If a = "" Then Exit Sub End If Set rs = New ADODB.Recordset rs.Open "Select * from Product where pcode='" & a & "'", cn, adOpenStatic, adLockPessimistic … | |
hi how can i change the backcolor of my label the SA is the name of the label heres my code [code] Private Sub Text1_KeyPress(KeyAscii As Integer) Select Case KeyAscii Case 97 SA_Click (0) Case 115 SA_Click (1) Case 100 SA_Click (2) Case 102 SA_Click (3) Case 103 SA_Click (4) … | |
hi i want to write a program to read , write and append xml using VB not VB.net i am new to VB and dont know what to do, any tips on what functions to use will be appreciated thanks in advance | |
hi where can i find an image icon that i can use in visual basic? or where can i download! | |
Hello, I'm making a customer data base for my friend. I need to open, edit and save a excel file in ole. So I know how to ope and edit but I don't know how to save it. I searched already half of a web and I found nothing so … | |
Hi New Here, I am struggling with a project am doing in Visual Basic 2008 where I am intergrating a access 2000 database. I cant seem to use the VB2008 program to search one field from the database (House Numb er, Id like to search btw). Any help people...... Thanxs … | |
Dear All, Please Help me out in this matter. I'm developing a small project, in this i'm uploading my combo box with master data ( i.e. List of Equipment). What i'm doing is once the user complete entering data in form the data is saved. Now when i reload same … | |
Hi I'm trying to convert a linux/gcc program to windows/cl But I'm having some problems understanding the inner workings of the ide called microsoft visual studio c++ 2008 express. I've started a "new clr project", and then added the .hpp file, that contains the header. But the compiler/f7 says that … | |
I add some data in a form by text box. a acsess file store it.then I close this form and open another form . that data show in this from by datagird or msflexgrid. but my problem is when I add some data and close that form this data not … | |
I just have a formatting question. Looked everywhere and can't find a straight yes or no answer. I have a user input form - (Continous forms-in Access 2003, based on a query, using vba 6.5) that has a checkbox which is used to denote whether the user wants an english … | |
Hello, Im trying to create an application, where its upto the user to create and delete the database dynamically and at runtime. But i don't know how to make it. Can anyone please help?? Whenever i tried to contact u people for help u all have always helped, hope u … | |
I have a question. is it possible to login to remote locked machine using vb script. the remote machine is in the same office network domain and it is in locked state. Any suggestions please? [URL="http://rameshnatesan.blogspot.com"]http://rameshnatesan.blogspot.com[/URL] | |
I Want if my Purchase form should come at form_load the last value of req. no should come in text box . i have written a code : [B] Private Sub Form_Activate() Set rs = New adodb.Recordset rs.Open " select max(req_no) from po", con, adOpenDynamic, adLockOptimistic Text12.Text = rs!req_no End … | |
hi I am designing an editor program. I am using ChrW() and AscW() functions to print the character on screen. I want to implement combining diacritical marks(or accent marks) i-e if i print a character and then i want to put diacritic on it by using specific key then i … | |
Kindly find the attachment [B]17dpo.zip[/B] thatsort issue is resolved now i want when user should clickon grid1only item_code, product_name, unit should come and cursor should be at quantity column so that user put quantity on that cell for material requisition. kindly find 17dpo.zip | |
Hi, I would like to know how can I apply visual styles in my projects. I've tried to use System.Windows.Forms.ButtonRenderer.DrawButton, but it doesn't seem to work. I have Visual Styles enabled, so I don't know whats wrong. Thanks | |
Sir , when i press a Save button one extra row is inserting how should i remove that cell : Private Sub Command1_Click() On Error Resume Next If (CheckInput) Then Dim row As Integer Set rs = New Recordset For row = 1 To Grd.Rows rs.Open " SELECT * FROM … |
The End.