Last evening we upgraded from 7.6.300c MS-SQL 2000 to 7.6.400b MS-SQL 2000. Prior to upgrade all workstations were working fine.
On at least 3 of the 50 clients the following is occuring.
Logging into PWE.
1. You can sign in normally.
2. When trying to open ANY application
a. MSL...
Anyone have any idea if Progression 7.6.300C will run on WinXP x64 Pro?
If so, how?
Thanks in advance.
Andy Baldwin
"Testing is the most overlooked programming language on the books!"
Ask a great question, get a great answer. Ask a vague question, get a vague answer.
Find out how to get...
VB6 Crystal reports v 11 using crviewer control on a form.
In a vb application I have a report designer added to the project. The report currently is not attached to any db just trying to get one thing in particular to work.
On a vb form there is a picture box that has a picture and then...
On the Progression Workflow explorer there is an item under tools menu called Business Partner Utility Menu
If you open that item you can enter a caption and a url.
Does anyone know what this item and entries in this item effect and what it is meant for?
Also how to use it?
Thanks
Andy...
Give VB 6, and 4 subs
Private Sub Update1()
'bla bla bla bla bla
end sub
Private Sub Update2()
'bla bla bla bla bla
end sub
Private Sub Update3()
'bla bla bla bla bla
End Sub
----->Here is the sub I need some help with
Private Sub DoUpdates
Dim iCounter as integer
dim...
From what I can tell ladies and gents. 4 days in a row with no Macola questions being asked, I think is a record around here.
Is this a sign that ALL Macola issues have been solved? What is a guy supposed to do without being able to lend a helping hand to the user base?
Fishing comes to...
After Googling myself to death, I have turned to the one place that can usually provide an answer. Why I did not start here I don't know.
Requirements / Desires
VB6
I have a project with
1 picture box named picture1
1 File list box named fileObjects
1 command button
1 usercontrol...
During my semi-annual endeavor to run file validations, and hopefully address any items found by this "WONDERFUL" tool. I have run across the following issue.
Sample data
File Selected: IMINVLOC All Records Selected...
Hello all,
Crystal 8.5, I would like to know if there is a way to print on the report the specific database connection information used to run the report.
Specifically,
Any connection information i.e. database name etc
User name
Password
As weird as it sounds we are needing this information...
Have a vb6 application with an Access backend db (used only for storage).
Would like to do the following:
1. Export certain records from 12 tables into XML (have done this fine with ado.save <filename> adpersistxml).
These files would then be sent via email to some remote users who would need...
Have a vb6 application with an Access backend db (used only for storage).
Would like to do the following:
1. Export certain records from 12 tables into XML (have done this fine with ado.save <filename> adpersistxml).
These files would then be sent via email to some remote users who would need...
I would like to know (if it is possible) the steps to import one persons email file (olduser.nsf) into a new users mail file (newuser.nsf).
I do not want the new user to simply have rights to the old user email through ACL management on the old file. I would like to import the entire contents...
Ran into this yesterday.
Here are two snippets of code that for all intents and purposes mathmatically are the same.
On a form place a command button and put the following code behind it.
Private Sub Command1_Click()
Dim dblResult
dblResult = 3418 * 68
MsgBox dblResult
End...
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.