|
Program |
Description |
Syntax |
|
Set Template Variables Based on the Operating System Environment and CGI Input Stream |
call "utcgi.wbb",env$,cgi$,errmsg$ |
|
|
Send Text Back to the Client Browser |
call "utsend.wbb",text$ |
|
|
Generic Error Display Routine |
call "uterr.wbb",errnum,linenum,progname$ |
|
|
Clean Up Basic Web Utility Work Files in the Win-CGI Environment |
call "utexit.wbb",cgi$ |
|
|
Interface with a Shared Directory CGI Request Process |
run "utwatch.wbb"
|
|
Program |
Description |
Syntax |
|
|
Merge HTML Text with Data from a Data Template
|
call "utfrmout.wbb",tpl$,text$,work$ |
|
Merge Template Data Into HTML Form Output |
call "utfrmout.wbb",tpl$,text$,work$ |
|
Program |
Description |
Syntax |
|
Generate HTML List from a File, Given a Key Range and Format Definition |
call "uthtmfil.wbb", chan, first$, last$, keynum, maxrec, count, curkey$, tpl$, text$, work$, linkexpr$ |
|
|
Generate HTML List from a File, Given a List of Keys |
call "uthtmkey.wbb",chan,keys$,keylen,tpl$,text$,work$,linkexpr$ |
|
|
Generate HTML List from a BBx or PRO/5 Select Verb
|
call "uthtmsel.wbb",fl$, where$, sortby$, opt$, maxrec, skip, count, ,tpl$,text$,work$,linkexpr$ |
|
|
Create Select Where Clause from CGI Input Fields |
call "utselect.wbb", cgi$, tpl$, where$, andor$ |
|
Program |
Description |
Syntax |
|
Generate Form Input Tags from a Template and an Optional List of Fields and Parameters |
call "utfrmgen.wbb",tpl$,flds$,captions$,flags$,captags$,work$ |
|
|
Generate a Complete HTML Form from a Template |
call "utfrmgn2.wbb",tpl$,flds$,captions$,flags$,captags$, actionval$, submitval$, resetval$, placement,work$ |
|
|
Copy CGI Input to a Data Template |
call "utfrmin.wbb",cgi$,tpl$ |
|
|
Generate HTML Tags and Text from a Template |
call "uthtmgen.wbb",tpl$, flds$, captions$, flags$, captags$, linkexprs$, work$ |
|
Program |
Description |
Syntax |
|
URL Encode and Decode a Text Value |
call "utencode.wbb",decode,text$,result$ |
|
|
Convert HTML Markup Entities to Browser-Displayable Format |
call "utentity.wbb",text$ |
|
|
Scans Text For Special Substitutions |
call "utmeta.wbb",tpl$, text$ |
|
|
Create "More Records" Information, Either As a URL or As Hidden Form Tags |
call "utmore.wbb",cgi$, flds$, moreurl$, morehidden$ |
|
|
Manage Session Record |
call utses.wbb,mode,sesrec$,errmsg$ |
|
|
Substitute Occurrences of Text with Replacement Text |
call "utsub.wbb", text$, from$, to$ |
|
|
Create HTML Table from an Array |
call "uttable.wbb", caption$, options$, dat$[all], work$ |
|
|
Append Text with Specified HTML Markup Tags to a HTML String |
call "uttags.wbb", tags$, text$, html$ |
|
Program |
Description |
Syntax |
|
Load Data Template from Basis Data Dictionary |
call "uttplbas.wbb", dict$, fl$, control$, tpl$, errmsg$ |
|
|
Copy Matching Values from Source to Destination Templates |
call "uttplcp.wbb",source$, dest$ |
|
Program |
Description |
Syntax |
|
Convert Text Date to Internal Julian Integer or Date/Time Number |
call "utcdate.wbb",strdate$,juldate |
|
|
Convert Typical and OEM Text Date Formats to/from Julian Date |
call "utcdtf.wbb",tojul,format$,text$,juldate |
|
|
Convert Formatted Numeric Text String to a Number |
call "utcnum.wbb",text$,value |
|
|
Convert a Text String to Proper Case |
call "utcprop.wbb",text$ |
|
|
Unmask a String, Based on a Mask, and Return an Internal Value |
call "utcstr.wbb",text$,mask$,result$ |
|
Program |
Description |
Syntax |
|
Convert Memo Field (text area tag) CGI Input to Blocked Text |
call "utmmoin.wbb",cgitext$,blocked$,block |
|
|
Format Text Containing CR-LF Characters As HTML |
call "utmmoout.wbb",textin$,textout$ |
|
Program |
Description |
Syntax |
|
Read a record by way of an RS-232 serial connection (UNIX only) |
call "rsread.wbb",filename$,mode$,ky$,knum,rec$,errmsg$ |
|
|
Read a record range by way of an RS-232 serial connection (UNIX only) |
call "rsreadm.wbb",filename$,key1$,key2$,knum,ky$[all],rec$[all],count,errmsg$ |
|
|
Watch a RS-232 serial port on a target system (UNIX only) |
rswatch.sh -d tty-device -s "stty parameters" -v |
|
Program |
Description |
Syntax |
|
ADDR low-level Basic Web Utility Routines |
call "utaddr.wbb" |
|
|
Get Environment Variable |
call "utenv.wbb",name$,value$ |
|
|
Verify if the Remote Client Address Is in a List of Valid Addresses |
call "utisip.wbb",env$,iplist$,valid |
|
|
Create and Open a Temporary String File |
call "uttempfl.wbb", tempfile$, tempchan |