home *** CD-ROM | disk | FTP | other *** search
/ The Arcade BBS / arcadebbs.zip / arcadebbs / B_LINK10.ZIP / B-LINK.DAT next >
Text File  |  1994-05-25  |  4KB  |  99 lines

  1.  
  2. Thanks to everyone who've sent me mail regarding "B-LINK" the BASIC PC ->
  3. NEWTON data transfer program.
  4.  
  5. In order to help other developers create programs to convert xBASE, 
  6. WordPerfect mail lists, and other file formats into the "B-LINK.DAT" 
  7. format (which can be loaded into B-LINK then sent to the NEWTON) I 
  8. have created the following file layout information for "B-LINK.DAT".
  9.  
  10. The file layout is pretty self-explainatory. The SAMPLE DATA is actual 
  11. data taken from the "B-LINK.DAT" file which is included with the package.
  12.  
  13. The "B-LINK.EXE" package is available in LIB 6. B-LINK is a BASIC program
  14. which allows you to send names, appointments, and notes to the NEWTON
  15. from a PC under DOS (it will also work under a DOS box from Windows 
  16. and OS/2).
  17.  
  18. ------Record#  1  ------
  19. Record Name:Names File Data Entry Screen            
  20. ****FIELD NAME***** *TYPE* *LEN* *START END* **** SAMPLE DATA ****
  21. Record Type:        BINARY   1       1   1   06
  22. Null:               BINARY   1       2   2   00 (NOTE: always 00)
  23. Last Name:           CHAR   30       3  32   Marman, John
  24. Company:             CHAR   30      33  62   CIBC
  25. Title:               CHAR   30      63  92   Project Leader
  26. Address:             CHAR   30      93 122   Toronto, Ontario
  27. Phone:               CHAR   20     123 142   (416) 555-8614
  28. Fax:                 CHAR   20     143 162   (416) 555-7712
  29. Phone:               CHAR   20     163 182   (416) 555-1756
  30. Null:               BINARY  75     183 257   00 (NOTE: must be 00's)
  31.  
  32.  
  33. ------Record#  2  ------
  34. Record Name:Single Appointment Data Entry Screen    
  35.  
  36. ****FIELD NAME***** *TYPE* *LEN* *START END* **** SAMPLE DATA ****
  37. Record Type:        BINARY   1       1   1   02
  38. Null:               BINARY   1       2   2   00 (NOTE: always 00)
  39. Year:                CHAR    4       3   6   1994
  40. Start Date (MMDD):   CHAR    4       7  10   0401
  41. Start Time (HHMM):   CHAR    4      11  14   1800
  42. End Time (HHMM):     CHAR    4      15  18   2000
  43. Alarm Time (HHMM):   CHAR    4      19  22   0000
  44. Description:         CHAR   25      23  47   Meeting with John Sculley
  45. Null:               BINARY 210      48 257   00 (NOTE: must be 00's)
  46.  
  47.  
  48. ------Record#  3  ------
  49. Record Name:NotePad Data Entry Screen               
  50.  
  51. ****FIELD NAME***** *TYPE* *LEN* *START END* **** SAMPLE DATA ****
  52. Record Type:        BINARY   1       1   1   06
  53. Null:               BINARY   1       2   2   00 (NOTE: always 00)
  54. Line 1 :             CHAR   30       3  32   CALL SCULLEY
  55. Line 2 :             CHAR   30      33  62   REMEMBER TO BUY MILK, COKE
  56. Line 3 :             CHAR   30      63  92   CALL CATHY
  57. Line 4 :             CHAR   30      93 122   CALL JOE
  58. Line 5 :             CHAR   30     123 152                   
  59. Null:               BINARY 105     153 257   00 (NOTE: must be 00's)
  60.  
  61.  
  62. ------Record#  4  ------
  63. Record Name:Recurring Anniversary Data Entry Screen 
  64.  
  65. ****FIELD NAME***** *TYPE* *LEN* *START END* **** SAMPLE DATA ****
  66. Record Type:        BINARY   1       1   1   03
  67. Null:               BINARY   1       2   2   00 (NOTE: always 00)
  68. Date (MMDD):         CHAR    4       3   6   1003
  69. Description:         CHAR   25       7  31   Wedding:buy wife flowers!
  70. Null:               BINARY 226      32 257   00 (NOTE: must be 00's)
  71.  
  72.  
  73. ------Record#  5  ------
  74. Record Name:Recurring Daily Note Data Entry Screen  
  75.  
  76. ****FIELD NAME***** *TYPE* *LEN* *START END* **** SAMPLE DATA ****
  77. Record Type:        BINARY   1       1   1   04
  78. Null:               BINARY   1       2   2   00 (NOTE: always 00)
  79. Start Year (YYYY):   CHAR    4       3   6   1994
  80. Start Date (MMDD):   CHAR    4       7  10   0204
  81. End Year (YYYY):     CHAR    4      11  14   1994
  82. End Date (MMDD):     CHAR    4      15  18   0207
  83. Description:         CHAR   25      19  43   Implement BarCode Project
  84. Null:               BINARY 214      44 257   00 (NOTE: must be 00's)
  85.  
  86.  
  87. ------Record#  6  ------
  88. Record Name:Recurring Daily Alarm Data Entry Screen 
  89.  
  90. ****FIELD NAME***** *TYPE* *LEN* *START END* **** SAMPLE DATA ****
  91. Record Type:        BINARY   1       1   1   05
  92. Null:               BINARY   1       2   2   00 (NOTE: always 00)
  93. Time (HHMM):         CHAR    4       3   6   0600
  94. Null:               BINARY 251       7 257   00 (NOTE: must be 00's)
  95.  
  96. I hope it is useful. Good luck!
  97.  
  98. John.
  99.