|
AppendFromURL MethodScope All ProEssentials OCX Interfaces
AppendFromURL(szURL As String) As Boolean AppendFromURLex(szURL As String, nOpenUrlFlag as Integer) As Boolean
This function is only used in combination with the Pedo Webform control, or Pedo ActiveX control.
The AppendfromURL method is used to append data to a ProEssentials control with data from an ASPX/ASP page on a server. This function helps in implementing incremental-data / real-time / strip-chart type internet updating of a ProEssentials control. When the data is received, the control first shifts its current data to make room, and the new data is appended.
If szURL represents an ASPX page, the server page should contain a ProEssentials Pedo Webform control with it's RenderingType property set to BinaryDataStream.
If szURL represents an ASP page, the server page should contain and ProEssentials Pedo ActiveX control and output its data via the SaveToStream method.
See Also: LoadFromURL, SaveToStream, SerializeToStream, JPEGToStream, PNGToStream, PEsavetofile, OCX Methods
|
©2022 Gigasoft, Inc. | All rights reserved.
Gigasoft is a registered trademark, and ProEssentials a trademark of Gigasoft, Inc. |