Welcome, Guest. Please Login.
04/24/24 at 07:47:01
News:
Home Help Search Login


Pages: 1
Send Topic Print
Evo Reminders (Read 1374 times)
Kelloggs
Active Member
*****


Do crazy people know
they are crazy?

Posts: 785
Gender: male
Evo Reminders
08/30/13 at 11:46:59
 
So how the IS_REM_EXTRA field works??
It holds the customer id and phone number?
How many characters??
 
do you know?
 
Private Sub evo_rem()
Dim the_date As String
Dim the_time As String
Dim the_etime As String
 
the_date = Format(Me.cust_epd.Value, "YYYY-MM-DD")
the_time = Format(Now(), "HH:MM:SS")
the_etime = Format(DateAdd("h", 4, Now()), "HH:MM:SS")
 
var_sql = "INSERT INTO ISREMIND (" & _
" IS_REM_DATE, " & _
" IS_REM_TIME," & _
" IS_REM_WHO, " & _
" IS_REM_SUBJECT, " & _
" IS_REM_CO, " & _
" IS_REM_EDATE, " & _
" IS_REM_ETIME, " & _
" IS_REM_ENDTM, " & _
" IS_REM_BEFTXT, " & _
" IS_REM_TYPE, " & _
" IS_REM_NOTE, " & _
" IS_REM_CUST, " & _
" IS_REM_EXTRA) " & _
" VALUES ('" & the_date & "','" & the_time & "','JOHN','My Subject','B','" & the_date & "','" & the_time & "','" & the_etime & "','4','CPA','Note','" & Trim(Me.Parent!cust_id.Value) & "','" & Trim(Me.Parent!cust_phone.Value) & "')"
dba_conn (var_sql)
End Sub
 
 Angry
 
Kelloggs
Back to top
 
 

Evo ERP - 35 Users
Dumped MS Access like a hot potato (VB.Net rules!!!)
Email WWW   IP Logged
NovaZyg
Administrator
*****


When all else
fails.. Read the
instructions.

Posts: 789
Gender: male
Re: Evo Reminders
Reply #1 - 09/05/13 at 16:15:48
 
     If it is using Contact Master DB instead of Customer
 
     IS.REM.EXTRA pos 1 - 2 "CM" or "  "
     IS.REM.EXTRA Pos 3 to 32 is Contact Name
     IS.REM.EXTRA Pos 33 to 47  is Phone Number      
 
 
Back to top
 
 

Allen Landry
Evo~ERP

EvoERP and DBA Classic always Beta's of the Latest versions.

WWW   IP Logged
Kelloggs
Active Member
*****


Do crazy people know
they are crazy?

Posts: 785
Gender: male
Re: Evo Reminders
Reply #2 - 09/23/13 at 12:27:27
 
Thanks Allen
 
 Wink
Back to top
 
 

Evo ERP - 35 Users
Dumped MS Access like a hot potato (VB.Net rules!!!)
Email WWW   IP Logged
Pages: 1
Send Topic Print