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
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
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...
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...
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
I have a image control and listbox in a form.
listbox show picture's name and when user click on a name image control show the picture.
i write this in interactivechange method of listbox
thisform.image1.Picture=SYS(5)+SYS(2003)+[\form\]+ALLTRIM(nokli.picname)+[.jpg]
Everything works...
Hi all
I wrote an application that have some chart.
How can i distribute MSGRAPH with my application.
I use vfp9 for programming.
Some systems may have not OFFICE application and I cant tell to all install it. (Because of license)
thanks
hi all
i have an indexed table and want duplicate current record when user press F5 .i write a procedure and call it by on key label.the problem is that when i fire F5 an error occur.
procedure code :
SCATTER TO recdata
INSERT blank
GATHER FROM recdata
error message is :
INSERT cannot be...
hi all
I try to active a context menu by right clicking on a textbox.
when user click a bar of menu a method of parent form must run.the parent form name is test. i write this code in right click event of text box.all things ok when the form window type is modal but i want form be modalless and...
hi all
i am try to give the ability of changing text of report body in one application to user.the report is a mail text and some field.
the field data get from a database. the user must have ability to change the text but they cant delete or edit field. i used vfp9 sp2 and protect field from...
hi all
i have a grid and wants to prevent user changing content of some cell in a column but when is set Enable property to .f. all column disabled and when used WHEN METHOD by return .f. Right click method dont fire (i use right click to active a popup menu for each cell. some cell can have...
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.