Posts
 
Reputation
Joined
Last Seen
Strength to Increase Rep
+0
Strength to Decrease Rep
-0
20% Quality Score
Upvotes Received
2
Posts with Upvotes
2
Upvoting Members
2
Downvotes Received
11
Posts with Downvotes
6
Downvoting Members
5
7 Commented Posts
~13.0K People Reached

60 Posted Topics

Member Avatar for swathys

Hi, am not a experianced coder, would like to seek for help. i would like to create a session logout. a pop out appear which able to count 60 sec " Warning your eMyHome session will expire in 60 seconds. Do you wish to continue?" with button continue & logout. …

Member Avatar for swathys
0
319
Member Avatar for swathys

Hi, Can someone guide me on how to call the public property from web services. i got error *Server was unable to process request. ---> Object reference not set to an instance of an object.* Below is WS public property Public Property LoginID() As String Get Return Me.loginIDField End Get …

Member Avatar for swathys
0
215
Member Avatar for swathys

hi, i write a code uisng VB.net. i have design few checkbox and would like to write class function in class file. can anyone guide me how to create and call the function from the class to the page. i have create a class file as below Public Class clsKYC …

Member Avatar for john.knapp
0
490
Member Avatar for swathys

hi, my project involving ASP.net & i write a code uisng VB.net. i have design few checkbox in ASP.net and would like to write class function in class file. can anyone guide me how to create and call the function from the class to the page. i have create a …

Member Avatar for spectra
0
204
Member Avatar for swathys

Hi. i have an application which send email upon submission of the loan application. if the recepient email ID is yahoo or hotmail i dont have any problem but when the email ID is **gmail. it treated it as spam.** How do i get rid of this. Please help me …

Member Avatar for Reverend Jim
0
152
Member Avatar for swathys

Hi, How do i write to xml format for the below data. This is sample parsing data that i need to save in xml format. Please guide me ! [CODE]<field id="0" value="0210"/> <field id="2" value="00"/> <field id="3" value="320000"/> <field id="4" value="000000068519"/> <field id="5" value="000000000000"/> <field id="7" value="5465464545"/> <field id="11" value="000021"/> …

Member Avatar for swathys
0
201
Member Avatar for swathys

Hi, below is my code, but when i send the message thru client socket i receive [COLOR="Red"]Specified argument was out of the range of valid values. Parameter name: size[/COLOR] Can anyone help me ! [CODE] Private Sub Button1_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button1.Click Dim serverStream As …

Member Avatar for [Prototype]
0
675
Member Avatar for swathys

Hi i have problem with my timer. when application run it does not go to the timer at all.I have no idea where do i need to troubleshot anymore. Please help if anyone know ! [CODE] If CheckStatusStr = "0" Then Update_CurrBal() SuccessfullySave() ElseIf CheckStatusStr = "1" Then timercount = …

Member Avatar for swathys
0
134
Member Avatar for swathys

hi, I have problem with my sql query. when i used direct insert statement in 2 different table and sort out using select statement by combining these 2 table's it perfecly give's the output that i wanted but when i apply the same method to the real application its working …

Member Avatar for swathys
0
117
Member Avatar for swathys

i have a problem with my insert function using web services.i can't figure out where to fix.....does anyone have idea abt it ???? this is the error is when i run the web services [CODE]Description: An unhandled exception occurred during the execution of the current web request. Please review the …

Member Avatar for Oxiegen
0
283
Member Avatar for swathys

hi, i'm facing a problem when i run this code and the error message is [COLOR="Red"]Wrong Decrypt Passphase[/COLOR]. this code is working well on my previous project. i have no idea what have missed out...Any idea's!!!!!! [CODE]Public Function LoadRemoteSQLParam() As String Dim nSQL As New entry32.StrSQL_D Dim sqlRemote As String …

0
52
Member Avatar for swathys

hi, How do i [COLOR="Red"]disable[/COLOR] user from goto desktop and when they press Control+Alt+Del it must prompt with admin username/Password.Is it possible to do....any idea ? i have created a login page but i have no idea on how to make it prompt when user press Control+Alt+Del

Member Avatar for swathys
0
108
Member Avatar for swathys

