home *** CD-ROM | disk | FTP | other *** search
/ Chip 2001 October / Chip_2001-10_cd1.bin / sharewar / gdidbpro / data1.cab / Help_Files / GDIdb.cnt (.txt) < prev    next >
Microsoft Windows Help File Content  |  2000-05-26  |  4KB  |  173 lines

  1. :Base GDIdb.hlp
  2. 1 Getting Started
  3. 2 GDIdb Overview=GDIDB_OVERVIEW
  4. 2 Steps to Publishing your Datasource=STEPS_TO_PUBLISHING
  5. 1 Script Tutorials
  6. 2 Writing Scripts (For Non-Programmers)=wscripts@ed.hlp
  7. 2 Understanding GDIdb Recordsets=recordsets@ed.hlp
  8. 2 Tutorial 1 (Creating a simple page of HTML)=tutorial_1@ed.hlp
  9. 2 Tutorial 2 (Inserting a database table in a web page)=tutorial_2@ed.hlp
  10. 2 Tutorial 3 (Putting your database data on multiple HTML pages)=tutorial_3@ed.hlp
  11. 2 Tutorial 4 (Inserting different HTML depending on data value)=tutorial_4@ed.hlp
  12. 2 Tutorial 5 (Building a web site from a relational database)=tutorial_5@ed.hlp
  13. 2 Tutorial 6 (Building an advanced web site)=tutorial_6@ed.hlp
  14. 1 Advanced Topics
  15. 2 ODBC=ODBC
  16. 2 SQL=SQL
  17. 2 Managing your Web Site with GDIdb=manage
  18. 2 Running GDIdb from the command line=commandl
  19. 2 Network remote control=HIDD_GSETTINGS_DIALOG6
  20. 1 Program Menus
  21. 2 File menu=menu_file
  22. 2 Project menu=menu_actions
  23. 2 View menu=menu_view
  24. 2 Tools menu=menu_utilities
  25. 2 Help menu=menu_help
  26. 1 GDIdb Script Language
  27. 2 Script Language Overview=Script_Language_Overview
  28. 2 Alternate Script Syntax=alternatesyntax
  29. 2 Arithmetic Expressions=Arithmetic_Expressions
  30. 2 Arithmetic Constants=Arithmetic_Constants
  31. 2 Text String Expressions=String_Expressions
  32. 2 How To..
  33. 3 Test for empty datasource fields=HowTo1
  34. 3 Test datasource fields for a specific word=HowTo2
  35. 3 Test numeric datasource fields for a certain value=HowTo3
  36. 3 Create unique filenames=HowTo4
  37. 3 Sort your data=HowTo5
  38. 3 Create variable-length tables in Excel=HowTo6
  39. 3 Use GDIdb to include image files=HowTo7
  40. 2 Functions
  41. 3 Pre-processor
  42. 4 &include()=finclude
  43. 3 Input/Output
  44. 4 &cls=cls
  45. 4 &input()=input
  46. 4 &log()=log
  47. 4 &msgbox()=msgbox
  48. 4 &print()=print
  49. 3 File Handling
  50. 4 &dataread()=dataread
  51. 4 &datawrite()=datawrite
  52. 4 &directory()=directory
  53. 4 &filelink()=filelink
  54. 4 &filetest()=filetest
  55. 4 &html()=fhtml
  56. 4 &htmlrootdir()=htmlrootdir
  57. 4 &mkldir()=mkldir
  58. 3 Execution Control
  59. 4 &break=break
  60. 4 &continue=continue
  61. 4 &defsub()=defsub
  62. 4 &die=fdie
  63. 4 &do=do
  64. 4 &else=felse
  65. 4 &elseif()=elseif
  66. 4 &exec()=exec
  67. 4 &for()=for
  68. 4 &gosub()=gosub
  69. 4 &if()=fif
  70. 4 &loop()=loop
  71. 4 &repeat()=repeat
  72. 4 &return=freturn
  73. 4 &runscript()=runscript
  74. 4 &sleep()=sleep
  75. 4 &while=while
  76. 3 Datasource Manipulation
  77. 4 &datasource()=fdatasource
  78. 4 &export()=export
  79. 4 &foreachrow()=fforeachrow
  80. 4 &getcol()=getcol
  81. 4 &getdata()=getdata
  82. 4 &getrow()=fgetrow
  83. 4 &nextrow=fnextrow
  84. 4 &sql()=fsql
  85. 4 &sqlnr()=fsqlnr
  86. 3 Data Manipulation & Testing
  87. 4 &arraydelete()=arraydelete
  88. 4 &arraysize()=arraysize
  89. 4 &ascii()=fascii
  90. 4 &assign()=assign
  91. 4 &chr()=chr
  92. 4 &datecomp()=datecomp
  93. 4 &dateformat()=dateformat
  94. 4 &dec()=dec
  95. 4 &dec2hex()=dec2hex
  96. 4 &defvar()=defvar
  97. 4 &delete()=delete
  98. 4 &format()=format
  99. 4 &ftoint()=ftoint
  100. 4 &hex2dec()=hex2dec
  101. 4 &inc()=inc
  102. 4 &join()=join
  103. 4 &midstr()=midstr
  104. 4 &replace()=replace
  105. 4 &split()=split
  106. 4 &strcmp()=strcmp
  107. 4 &strlen()=strlen
  108. 4 &strin()=strin
  109. 4 &striphtml()=fstriphtml
  110. 4 &strtrim()=strtrim
  111. 4 &tolower()=tolower
  112. 4 &toupper()=toupper
  113. 3 Math
  114. 4 abs()=fabs
  115. 4 acos()=facos
  116. 4 alog10()=falog10
  117. 4 asin()=fasin
  118. 4 atan()=fatan
  119. 4 cos()=fcos
  120. 4 exp()=fexp
  121. 4 int()=fint
  122. 4 ln()=fln
  123. 4 log10()=flog10
  124. 4 sin()=fsin
  125. 4 sqrt()=fsqrt
  126. 4 tan()=ftan
  127. 3 E-Mail
  128. 4 &deletemail()=deletemail
  129. 4 &getmails()=getmails
  130. 4 &getmsg()=getmsg
  131. 4 &mailheader()=mailheader
  132. 4 &mailtxt()=mailtxt
  133. 4 &msgno()=msgno
  134. 4 &pop3session()=pop3session
  135. 4 &sendmail()=sendmail
  136. 3 Web (HTTP)
  137. 4 &http()=http
  138. 4 &pack()=pack
  139. 4 &unpack()=unpack
  140. 3 FTP
  141. 4 &ftpcommand()=ftpcommand
  142. 4 &ftpdel()=ftpdel
  143. 4 &ftpget()=ftpget
  144. 4 &ftpmkdir()=ftpmkdir
  145. 4 &ftpput()=ftpput
  146. 4 &ftprmdir()=ftprmdir
  147. 4 &ftpsession()=ftpsession
  148. 3 Network
  149. 4 &dialup()=dialup
  150. 3 Error
  151. 4 &geterror()=geterror
  152. 4 &retry=fretry
  153. 4 &ignore=fignore
  154. 2 Variables
  155. 3 Datasource Variables=Datasource_Variables
  156. 3 System Variables=System_Variables
  157. 3 User Defined Variables=User_Variables
  158. 3 User Variable Arrays=arrays
  159. 1 Examples
  160. 2 Web/Database Publishing=examples1
  161. 2 E-mail Scripting=examples2
  162. 2 HTTP Scripting=examples3
  163. 2 General Scripting =examples4
  164. 1 Error Codes
  165. 2 Error Codes=errorcode
  166. 1 Compatibility
  167. 2 Using GDIdb V4 Scripts=convscripts
  168. 2 Using GDIdb V4 Projects=convproj
  169. 1 Royalty-free distribution
  170. 2 Royalty-free distribution=runtime@ed.hlp
  171. 1 Software Registration
  172. 2 Registration=REGISTRATION
  173.