User Profile

Collapse

Profile Sidebar

Collapse
bany
bany
Last Activity: Feb 14 '08, 11:19 PM
Joined: Jan 18 '08
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • bany
    replied to How to Create Demo Version
    Hi Man!
    It is very easy to do it.
    1-In the first form opening create a text box name it [Date]
    In the control source put =date()
    2-place this code on open(procedure)

    If (Eval("[Forms]![tables]![Date] Between #Feb/21/2009# And #1/1/3000#")) Then
    Beep
    MsgBox "This Is A Demo For 7 Days ,Your System Will Be Down At 28-Feb-08.", vbOKOnly, "Attention! "...
    See more | Go to post

    Leave a comment:


  • bany
    replied to How to use multiple printers in MSACCESS
    Hi!
    First of all create a module Name: PrintersList and place this code incide:
    =============== =============== =============== =========
    Option Compare Database
    Option Explicit
    Private Declare Function GetProfileSecti on _
    Lib "kernel32" Alias "GetProfileSect ionA" _
    (ByVal lpAppName As String, ByVal lpReturnedStrin g As String, _
    ByVal lngSize As Long) As Long
    ...
    See more | Go to post

    Leave a comment:


  • Can i select a print screen area from vba.

    Hello!
    thank you for your reply,i will be more specify. i have a accounting software and i have a poker machine with electronic board.i need to connect the software to this board.

    Thanks
    See more | Go to post

    Leave a comment:


  • It is possible to connect an access db with electronic board

    Hello!
    Please can some one help in this:
    It is possible to connect an access db with electronic board?
    I have an accounting db and i need to connect it to poker machine board.
    Excample: when i put a sum in a text box ,i need this sum to go to a specify machine.
    So how can i give order to command buttom to do this action.
    Thank you!
    See more | Go to post
No activity results to display
Show More
Working...