hi, I have made a web services app which i have install it in server. This web services is to check datetime form the server.....if the server time and my pc time is match it will proceed further to next step....i have set it to 5 min different...it is going …

Member Avatar for jlego
0
101
Member Avatar for swathys

Hi, i have convert my code from sql to mdb but there is problem when it comes to place i highlight in red it doesn't execute the command reader....it end the application when it reaches [COLOR="Red"]Do While dr.Read[/COLOR]can any1 tel me whats the wrong with my code.....i'm totally blank ! …

Member Avatar for swathys
0
212
Member Avatar for swathys

hi, i would like to create an uniqueID where it must add +1 behind the CurrentTranxDateTime for the transaction 1 to 10....I have coded as below but the problem is the number doesnt +1 for each transaction.....any1 have idea to solve this..... eg: 300111 01:45:29 AM 1 300111 01:45:29 AM …

Member Avatar for swathys
0
370
Member Avatar for swathys

hi, this is my connection string to connect to mdb file but i'm getting error as remark in red... i create the password using open exclusive method and i generate the p/w. i guess its the way i connect using username and p/w but I have no idea what i …

Member Avatar for swathys
0
227
Member Avatar for swathys

hi, How do i check for time difference for eg: i have code like this [COLOR="Red"]If GetServerDateTime() < Format(Now, "MM/dd/yyyy hh:mm:ss tt") Then msgbox ("Invalid datetime") endif[/COLOR] i want to make it like if the time difference is within 2 min from the current time.... the application still can allowed …

Member Avatar for swathys
0
350
Member Avatar for swathys

hi, i would like to check the server datetime when ever my application start. The datetime must be the same with my pc datetime....How do i do that...Is there a way.... i got a code from somewhere but it doesn't work at all...can anyone help me on this.... [CODE]Public Sub …

Member Avatar for swathys
0
1K
Member Avatar for swathys

hi, If found the [COLOR="Green"]DbaseLicenseKey = LicenseKey [/COLOR] match i want to write the value to registry but the problem is....i have no idea how to code at this part [COLOR="Green"]AxActiveLockBP.LicenseKey[/COLOR] as it gives the error message.... error message = 'LicenseKey' is not a member of 'Axactivelock1884.AxActiveLock'. Please help!!! [CODE] …

Member Avatar for Nikon70
0
166
Member Avatar for swathys

hi, this is my code [COLOR="Red"] If dr(DbaseExpiryDate) > Format(Now, "M/dd/yyyy") Then[/COLOR] id i run this code it gives error with [COLOR="Red"]IndexOutOfRangeException was Unhandlled[/COLOR] this is the output of the date [COLOR="Red"]DbaseExpiryDate= 3/31/2011 now= 3/24/2011 [/COLOR] Please guide me....whats wrong even i have format the date it doesn't work at …

Member Avatar for swathys
0
113
Member Avatar for swathys

Hi, I am changing the sql database to database access (.mdb). The problem is when i run my application using sql connection its work well and all the tables are updated but when i use mdb connection it update some of the tables and few other table it does not …

Member Avatar for swathys
0
122
Member Avatar for swathys

[QUOTE=swathys]Hi, I have a problem to solve this, when the 1st language button clicked it should carry the language that already specified in xml but it seems my code doesn't work in that way. Can you help me please ! Form1 [CODE] Private Sub FlashObj_FSCommand(ByVal sender As Object, ByVal e …

Member Avatar for swathys
0
145
Member Avatar for swathys

Hi, I have create an application in vb.net and ms sql 2005 as database storage. How do i create an installer that can be included in a CD. What i mean is if i want to install it in the virgin PC the Installer CD would be able to run …

Member Avatar for swathys
0
142
Member Avatar for swathys

hi, My application is running well with windows xp but when i install it to win 7 basic home it doesn'nt execute at all. It stops when it reach the form that has flash player. I have instal flash player version 10 but it happens the same. I have problem …

Member Avatar for dwire
0
177
Member Avatar for swathys

hi, i'm using flash file to open to next screen but i have no idea how to do that using the code...below is my code. i'm having problem to code at red highlighted area.How do i make it to link or show the next form once the button clicked. PLEASE …

