Can you put spaces in a JSON key? My JSON object comes from a database so I can't change it.
For example, "first Name" below has a space in it.
var JSON_text =
{
"first Name": "John",
"lastName": "Smith
}
Using eval("JSON_text." + "first Name") or
eval("JSON_text[" + "first Name" +...
Is it possible to close a window or program in Python? I use Python to programmatically open a CHM in its own window by giving it the path and filename. Later I want to close that CHM. I would like to do that by somehow accessing it from Python and closing it. Is that possible?
Thanks.
Has anyone seen this error message?
Unable to process the crystal report...Error:656 Error in File...
<Retrieve> ParamFields[8].Ranges <PEGetNParameterCurrentValues>
I'm using 8.5 and running Crystal inside of a second program. The report works fine when I run it outside of this second...
I would like to have a parameter in my main report where the user can specify the sort order for a subreport, for example, "category" or "startdate".
I've made a formula to create a shared variable from this main report parameter:
Shared StringVar subReportOrder;
subReportOrder := {?History...
I need to compare userids in tables in databases in two SQL Servers running on two machines. I would like to do this using the Query Analyzer, for speed. Something like:
--connect through Query Analyzer gui to 1stSQLServer
select userid from 1stSQLServer.users
--connect to 2nd SQL Server...
Can you call a SQL Server function from Crystal 8.5? I can't use stored procedures in my environment, so have created a SQL Server function that accepts a parameter and returns a single value. However, I can't see that function in the Database window of Crystal, so can't use it.
I've also...
Anyone know why NetBeans wizards are partially disabled in 3.5.6 and greater? I have 3.5.1., and when I invoke the new class wizard, it gives me several pages where I can add new members, methods, superclasses etc. All of that is gone in 3.5.6; you just get the basic shell of the class.
Hello All
I have the top of page format working, but want to omit that format for the first page. Dang, no matter what I do, it keeps showing up. Any ideas?
I have an
ErrorDocument 401 /401.php
line in my .htaccess file in https-enabled document root. When a user enters a bad login or password, Apache gives me the default 401 message, then
Additionally, a 401 Authorization Required error was encountered while trying to use an ErrorDocument to...
Is it possible to import multiple vcards into the Outlook Contacts folder? I click File>Import and Export, then vcard and browse to my vcard folder and select them all, but Outlook only puts the first or the last into my Contacts.
I have a parameter field for "Title" in my report which is used as a record selection field. Sometimes I want to select only those records where the Title field is blank. How do I do this? If I make the parameter '', or 'NULL', it shows nothing.
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.