| |
| Search found 8 matches |
| Author | Message |
|---|---|
| QNguyen Replies: 6 Views: 18086 |
|
| [quote="QNguyen"]No, not the "Options button" to schedule the message but the "Display Options" button itself on the Setup dialog. The reason is we don't want users to click on the "Display Options" button and check/uncheck the option "Remove Logs".
Thanks[/quote] |
|
| QNguyen Replies: 6 Views: 18086 |
|
| No, not the [b]Options[/b] button but the [b]Display Options[/b] button on the Setup dialog.
Thanks |
|
| QNguyen Replies: 6 Views: 18086 |
|
| I don't see the check box that you mention. When the Setup dialog pops up, it shows only
Server Database Preset Msgs File Sender's Name Lock to Group (Combo box) Station Number Update Frequency Enable Spell Check (check box) and Display Options (button) and two radio button for saving settings. Thanks |
|
| QNguyen Replies: 6 Views: 18086 |
|
| Is there a setting that I can disable the Display Options button in the setup so users can't change the settings. Thanks | |
| QNguyen Replies: 0 Views: 8981 |
|
| Here is the SQL script
CREATE TABLE [dbo].[Messages] ( [User] [varchar] (40) NOT NULL , [Pin] [varchar] (40) NOT NULL , [Message] [varchar] (400) NOT NULL , [Carrier] [varchar] (40) NOT NULL , [Date_Time_Requested] [datetime] NOT NULL , [Date_Time_Sent] [datetime] NOT NULL , [From] [varchar] (80) NOT NULL , [Sent] [int] NOT NULL , [Error] [int] NOT NULL , [ASCII_File] [varchar] (80) NOT NULL , [Lock] [int] NOT NULL , [Scheduled] [int] NOT NULL , [Reliapage_Index] [int] NOT NULL , [Repeat_Interval] [int] NOT NULL , [Repeat_Stop] [datetime] NOT NULL , [Station] [int] NOT NULL , [Message_ID] [int] IDENTITY (1, 1) NOT NULL , [Retries] [int] NOT NULL , [Last_Try] [datetime] NOT NULL , [Transaction] [int] NOT NULL , [Property_No] [varchar] (15) NOT NULL ) ON [PRIMARY] |
|
| QNguyen Replies: 0 Views: 9142 |
|
| I created a Messages table in SQL and link to PageGate.MDB database (no default values are set to Null) and try to send a message but got the error above before it logs.
I would appreciate for the help. Thanks |
|
| QNguyen Replies: 1 Views: 10012 |
|
| I found out that the technician forgot to plug the cable into the serial port. | |
| QNguyen Replies: 1 Views: 10012 |
|
| I checked the Direct Connect box but get Unable to access modem: Procedure: SenTAP.Retrying.
I set the comport to 9600, Even, 7, 1 the same as the Carriers but could not send any message. Pls help |
|
All times are GMT - 5 Hours |