Re: (--)need what is the meaning of movenext,movefirst etc... Programming Software Development by sidnei … dataset; MOVEPREVIOUS - point to the prior record in your dataset; MOVENEXT - point to the next record in your dataset; MOVELAST - point… if you have at least 1 record in your dataset, MoveNext and MovePrevious cause "either bof or eof is true… (--)need what is the meaning of movenext,movefirst etc... Programming Software Development by jemz hello please help me on this i don't know what is the meaning of this movenext,movefirst, ,adoptimistic,aduserclient....please help me on this and how to use on this and the meaning of this...hoping for your positive responds..thanks in advance... Re: (--)need what is the meaning of movenext,movefirst etc... Programming Software Development by jemz oki thanks for helping me...ahm what about the format currency?can i have also the peso sign format?.....what is the meaning for this i think this is for the currency,..correct me if i'm wrong..format (#,##0.00)...please help me on this hoping for your positive responds. Re: (--)need what is the meaning of movenext,movefirst etc... Programming Software Development by vb5prgrmr Type in FormatCurrency and Press F1... [code] MsgBox FormatCurrency(12345678.9, 2, vbUseDefault, vbUseDefault, vbUseDefault) [/code] Good Luck Re: (--)need what is the meaning of movenext,movefirst etc... Programming Software Development by jemz thanks for the reply and helping me..more power to you Simplified version? Programming Software Development by fujilec …= GHTcount(10, 0) + 1 End If rs.MoveNext() ElseIf (vDateTime.Hour = "11") Then …= GHTcount(11, 0) + 1 End If rs.MoveNext() ElseIf (vDateTime.Hour = "12") Then… how to resize the coordinates of the picture Programming Software Development by jasmine16f …vbFSSolid Picture1.Circle (x, y), 7 rs.MoveNext r.MoveNext Wend rs.Close 'opt_Click ("decoit")… Picture1.Circle (x, y), 7 rs.MoveNext r.MoveNext Wend rs.Close End Sub Private Sub opt_htrafic_Click…vbFSSolid Picture1.Circle (x, y), 7 rs.MoveNext r.MoveNext Wend rs.Close End Sub Private Sub Picture1_resize()… Re: Simplified version? Programming Software Development by waynespangler … GPASS" Then GHTcount(count1, 0) += 1 End If rs.MoveNext() [/CODE] Re: Simplified version? Programming Software Development by fujilec … GPASS" Then GHTcount(count1, 0) += 1 End If rs.MoveNext() [/CODE][/QUOTE] well...thts not a big prob..but thanks… Worried to Declare a Month Programming Software Development by jovstudios … listx.SubItems(6) = rs.Fields("purchase_date") rs.MoveNext Wend monthlyreport.Enabled = True End If End If 'February …listx.SubItems(6) = rs.Fields("purchase_date") rs.MoveNext Wend dailyreport.Enabled = True monthlyreport.Enabled = True End If… Code Complexity Concerns Programming Software Development by brent.lewis.39 …} if (!doneCurrent) { do { listBoxProductions.Items.Remove(currentItemsEnumerator.Current); } while (currentItemsEnumerator.MoveNext()); } if (!doneNew) { do { listBoxProductions.Items.Add(newItemsEnumerator.Current); } while (newItemsEnumerator… Re: Worried to Declare a Month Programming Software Development by AndreRet …") listx.SubItems(6) = rs.Fields("purchase_date") rs.MoveNext Wend monthlyreport.Enabled = True rs.Close End If ADO replace value function Programming Software Development by rocket1356 …= Text1.Text Then Exit Do End If rstRecordSet.MoveNext i = i + 1 Loop Until rstRecordSet.EOF…Text3.Text .Update End With End If MoveNext = MoveNext + 1 rstRecordSet.MoveNext Loop Until MoveNext = i + 1 rstRecordSet.Close End… Querystring values not matching with the SQL statement Programming Web Development by veenum2 … (Not Recordset1.EOF) Recordset1_total = Recordset1_total + 1 Recordset1.MoveNext Wend ' reset the cursor to the beginning If (Recordset1…gt; <% 'end if ' iRecordsShown = iRecordsShown + 1 'rsProd.MoveNext 'wend 'rsProd.close 'set rsProd = Nothing 'objConn.close 'set objConn… VB .net TCP IP problem Programming Software Development by mariaseban123 …IEnumerator = Me.Queue.GetEnumerator QueueEnumerator.MoveNext() QueueEnumerator.Current.MsgStatus = True …IEnumerator = Me.CompositeQueue.GetEnumerator QueueEnumerator.MoveNext() QueueEnumerator.Current.MsgStatus = True QueueEnumerator… VB6 - Error: Loop Without a Do Programming Software Development by tgifgemini …Chr(10) & M.qBW![TotalProg3Hrs] rsinPers.MoveNext Loop rsinPers.MoveFirst Do Until rsinPers.EOF If rsinPers![…Chr(10) & M.qBW![TotalProg4Hrs] rsinPers.MoveNext Loop rsinPers.MoveFirst Do Until rsinPers.EOF If rsinPers![… VB6 - Process not reaching EOF (End Of File) Programming Software Development by tgifgemini …amp; M.qBW![TotalProg3Hrs] End If rsinPers.MoveNext Loop rsinPers.MoveFirst Do Until rsinPers.EOF If …amp; M.qBW![TotalProg4Hrs] End If rsinPers.MoveNext Loop rsinPers.MoveFirst Do Until rsinPers.EOF If … VB6 - "FindFirst" with multiple search Criteria Programming Software Development by tgifgemini …Chr(10) & M.qBW![TotalProg3Hrs] rsinPers.MoveNext Loop rsinPers.MoveFirst Do Until rsinPers.EOF If rsinPers![…Chr(10) & M.qBW![TotalProg4Hrs] rsinPers.MoveNext Loop rsinPers.MoveFirst Do Until rsinPers.EOF If rsinPers![… how to display multiple table querry in a listview? Programming Software Development by eigile … = (rs("FourthGrading")) End With rs.MoveNext Loop rs.Close: Set rs = Nothing con.Close:…Add() lblLevel2 = rs("LevelName") rs.MoveNext Loop rs.Close: Set rs = Nothing End …lvMasterList.SelectedItem lblSection = rs("SectionName") rs.MoveNext Loop rs.Close: Set rs = Nothing con.Close… case select Programming Software Development by mcdczzz … .Redraw = True End With rs.MoveNext Wend Else MsgBox "Accredited Business ….Redraw = True End With rs.MoveNext Wend Else MsgBox "Accredited Business … Re: Code Complexity Concerns Programming Software Development by ddanbe Hi Brent welcome! Working with GetEnumerator and MoveNext is a bit old style I guess. The 2013 C# compiler is smart enough to figure that out for you. Use something like this:(just a pseudocode) foreach (string s in itemstoremove) { mylistBox.Items.Remove(s); } Your method is also doing a lot of things adding, removing... unterminated string constant Programming Web Development by NadaAngel …ParentId=1 and active=1") counter=14 rs.movenext While Not rs.EOF response.write counter 'response.… Verdana",0,0]); <% rs3.movenext wend end if end if rs1.MoveNext Wend %> stm_ep(); <% end… if rs.MoveNext counter=counter+2 Wend%> stm_ep();… Help Its a Treeview made me Stuck in my PRoject! Urgent! Programming Software Development by franz081227 …(tvTN.Text) m = m + 1 rsMain.MoveNext() Loop rsMain.Close() End Sub Public Sub S_SET_NODE_SUBMAIN… S_SET_NODE_SUBCAT(tvN.Text) c = c + 1 rsCat.MoveNext() Loop End If tmpC = tmpC + 1 End … help with (Either BOF or EOF is True) error Programming Software Development by HB25 …it will highlight this line [dtacustomer.Recordset.MoveNext] in the profind function. Any Idea why… And dtabooking.Recordset.EOF = False dtabooking.Recordset.MoveNext Wend profind End Sub [/code] This is … While txtcustomer <> txtcustomerNo dtacustomer.Recordset.MoveNext Wend dtaRoom.Recordset.MoveFirst While txtroom <>… i want to show the variables in a datagrid but it gives me "subscript out of range". Programming Software Development by aileengrace03 … adLockOptimistic While Not rsb.EOF a = rsb!prod_gl rsb.MoveNext Wend rsb.Close a = (Round((a * 1.018),… While Not rsa.EOF X = rsa!bal_cs rsa.MoveNext Wend rsa.Close '--------- rsa.Open "select prod_cs…Format(total / rsc!tax, "###,###,###.00") rsc.MoveNext Wend rsc.Close Text15.Text = Format(total, "###,###,###.… HTM Program found on school computer Programming Software Development by BCBTP …Else MsgBox("Password Changed Successfully") End If objRecordset.MoveNext Wend End If End Sub Sub UnlockAccount 'Connect to Active…) Else MsgBox("Account Unlocked") End If objRecordset.MoveNext Wend End If End Sub Function GetUser(strID) Struserid.Value… Messed up Flex Grid code Programming Software Development by Ayesha.Shahnawaz …RSReceiptService.EOF cmbreceipt.AddItem RSReceiptService.Fields(1) RSReceiptService.MoveNext Loop End Sub Private Sub flexreceipt_Click() Select … RSservice.Fields(1) Exit Do End If RSservice.MoveNext Loop End Function Private Sub updateScr() If RSReceipt.… Convoluted Fibonacci Programming Software Development by overwraith …gt;(bigints); enumerable2.MoveNext(); while(enumerable1.MoveNext() && enumerable2.MoveNext()){ BigInteger current …return array[current]; } public bool MoveNext(){ //reset the current index if … Re: Convoluted Fibonacci Programming Software Development by akgh2010 … LoopingStateMachine<BigInteger>(bigints); enumerable2.MoveNext(); int counter = 0; while (…array[current] = currBigInt; } public bool MoveNext() { //reset the current index //if (… operation is not allowed when the object is open.... Programming Software Development by Meenakshi_2 … Exit Sub rs.Close End If rs.MoveNext Loop End Sub Private Sub cboState_Click() cboCity.… rs.EOF cboAid.AddItem rs(0) rs.MoveNext Wend End If With ListView1.ColumnHeaders .Add …