Skip to main content

Search

Search

Query From Database, Promping If Needed?

Comments

2 comments

  • Avatar
    Legacy Poster
    OOOOOOOK! So I found I could use the "OnProcessData" refering to antoher topic... but, it's half-working.

    [code]If Field("chk_reprint.value") = "1" then
    Value = "99"
    Else
    Value = Year(Date) & "/" & Month(Date) & "/" & Day(Date) & " " & Hour(Time) & "h" & Minute(Time)
    End If[/code]

    "99" should be changed by the input value of the textbox (how do I do that?) and it seems that the chk_reprint.value is not read (maybe I got this wrong?). Also, how do I send the "use check printer date" function ? Like Hour(Time).printer.

    And I still don't know how to "prompt" all of the information in one screen.

    Thanks!
    0
  • Avatar
    锋权 周

Please sign in to leave a comment.