Hello,
I am facing a problem regarding Report Writer.
I have setup an Invoice in Report writer , but when I run the report the last page shows blank , I have used option summary band but when i remove summary bank its working properly.
Please guide me what i have to do to avoid blank page...
Thank You All for Cooperation to solve the problem.
Solution for name less array
CLOSE DATABASES
CLEAR ALL
USE jj1
Set Procedure To nfJsonRead additive
result=ALLTRIM(c1)
loJson = nfjsonread(result)
mval=loJson.array(1).items(1).id
For name less json use object.array
Thank you all again.
Hello Team,
I have a problem regarding json read
Json String
[{"id":0,"title":"Ungrouped","items":[{"id":1613,"alarm":0,"name":"GJ.01.DV.6890","online":"online","time":"29-10-2023...
Hello,
Following is my visual foxpro code and i want to pass parameters as body how to do?
loHttp = CreateObject('Msxml2.ServerXMLHTTP.6.0')
loRequest = loHTTP.open('POST',"https://clientbasic.mastersindia.co/oauth/access_token")
loHttp.setRequestHeader("Content-Type", "text/json")...
Yes Exactly I am collecting data my sample code as follows:
create cursor temp (c1 c(11))
select temp
append blank
repl c1 with substr(dtoc(date()),1,2)+"-"+substr(cmonth(date(),1,3)+"-"+alltrim(str(year(date())))
** e.g. date 07/07/22 to 07-Jul-2022
** now I am trying to paste these data to...
Thank You dear,
This I have already done but still the column shows date format.
I want to input date as text in "DD-MMM-YYYY" format (e.g. 07-Jul-2022) and I mean the data must be input as text
How it is possible?
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.