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
Mike
Thanks a lot for your time and help. I just got VFP8.0. After looking briefly, I got an idea. Let me know what you think whether feasible or not.
How about using the XMLAdapter object and use the table collection to assign the cursor and then use toXML() method to get the XML files?
What I...
Mike
Thanks a lot. But could you please tell me just in a line or two, what all these procedures are doing? It is really confusing.
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...
Brian
I did that before I used this code. But for some reason it didn't work. I found some thing in the Knowledge base saying that if the grid contains a field where the sparse property is set to .F., it raises errors for DynamicBackColor/ForeColor/Font.. properties.
I used IIF(isCurrent =...
Ramani
I used your code. Here is how I used it.
***************
LOCAL lnRowNum
SELECT curRatings
SET DELETED ON
GO TOP
LOCATE FOR isCurrent = .T.
lnRowNum = RECNO()
WITH THIS
.SetAll("DynamicBackColor",IIF(RECNO() = lnRowNum,[RGB(223,225,138)],[RGB(255,255,192)]),"COLUMN")...
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
Thanks all fo you. I tried THIS.ListIndex = 1 in the Init event, but it didn't work. I used in the Load event and it worked.
Thanks once again.
FoxLearner
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.