Click here to Skip to main content
15,922,894 members
Home / Discussions / Mobile
   

Mobile

 
QuestionMe.Close in .NET CF 1 SP3 Pin
beniwtv4-Apr-06 21:43
beniwtv4-Apr-06 21:43 
Questionsent alert Pin
vivayor kong4-Apr-06 17:27
vivayor kong4-Apr-06 17:27 
QuestionWhy player.settings.autostart doesn't work ? Pin
sebapi31-Mar-06 23:45
sebapi31-Mar-06 23:45 
QuestionAdd Registry Key Pin
oskardiazdeleon30-Mar-06 11:58
oskardiazdeleon30-Mar-06 11:58 
QuestionTCP/IP on the 2003 Pocket PC emulator Pin
dt.lcr29-Mar-06 15:43
dt.lcr29-Mar-06 15:43 
QuestionHow to speak with the GSM Modem (HTC SDA) Pin
t-q29-Mar-06 5:36
t-q29-Mar-06 5:36 
AnswerRe: How to speak with the GSM Modem (HTC SDA) Pin
akang_cupez12-Aug-06 9:18
akang_cupez12-Aug-06 9:18 
QuestionMove and update thru RecordSet Pin
mmfdg29-Mar-06 3:17
mmfdg29-Mar-06 3:17 
Hi everybody,

I have a iPaq Pocket PC with Windows 2003 Premium Edition and I am making a little script that move and update the current record like that:


rsSerie.Open "AIPTE", BANCO, adOpenDynamic, adLockOptimistic<br />
do while not rsSerie.EOF <br />
      lbl.Caption = "Atualizando Status Serie... " & CInt(((cont + 1) / rsSerie.RecordCount) * 100) & "% - " & rsSerie("contador")<br />
       If rsSerie("nr_ini") >= rsSerie("nr_fim") Then<br />
          rsSerie("status") = "F"<br />
      Else      <br />
          rsSerie("status") = "A"<br />
      End If<br />
      rsSerie.movenext<br />
Loop





The caption in the lbl is:
Autualizando Status Serie... 0% - 2
Autualizando Status Serie... 1% - 4
Autualizando Status Serie... 2% - 2
Autualizando Status Serie... 3% - 4
Autualizando Status Serie... 4% - 2
Autualizando Status Serie... 5% - 4

If I do this:

rsSerie.Open "AIPTE", BANCO, adOpenDynamic, adLockOptimistic<br />
do while not rsSerie.EOF <br />
        lbl.Caption = "Atualizando Status Serie... " & CInt(((cont + 1) / rsSerie.RecordCount) * 100) & "% - " & rsSerie("contador")<br />
        rsSerie.movenext<br />
Loop





The caption in the lbl is:
Autualizando Status Serie... 0% - 2
Autualizando Status Serie... 1% - 4
Autualizando Status Serie... 2% - 5
Autualizando Status Serie... 3% - 6
Autualizando Status Serie... 4% - 7
Autualizando Status Serie... 5% - 8

If I run in Pocket PC Emulator the script produces the same result in both cases but in Pocket PC produces this strange result when I update the recordset.

Any Idea?
QuestionGPS Auto Detection Pin
someone_blank28-Mar-06 14:56
someone_blank28-Mar-06 14:56 
QuestionProblem on displaying the dataadapter,anyone can help? Pin
drexler_kk27-Mar-06 22:10
drexler_kk27-Mar-06 22:10 
QuestionEmbedded CE C++ tutorial -- for dummies. Pin
Greg Barnes27-Mar-06 7:48
Greg Barnes27-Mar-06 7:48 
Questionbuild nk.bin problem Pin
hakanaktan26-Mar-06 21:21
hakanaktan26-Mar-06 21:21 
QuestionDoes IWMPPlayer work in C# ?? Pin
sebapi26-Mar-06 3:15
sebapi26-Mar-06 3:15 
QuestionCollege Project Pin
Osama12325-Mar-06 19:03
Osama12325-Mar-06 19:03 
QuestionOT: OBEX push, but on linux Pin
CaesarCZ25-Mar-06 12:44
CaesarCZ25-Mar-06 12:44 
Questionhelp needed Pin
nidheeshkayal22-Mar-06 0:25
nidheeshkayal22-Mar-06 0:25 
AnswerRe: help needed Pin
beniwtv4-Apr-06 23:01
beniwtv4-Apr-06 23:01 
GeneralRe: help needed Pin
nidheeshkayal5-Apr-06 18:18
nidheeshkayal5-Apr-06 18:18 
Question"This program excists. overwrite it?" - avert Pin
Imperial-X21-Mar-06 21:48
Imperial-X21-Mar-06 21:48 
AnswerRe: "This program excists. overwrite it?" - avert Pin
beniwtv4-Apr-06 23:05
beniwtv4-Apr-06 23:05 
QuestionHow to create on-screen keyboard on PocketPC Pin
trail20-Mar-06 0:55
trail20-Mar-06 0:55 
AnswerRe: How to create on-screen keyboard on PocketPC Pin
beniwtv4-Apr-06 22:52
beniwtv4-Apr-06 22:52 
Questionterminal service on pda Pin
contact ajo19-Mar-06 20:24
contact ajo19-Mar-06 20:24 
Questionobjectlist templates in Mobile Web Applications Pin
TheEagle19-Mar-06 18:18
TheEagle19-Mar-06 18:18 
QuestionPhone cannot access mobile web app anymore...why??? Pin
lnong17-Mar-06 11:17
lnong17-Mar-06 11:17 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.