Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

~1K People Reached
Favorite Forums
Favorite Tags
Member Avatar for dorothy.v

[CODE]If p1at.Text >= 0 Then If p2at.Text >= 0 Then If p3at.Text >= 0 Then If p4at.Text >= 0 Then If p5at.Text >= 0 Then If p1at.Text <= p2at.Text And p1at.Text <= p3at.Text And p1at.Text <= p4at.Text And p1at.Text <= p5at.Text Then If p1at.Text = 0 Then p1ts = p1at.Text …

Member Avatar for Unhnd_Exception
0
162
Member Avatar for dorothy.v

ive been implementing this formula and it doesnt give me the right ans. is this applicable? p3tc = ((p2tc - p3at.Text) + p2tc) + p3bt.Text can someone please rearrange this formula to an effective and better formula. :) i create another form to try if this given value really works …

Member Avatar for dorothy.v
0
145
Member Avatar for dorothy.v

at - arrival time bt - burst time I - idle for example the user input 3 process process 1 - at = 5 bt - 5 process 2 - at - 2 bt - 2 process 3 - at - 12 bt - 3 I P2 P1 P3 0 …

Member Avatar for codeorder
0
255
Member Avatar for dorothy.v

If p1at.Text = 0 Then p1ts = p1at.Text p1tc = p1bt.Text t1.Text = p1ts t2.Text = p1tc If p1tc > p2at.Text Then p2tc = Val(p1tc) + Val(p2bt.Text) t3.Text = p2tc Else p2tc = Val(p1tc - p2bt.Text) + Val(p2bt.Text) t3.Text = p2tc If p2tc > p2at.Text Then p3tc = Val(p2tc) + …

Member Avatar for dorothy.v
0
119
Member Avatar for dorothy.v
Member Avatar for dorothy.v

[COLOR="Green"]*help me with this code i cant withdraw. *the balance inquiry didnt appear in the form4 *in my database, do i need to put the withdraw field? [/COLOR] <form 6> [CODE] Imports System.Data.OleDb Public Class Form6 Dim conn As OleDbConnection Dim cmd As OleDbCommand Dim strSQL As String Dim dr …

Member Avatar for lolafuertes
0
277
Member Avatar for dorothy.v

error message: No value given for one or more required parameters. that falls in dr = cmd.ExecuteReader need help Imports System.Data.OleDb Public Class Form1 Dim conn As OleDbConnection Dim cmd As OleDbCommand Dim strSQL As String Dim dr As OleDbDataReader ' Dim ctr As Integer Private Sub Form1_Load(ByVal sender As …

Member Avatar for AndreRet
0
199