Hi all,
I try to run a sample.mdb program and get an error message
compile error, can't find project or library ?
in the VBA editor
Please explain what went wrong ?
Thanks in advance,
Hi all,
This is my codes in Visual Foxpro, can someone who had knowledge of VFP and VB, helps me to convert to VB.
Thanks in advance,
CREATE CURSOR crsResult (account C(10),amount N(15,2), percentage N(6,2), ClassCode C(5))
SELECT MyTable
INDEX ON Account+ClassCode TAG MyTable && With proper...
Hi all,
How to create the formula to calculate the percentage out of the total in general format can be used all along ? from myExcel.xls
account amount classcode percentage
11111 100 AAAAA 0.16
11111 200 AAAAA 0.34
11111 300 AAAAA 0.50
---------------
subtotal 600
11111 100 BBBBB...
Hi all,
How to create the formula to calculate the percentage out of the total in general format can be used all along ? from myExcel.xls
account amount classcode percentage
11111 100 AAAAA 0.16
11111 200 AAAAA 0.34
11111 300 AAAAA 0.50
---------------
subtotal 600
11111 100 BBBBB...
Hi all,
How to create the formula to calculate the percentage out of the total in general format can be used all along ? from mytable.dbf
account amount percentage
11111 100 0.16
11111 200 0.34
11111 300 0.50
---------------
subtotal 600
22222 200 0.25
22222 200 0.25
22222 400 0.50...
Hi all,
I created a macro16() to copy and paste as you can see below but always copied to the same row means the first row
How to correct this macro to copy to second row and so on...?
row1 john doe
row1 brian die
to get :
row1 john doe
row2 brian die
Thanks in advance,
the codes by...
Hi all,
How to create the formula to calculate the percentage out of the total in general format can be used all along ?
account amount percentage
11111 100 0.16
11111 200 0.34
11111 300 0.50
---------------
600
22222 200 0.25
22222...
Hi all,
I am very new to VBA and Excel workbook, someone told me to use an array would be very advantage instead of using macro.
Please give me some advices and tips to start with an array.
TIA
Hi all,
I have several vfp programs that needed to redo the complete test for each
module.
I need advices how to create test data from scratch, either from an existing tables or from the sources codes for each module OR both ? means to have the
maximum scenarios possible during the test of...
Hi all,
I know we can save myreport.frx as myreport.html while opening it.
How to do it inside the program and to call the browser to view immmediately ?
Any help or advice would be reallly appreciated ?
Tia
Hi all,
Please provide some advices how to use the Crystal Web Component Server (CWCS) in order to deploy reports on an
Intranet so that users can view them in their browsers ?
Tia
Hi all,
I used this code to transform my output but it is not always right,
transform(iif(netamount<0,Query.cusfax,Query.trstfax),'@R (999) 999-9999 9999')
because I get :
(123) 456-7890 good for the input as 1234567890
(456) 789-0 wrong for the input as 4567890, supposed to have ( )...
Hi all,
I made a change to my menu.spr and then rebuilt my main.exe
I run main.exe but did not follow my change in menu.spr at all,
in addition in my main.pjx , open again menu.spr seems to keep unchanged
codes.( means new codes are not in at all )
Why ? please help explain to me asap.
TIA
Hi all,
This procedure is to print a crystal report version 7 without any problems at all, but I ugraded to version to version 11, I have this error message :
Crystal report error ! Error number 20525
Error message : Unable to load report
exactly from the codes trapping error section as ...
Hi all,
I upgraded myreportcr7.rpt to become myreportcr11.rpt and seemed to have a problem about OLE with Visual Foxpro 5.0 ?
Can someone helps me to explain what went wrong because I am
new to both CR7 & CR11 ?
But when I run myportcr11.rpt directly without VFP5.0 interface with OLE objects...
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.