Hi
I have a problem with find database name when using SQLStringConnect function.
perviusly i used
hlconn=SQLConnect(connname)
dbname=SQLGetprop(hlconn,'Database')
But now i must use SQLStringConnect function. all things is ok and SQLExec works but
dbname=SQLGetprop(hlconn,'Database')...
Hi
I have a image file and i want to rotate it but GDI+ rotateflip function only accept 90,180,270 degree.I want to rotate picture with different angel , for example 12 degree.
Can anyone help me to do that with GDI+ or Active X or API function?
thanks.
Hi
I have a text file like this :
<br /><div style="width:100%;height:auto;font-family:Tahoma; font-size:14px; font-weight:bold">Headertext</div><br />
<asp:GridView ID="GridView1" runat="server" AutoGenerateColumns="False" DataSourceID="AccessDataSource_grid"
BackColor="White"...
hi
i have an application that use some classes like vfpx‚gdi plus‚ctl32‚...
how can i define that classes in seprate .app or .exe file
because they not change during main program frequency update and if i add them to main project, EXE file will be large
Hi Mike
My report have page footer and your suggestion not work for report with footer band.
I solved my problem by using 3 detail band and some code trick in ON ENTRY of each detail band.
thanks.
Hi MrDataGuy
MY report is stock portfolio and after stock detail print ended we must have summary of Operations of each stock broker.
I use report listener and programmatically add stock broker data to summary band of report file (frx) before print.
Sometimes report maybe have 2 pages and...
Hi
I have a report with summary band.
When the data of summary band make band height higher than the height of the page i got an error message :
summary band is too large to fit on page
my summary data may need two or three page.
How can i solve this problem ?
thanks
Hi
I have a form with some command and textbox control on it.
One command button i called that COMMAND2 must select one of this options in LOSTFOCUS method :
1- keyboard press cause i lost my focus.
2- mouse click cause i lost my focus.
How ?
thanks.
Hi mike
You are right.But i googled for any answer and did not find anything.
So i thought pass a value by reference can solve my problem.
This command :
DO (_REPORTBUILDER) WITH <parameter list>
did not open report designer.
I think my question said that transfer value must be during report...
hi Mike
thanks for your reply
As i explained before i want to find 2 things
1. user save report or not : if user saved report , he can save some descriptions about his report
2. send parameter to reportbuilder : some user can delete item in report but some must denied.
I can change...
Maybe it was my mistake that not explain xsource is part of VFP and you can find source file of VFP tools in it.
You can look vfp folder and find it.
Program Files\Microsoft Visual FoxPro 9\Tools\xsource
hi
I have an application that in part of it user can modify a report.
I use reportbuilder.app from xsource for user editing.
My problems is
1.how determine user save report or discard changes?
2. how pass values from reportbuilder.app to my application?
I can rebuild reportbuilder.app but i...
Hi
I try to add an record to an ACCESS file by using
Create Sql View . MDB file has a column with this properties :
field name : MON
data type : TEXT
field size : 4
I used this command after create view
DBSetProp("viewmahane"+".mon","Field","DataType","C(4)")
The problem is : when i insert...
thanks for your reply mike
As I said before my app use fopen and you know file type is not important for this function
Sometimes application may crash or generate an error just before saving handle in a file or STRTOFILE return an error like not disk space during saving file content (handle not...
hi
How can i obtain HANDLE of file that already opened somewhere in my application ( i cant use PUBLIC variable because count and order of opening file sets by user)
I found this example that show list of opened file but the problem is handle in this database is different from fopen handle...
Hi all
I add a custom property to a form (name:inrunmode) by default value .f.
Some function or procedure or method change inrunmode value by their code
I want to run a custom method when inrunmode changed.
how can i determine when inrunmode changed.
(Something like Bindevent ProgrammaticChange...
thanks for your reply.
non on this answer return same value as sys(2007) function in VFP
I test sys(2007) both 16 and 32 but result are different from VB
checksum and hash.
Where i can find the base formula structure of sys(2007)
hi
I dont know this thread must be here or in vb forum.
Can anyone guide me to write a VB code that return same value as sys(2007) function in VFP with same input string?
I want a function that calculate not a Object that use VFP Command like :
Dim oFox AS VisualFoxPro.Application
Hi all
My problem was solved.
I do not know how but I deleted all the fxp files , recompiled forms and build the project again, I copied new executable file on other computer and my problem solved.
thank Of all those who offered the solution.
I think this must be a problem in VFP9 SP2.
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.