473,320 Members | 1,868 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,320 software developers and data experts.

how to solve this error Private Sub mnufd_Click() in following vb6.0 code

Expand|Select|Wrap|Line Numbers
  1. Private Sub mnudipositrpt_Click()
  2. 'Set rptDeposits.DataSource = Nothing
  3. 'Set rptDeposits.DataSource = rsDeposit
  4. 'rptDeposits.Show
  5. End Sub
  6.  
  7. Private Sub mnufd_Click()
  8. Main.Toolbar1.Visible = False
  9. addfd.Show
  10. End Sub
  11.  
  12. Private Sub mnufdeposit_Click()
  13. MsgBox "Form Will be Under Constructions. Please Try After Some Time", vbInformation
  14. End Sub
  15.  
  16. Private Sub mnufdfullrep_Click()
  17. frmFdFullRepo.Show
  18. End Sub
Nov 29 '12 #1
4 2156
Rabbit
12,516 Expert Mod 8TB
You didn't say what the error is.
Nov 29 '12 #2
how to solve this error Private Sub mnufd_Click() in following vb6.0 code using window xp plese send answer
Nov 30 '12 #3
Rabbit
12,516 Expert Mod 8TB
That's not an error. It's not even a question.
Nov 30 '12 #4
CyberSoftHari
487 Expert 256MB
Be clear with your questions. I think, You are getting problem with report connections with database. Point out with OS, Report, Database Name and Version, and Detail Error description.
Dec 18 '12 #5

Sign in to post your reply or Sign up for a free account.

Similar topics

2
by: Barry Hynes | last post by:
Hi Folks, still on the linked list problem... how hazardous is the following code...i realize i do not have copy/assignment defined and there is no exception handling...but was wondering...
3
by: Materialised | last post by:
I am having some issues with the following code, basically what I am trying to do, is familierise myself with compiler warnings, when I try to access a private or protected class function. Here is...
1
by: Privacy Trap | last post by:
Hi, As a test to help a friend find out where some code was malfunctioning I wrote the code below for a very simple form with an 'update' chekcing routine... The problem is that I get 1 of 2...
1
by: Erland | last post by:
Hi all, I have made an ASP.NET 1.1 application on windows 2000 advanced server. In the application, i have saved the file using the following code string str; str="this is my data";...
2
by: sreekandan | last post by:
Hi everybody, Im doing one project, in that i have to add all the values(Integers/Double) from one selected field of the database table.So I want the code to get the sum of that field values. I have...
1
by: Methodious | last post by:
BufferedReader br = new BufferedReader(new InputStreamReader(s.getInputStream())); BufferedOutputStream bos = new BufferedOutputStream(s.getOutputStream()); //PrintWriter out = new...
1
by: abhishekgvyas | last post by:
Hi, can somebody tell me what is wrong with the following stored procedure code.. SQL> CREATE OR REPLACE PROCEDURE DEBIT_ACCOUNT(ACCT_ID IN NUMBER, DEBIT_AMOUNT OUT NUMBER) 2 IS 3 ...
2
by: bhavika123456 | last post by:
Private Sub cmdadd_Click() cmbempid.Text = "" optabsent.Value = False optlatemark.Value = False optapprove.Value = False optdisapp.Value = False txtlname.Text = "" 'txttotal.Text = ""...
0
by: DolphinDB | last post by:
The formulas of 101 quantitative trading alphas used by WorldQuant were presented in the paper 101 Formulaic Alphas. However, some formulas are complex, leading to challenges in calculation. Take...
0
by: DolphinDB | last post by:
Tired of spending countless mintues downsampling your data? Look no further! In this article, you’ll learn how to efficiently downsample 6.48 billion high-frequency records to 61 million...
1
isladogs
by: isladogs | last post by:
The next Access Europe meeting will be on Wednesday 6 Mar 2024 starting at 18:00 UK time (6PM UTC) and finishing at about 19:15 (7.15PM). In this month's session, we are pleased to welcome back...
0
by: Vimpel783 | last post by:
Hello! Guys, I found this code on the Internet, but I need to modify it a little. It works well, the problem is this: Data is sent from only one cell, in this case B5, but it is necessary that data...
0
by: jfyes | last post by:
As a hardware engineer, after seeing that CEIWEI recently released a new tool for Modbus RTU Over TCP/UDP filtering and monitoring, I actively went to its official website to take a look. It turned...
0
by: ArrayDB | last post by:
The error message I've encountered is; ERROR:root:Error generating model response: exception: access violation writing 0x0000000000005140, which seems to be indicative of an access violation...
1
by: PapaRatzi | last post by:
Hello, I am teaching myself MS Access forms design and Visual Basic. I've created a table to capture a list of Top 30 singles and forms to capture new entries. The final step is a form (unbound)...
1
by: Shællîpôpï 09 | last post by:
If u are using a keypad phone, how do u turn on JavaScript, to access features like WhatsApp, Facebook, Instagram....
0
by: Faith0G | last post by:
I am starting a new it consulting business and it's been a while since I setup a new website. Is wordpress still the best web based software for hosting a 5 page website? The webpages will be...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.