Hello every one ,
I have created a table for importing logo of customer ,I have created a button on customer card page.when we will create new
customer that table will import customer no. and name . I am unable to import logo in that table.
Kindly help …is there any variable to store the image in page or what to do???
Hello Amit,
# CREATEINSTREAM Function (BLOB)
Creates an InStream object for a binary large object (BLOB). This enables you to read data from the BLOB.
Blob.CreateInStream(Stream)
Parameters
- Blob
Type: Variable
The BLOB variable for which you are creating the InStream object.
- Stream
-
Type: InStream
The InStream object type that has been created.
Hope This Will Help you.
Both Post are Posted from Same IP.
Hello Amit no need to do anything,
In table declare a field with BLOB type for storing the picture image.
Next in the properties window change the sub type to → Bitmap.
Now compile and run the page → Edit → it will give the options on the page to select the picture.
no its not that
Actually ,I am using a button on customer page.by that button the customer name ,no, and logo must come in table which i have created.I am trying to uses file management code unit.but din’t find any proper function.
on more thing I am having client rtc and the data must insert in server.