Member Avatar for swathys
0
227
Member Avatar for swathys

hi, i have develop an application in vb.net which is running well with windows xp but when i install it to win 7 basic home it doesn'nt execute at all. It stops when it reach the form that has flash player. I have instal flash player version 10 but it …

Member Avatar for Pgmer
0
235
Member Avatar for swathys

hi, Below is my code to delete the transaction. It suppose to delete the data once the transaction but the data remain there....I don't find there is a problem with the code but some how it doesn't work. It capture the data in the table but it returns = 0 …

Member Avatar for Pgmer
0
162
Member Avatar for swathys

hi, i think there is a problem with my code below....it insert the data more than 1 record (data redundancy) in the server database....i think there is a problem at the place i highlight with red.... can any1 assist me on this.... [CODE] If Not Update_ServerPOS() Then Update_TempPOS() End If[/CODE] …

Member Avatar for bLuEmEzzy
0
116
Member Avatar for swathys

Hi, can anyone guide me on [COLOR="Red"]how to check the server DateTime when the application launch. i want to make sure the user PC has the same DateTime as server when the user use the application.[/COLOR] Reason being is some user may tend to change their DateTime backward and it …

Member Avatar for Luc001
0
135
Member Avatar for swathys

Hi Below is my code. The code is running well if the column name specified below is not exist. [COLOR="Red"]Sql = "ALTER TABLE Update_PaymentDetails ADD ServiceCharge float NULL," _ & "TotalAmount float NULL,Commission1 float NULL," _ & "Commission2 float NULL,DealerCommission float NULL," _ & "PaymentToDealer float NULL,PaymentPay float NULL," _ …

Member Avatar for lolafuertes
0
122
Member Avatar for swathys

Hi, I would like to set my application to show [COLOR="Green"]system under maintenance[/COLOR] if it hit the [COLOR="Red"]start time[/COLOR] until the [COLOR="Red"]end time[/COLOR] which i set in the xml (24 hrs). How do i code it. Please anyone can guide me.Thank You! [B]XML[/B] [CODE] <Value Name="StartTime">22.45</Value> <Value Name="EndTime">00.00</Value>[/CODE]

Member Avatar for Unhnd_Exception
0
258
Member Avatar for swathys

Hi, I have a problem with my code. I am checking for the application instance. When i run application A , application B also must run. Below is my code to check the Application B if it is not running i have to make sure the code below execute it. …

Member Avatar for swathys
0
134
Member Avatar for swathys

hi, i have 2 text box 1) account no 2) amount I have a problem whereby i want a text box to accept 9 or 10 digit (after check digit)and then show the 2nd text box but after it accept the 1st 9 digit on the 1st text box it …

Member Avatar for swathys
0
147
Member Avatar for swathys

hi, I have a problem with the below code. It gives error [COLOR="Red"]Public member 'resolveExternal' on type 'DOMDocumentClass' not found.[/COLOR] at the palce i mark in green. Please help me to solve this..... [CODE]Public Sub ReadIndXML(ByVal LoopID As Integer) Dim strXMLPath As String '= "" Dim xmlRoot As MSXML.IXMLDOMElement Dim …

Member Avatar for kvprajapati
0
166
Member Avatar for swathys

hi, I would like to load data from sql to datagrid. But there is a problem at highlighted place. [CODE] Sql = "Select [KioskID] As [KioskID], " _ & "[KioskLocation] As [KioskLocation], " _ & "[TransactionNo] As [TransactionNo], " _ & "[SerialNo] As [SerialNo], " _ & "[TransactionDateTime] As [TransactionDateTime], …

Member Avatar for Netcode
0
83
Member Avatar for swathys

hi, i have problem in view the crystal report. 1 ) when i run the report its just show the 1 st page and the rest of the page is not showing at all even the record is nore than a page. 2) the alignment of the report goes bottom …

Member Avatar for AndreRet
0
88
Member Avatar for swathys

hi, can anyone assist me on this...i want to convert 100 to 1.00 for example 100 = 1.00 200 = 2.00 1000 = 10.00 How do i do that. Please help me.

