' Connect to ttds
' ---------------
'
gDSConn=trm_Connect(gServerURL,gttdsPort,gttdsData,gttdsUser,gttdsPass,0)
if gDSConn < 0 then
gErrorText="Unable to connect user "+gttdsUser+" to database "+ _
gttdsData+":"+$cr+"Error "+format$(abs(gDSConn))+" - "+ _
trm_ErrorMessage(gDSConn)
msgbox gErrorText,%mb_iconerror or %mb_taskmodal,$ERR_CAPTION
exit function
end if
' Open ttds files
' ---------------
'
gDLDAT = trm_Open(gDSConn,gDLDAT_File,1)
if gDLDAT < 0 then
gErrorText="ERR#001 Cannot open "+gDLDAT_File+". Code "+format$(gDLDAT)
msgbox gErrorText,%mb_iconerror or %mb_taskmodal,$ERR_CAPTION
goto closedown
end if
dim abg(0) as global DLGES at varptr(dld)
Code tags obviously works fine - important for us programmers.
06-10-2024, 06:54 PM (This post was last modified: 06-10-2024, 07:01 PM by Albert Richheimer.)
For images in this test I am using an external provider, in this case picr.de. Just click the image icon in the toolbar above, and enter the URL.
And one more test, here's an autumn view from our garden:
Or you can use the usual (img))/img) tags, like here (use square braces):
Or you can pull the image into the attachment box, and a jpeg will be seen as a clickable thumbnail. Here's a companion on our favourite afternoon walking path.
Cheers,
Albert
„Let the machine do the dirty work.“
The Elements of Programming Style, Brian W. Kernighan, P. J. Plauger 1978
06-19-2024, 06:38 AM (This post was last modified: 06-19-2024, 07:26 AM by Albert Richheimer.)
(06-19-2024, 05:23 AM)George Bleck Wrote: Seems you tube works nice as well.
Thanks for testing, George! Seems that MyBB is quite a nifty piece of software. I think that was one of the better picks I have done, besides installing WordPress on an other domain, our repository of cooking recipes, shared with anyone who is interested in.
Cheers,
Albert
„Let the machine do the dirty work.“
The Elements of Programming Style, Brian W. Kernighan, P. J. Plauger 1978