User Profile

Collapse

Profile Sidebar

Collapse
mojyzzzz
mojyzzzz
Last Activity: Jan 4 '13, 04:19 PM
Joined: Nov 24 '12
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • mojyzzzz
    replied to Can I see desktop of another computer?
    Hi sir,

    There are a lot of ways to do this
    I always use teamviewer, it's free for noncommercial use

    be happy
    See more | Go to post

    Leave a comment:


  • mojyzzzz
    replied to Random Question generator for MS Access
    If you want to prevent duplication, the only way is to create a table which stores any question ID that is seen by the user,

    or the simple but not flexible way is to add a field that works as a flag that represents whether the question is seen or not
    See more | Go to post

    Leave a comment:


  • mojyzzzz
    replied to Random Question generator for MS Access
    hi mohammad how are u?

    I give u the select query to retrieve the top 10 records of a table,
    I think the remaining would be so easy for u to do,

    good luck
    Code:
    SELECT TOP 10 table1.id, table1.title, Rnd(id) AS Expr1
    FROM table1
    ORDER BY Rnd(id) DESC;
    See more | Go to post
    Last edited by zmbd; Nov 25 '12, 02:29 AM. Reason: [Z{Please use the <CODE/> button in the toolbar to format posted code/SQL}]

    Leave a comment:


  • mojyzzzz
    started a topic GPS Sended package instructure

    GPS Sended package instructure

    Hi all,
    in advance I want to appreciate any answer and suggestion on this problem,

    I am am working on a GPS tracker module (Model: m528), It's poorly documented so I dont have any paper on the data format which it sends,

    I have my own server that listens to a special port and gets the data packets sent by the module,

    I know the position of the latitude and longitude in the received packets, each...
    See more | Go to post
No activity results to display
Show More
Working...