Member Avatar for swathys
0
185
Member Avatar for swathys

hi, when i run the code below its hit the error [COLOR="Red"]Index was outside the bounds of the array.[/COLOR] in a place that i highlight in red. Please help [CODE] Dim crParameterFieldDefinitions As ParameterFieldDefinitions Dim crParameterFieldDefinition As ParameterFieldDefinition Dim crParameterValues As New ParameterValues Dim crParameterDiscreteValue As New ParameterDiscreteValue rpt.SetDatabaseLogon("sas", "123") …

Member Avatar for swathys
0
843
Member Avatar for swathys

hi, i'm getting error of [COLOR="Red"]data source object is invalid[/COLOR] when i try to load a transaction report from sql database. [COLOR="Red"]Error 4 Overload resolution failed because no accessible 'Fill' can be called with these arguments: 'Public Function Fill(startRecord As Integer, maxRecords As Integer, ParamArray dataTables() As System.Data.DataTable) As Integer': …

Member Avatar for swathys
0
909
Member Avatar for swathys

hi, when i run my report its asking for database login id and p/word. i have make a connection before it and everything goes well but i'm not sure why its come out with the login asking for id and p/word. HELP !!1

Member Avatar for swathys
0
177
Member Avatar for swathys

hi, how to read value from xml file. for example i have booth id stored in xml and i want to read the id number in vb.net. how do i do that.

Member Avatar for swathys
0
101
Member Avatar for swathys

hi, below is my code. i want to get grand total based on boothID but i seems my code does not functioning. I still get same GRANDTOTAL even i have different BoothId in the sql. How do i do that. Do i need to add something in my code. PLEASE …

Member Avatar for swathys
0
92
Member Avatar for swathys

hi, how do i format the currency value. i have used [COLOR="Red"]Format(GrandTotal, "0.00") [/COLOR] but i still got output like this [COLOR="Red"]60917.3972[/COLOR]. How can i make it to 60917.40

Member Avatar for swathys
0
121
Member Avatar for swathys

hi, how do i get latest transaction from sql database. All the records is saved in sql database and i use different application to grab the data from sql base on transaction. I use SELECT statement but i don't know how to make it unique variable/ID. 1st user might have …

Member Avatar for swathys
0
149
Member Avatar for swathys

hi, this is the code that i use to press enter. how do i make that enter to be pressed only once not more than that. PLEASE HELP!!! [CODE] Private Sub frmPasscode_KeyPress(ByVal sender As Object, ByVal e As System.Windows.Forms.KeyPressEventArgs) Handles Me.KeyPress blnPwdFromKeyboard = True If Char.IsNumber(e.KeyChar) Then Select Case Microsoft.VisualBasic.Val(e.KeyChar) …

Member Avatar for swathys
0
140
Member Avatar for swathys

hi, i'm making an application where once enter the password user need to press enter only once and receipt will be produce. My code going well but i have a problem here whereby when user enter [COLOR="Red"]more than once[/COLOR] receipt printed as how many times they press enter. How can …

Member Avatar for swathys
0
103
Member Avatar for swathys

hi, i have problem here....if listview reach 2 records i disable the addmore button but when i delete 1 transaction from the list view it suppose enable the addmore button. Is there anyway i can do that. please guide me

Member Avatar for swathys
0
127
Member Avatar for swathys

hi, i have use below code to make sure the listview only contain 3 record n if more than 3 records to prompt error message and disable the NEXT TRANSACTION button. it works well. But the problem is when i delete 1 record out of 3 it suppose enable the …

Member Avatar for swathys
0
344
Member Avatar for swathys

hi, Below is my code for DELETE button. What i want is if the user select the transaction from the listview and press the DELETE button it must be able to delete the transaction from listview and text file(temporary log file) which i keep all the transaction record. At the …

Member Avatar for Oxiegen
0
123
Member Avatar for swathys

hi, How do i do if there is no record in listview i should disable the payment button. TQ [CODE] If ListView1.Text = "" Then paymentBtn.Enabled = False MsgBox("No Transaction") End If [/CODE]

Member Avatar for Oxiegen
0
145

The End.