Hi all
How can I add a check box to a list box? I need the list box to ahve 2 columns, one with the names of tables and the other column with a check box, so that the user can select multiple tables at a time.
Appreciate your time and help
Thanks and regards
FoxLearner
Hi All
On Feb., 04 I posted a question asking help about the error 2020 I was getting when I tried to pass Arrays by refrence to Com objects. I was trying to pass arrays by reference to a VB DLL, which used to work fine in VFP 6.0/7.0, but in VFP 8.0 it generated an error. The error says...
Hi All
Yesterday I posted a question regarding error 2020, which deals with passing arrays by referencing to a Com Object in VFP8.0. I am calling a VB DLL's method from VFP7.0 by passing arrays by referencing and it was working fine.
I had to compile the APp in VFP8.0 to use XML objects. Then I...
HI All
I have a grave problem here. In VFP 8.0 I am calling a method from one of the registered DLLs and I am getting an error.
The error occurs at the code line:
llRetVal = objManRate.ExecuteRates(@laPlanTab, lnRateTier, lnCallType, THIS.GroupPass(1), .F., THIS.GroupPass(15)...
Hi all
I am facing a peculiar problem. I have a select statement like this:
SELECT sex, coverage, [06] AS agegrp, COUNT(age) AS agecount, agegroup, contract ;
FROM CensusTable ;
GROUP BY coverage, sex WHERE agegroup = "24"
This is working fine in VFP7.0 and 6.0. But in VFP8.0, I am...
Hi All
I am having a problem with the toXML method of XMLAdapter. When I use it, it is truncating the tags to a max length of 10 characters. The original schema has some tags with a size of more than 10. toXML is generating the XML files with all tags truncated to size 10, and funniest thing is...
Hi All
I need to call a webservice from my VFP App. The webservice expects a .net dataset as a parameter. I have cursors that contain the data and the schema.
Can you please tell me how to create .NET Dataset from the cursors and the schema?
Thanks and Regards
FoxLearner
Hi All
Can any one tell me how to generate a single XML document from multiple cursors? I need to call a webservice with the following examples of xml schema and xml document.
The schema is something like this:
***********************
<?xml version="1.0" standalone="yes"?>...
Hi all
I am absolutely new to COM.
I wanted to register a webservice. For this purpose I created a new project, with a class called "MyWebService" based on teh _Webservice class. When I try to build dll, I get an error "Cannot build a DLL without OLE public class".
Can you...
Hi All
I am new to use XMLAdapter. I just started to paly with it, as we are going to use it in the next version of my project.
I see that whenever I use toCursor() method, the "string" fields in the schema are converted to "memo" fields in the cursor. Datetime, boolean and...
Hi All
I have a grid showing different plans for a customer. Only one of them is Current Plan. My users requested me show the row which shows the current plan to be of Different color or shown in Bold Font.
Can anyone tell me how to do it please?
FoxLearner
Hi
One of my combobox's rowsourcetype is 5(Array). It works fine, except that when clicked, the control is always at the last element of the array. How can I make it to show the first element of the array?
Thanks and regards
FoxLearner
Hi
My client asked me to generate the reports in Excel. Now the reports are generated in VFP reports(frx).
Can someone please tell me how to do this? I have 7 different reports for 7 regions. Is it possible to generate the reports in one Excel book, with 7 sheets?
Thanks and regards
FoxLearner
Hi all
I got a problem all of a sudden. Select statements in my code doesn't like variables any more. For example:
LOCAL lcCursor, loTable
lcCursor = SUBSTR(SYS(2015), 3, 10)
SELECT * FROM (tcTable) ;
ORDER BY effdtereq DESC, prop_id DESC ;
INTO CURSOR (lcCursor)
It has been working for...
Hi
I am working on mail merge. I am opening a word template and merging text from a cursor(fields) into the word template to make a letter. However, I have a prbolem with a General field in the cursor where a logo is stored. I can't insert that in to the word document.
Is there a way I can...
Hi all
I am getting an error message "Syntax Error" when I use the create cursor command. The line where I get this error is:
Create Cursor curMyCursor from Array aMyArray
The array aMyarray exists and is available. I can see all the elements and their values in the Debugger.
Would...
Hi All
I posted a question yesterday about outlook - access denial. The actual problem is I generate reports in pdf format using Amyuni pdf converter. I need to attach an instruction document which is in PDF format. I thought I can use outlook and attach the report and instructions together to...
Hi all
Irun my App on Citrix server. When I use the command
loApp = CREATEOBJECTEX("outlook.Application",lcComputerName)
I am getting an error:
"OLE error code oX80070005: Access Denied"
Can some one tell me where look for and what may be the reason?
Thanks and Regards...
Hi All
I have a combobox with 2 columns, optCode, optDesc. The values are liek this:
optcode optDesc
1 Employee
2 Empl. & Spouse
3 Empl. & Child
4 Family
I want the combo box to display optDesc values like Employee/Emplo. & Spouse ... I bound the column 2...
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.