Migration from Paradox to MS Access or VB.Net/MS SQL

We have a department that has several applications running on Paradox 11.  They need assistance migrating their tables and application UI/code to another platform.  Any feedback or guidance would be appreciated.



Answer Question   |  June 27, 2012  2:32 AM
Access 2003, Microsoft Access, Paradox 11, SQL, VB.NET, VB.NET 2008, Windows Server 2007, Windows XP
asked by:
45 pts.

powerbuild rtf control

I am having a problem with displaying rtf documents in a data window. We have an app that pulls in a rtf document created in word 6.0 and displays it in a datawindow. That works fine. We are attempting to convert to a later version of windows, and when we import the rtf using either…



Answer Question   |  June 27, 2012  2:31 AM
Microsoft Word, PowerBuilder, Rich Text Format, RTF templates, Windows 2000 Server, Windows Server 2007, Word 2000
asked by:
5 pts.

iPad Fixed position

How do I do fixed positioning on the iPad?



Answer Question   |  June 27, 2012  2:30 AM
CSS, ipad
asked by:
15 pts.

set location of the database in the crystal report version 8.5 through vb 6.0 program

I have developed small system in vb 6.0 and using crystal reports 8.5 as reporting tool, if i have prepared the report format in crystal report the location of the database ( MS Access 2003 ) is set after selecting the database name. I would like to set the location of the database through vb…



Answer Question   |  June 27, 2012  2:29 AM
Crystal Reports 8.5, VB 6.0
asked by:
Sdd
5 pts.

C# Creating Class Libraries with Enum

Ok, I’m trying to create a class library that enables me to use a enum. Simple I thought. But the more and more I dig the deeper the rabbit whole goes. I’ve tried to Substitute the obvious DDD in the public void Main method still no luck. I’m able to compile but my error “is…



Answer Question   |  June 27, 2012  2:28 AM
C#, Class Library, DLL, Enumeration, Visual Studio 2008
asked by:
30 pts.

Comparing views, user-defined functions and stored procedures in SQL

How do views, user-defined functions (UDFs) and stored procedures work in SQL, and what conditions are there on their usage?



Answer Question   |  June 27, 2012  2:21 AM
SQL Server stored procedures, SQL Server views, UDF
2,585 pts.

Listview item in data report

how to show listview items in datareport?



Answer Question   |  June 27, 2012  2:19 AM
VB 6.0, VB Data Report, Visual Basic 6.0
asked by:
30 pts.

Software Security. Getting host name

These two are program for getting hostname… int main() { __asm__ (“xor %eax, %eax n” “push %eax n” “push $0x656d616e n” “push $0x74736f68 n” “push $0x2f6e6962 n” “push $0x2f2f2f2f n” “mov %esp,%ebx n” “push %eax n” “push %esp n” “push %ebx n” “mov $59,%al n” “push %eax n” “int $0×80 n” ); printf(“%s”, buf); return…



Answer Question   |  June 27, 2012  2:19 AM
Hostname, Network security, Network Security Management, Security, Software security testing
asked by:
10 pts.

Flash Game – Birds Eye View – Handling Advice Needed

Hi. I’m relatively new to flash in the game development terms of things, and I am curious if there are any suggestions on how I could handle the following: – I have/would prefer to use a very large birds-eye view of the ‘world’ I want my character to move through. — Does it matter how…



Answer Question   |  June 27, 2012  2:19 AM
Macromedia Flash, Web development
asked by:
5 pts.

Add-in button on toolbar of lotus notes

Can I create my own button(programmatically) in notes toolbar to trigger an action? I want to achieve this using c, c++ notes APIs. Is it possible? Please give me any hint to proceed. wbr, Ashoo



Answer Question   |  June 27, 2012  2:18 AM
C#, C++, Domino Designer, Lotus Notes, Lotus Notes 8.x
asked by:
85 pts.

SQL Server 2005 Reporting Services (Web Service)

I have installed SQL Server 2005 reporting services, its works fine but the web service is not working. my web service is running under network service and its as priviledge to run. When i browse it after a few minutes it says page cannot be displayed. Any help would be appreciated.



Answer Question   |  June 27, 2012  2:18 AM
M-Business Anywhere, SQL Anywhere Studio, SQL Server 2005, SQL Server Reporting Services
asked by:
5 pts.

DotNetNuke question – adding a user control to module

I am working on a dotnetnuke web application and I am trying to add a user control (.ascx) to the app. It compiles cleanly , but I run the application and click the link to load the user control, I get the following error: ” Could not load type ‘ICPC.DNN.Modules.TimeXP.controlname’” Does anyone have an idea…



Answer Question   |  June 27, 2012  2:17 AM
ASP.NET, DotNetNuke, VB, Visual Basic, Visual Basic .NET
asked by:
5 pts.

Macro to Email an Excel file with an Outlook Template

I have an Excel macro that creates a PDF file from Excel. I want to set up the macro to eMail the PDF using a template rather than a blank Outlook eMail so that I can use a standard message and format.



Answer Question   |  June 27, 2012  2:17 AM
excel, Excel macros, Outlook template, PDF Files
asked by:
5 pts.

Import data from Lotus notes into Openoffice

I’ve found many articles on the web of how to manipulate Open Office from the outside, but what I need is to manipulate the outside from within Open Office. We have some spreadsheets which have macros that connect to a Lotus Notes database using COM and we are looking into porting them over to Open…



Answer Question   |  June 27, 2012  2:17 AM
COM, excel, Lotus Notes, Macros, Open Office, OpenOffice, VBA
asked by:
5 pts.

Import data from Lotus notes into Openoffice

I’ve found many articles on the web of how to manipulate Open Office from the outside, but what I need is to manipulate the outside from within Open Office. We have some spreadsheets which have macros that connect to a Lotus Notes database using COM and we are looking into porting them over to Open…



Answer Question   |  June 27, 2012  2:16 AM
COM, excel, Lotus Notes, Macros, Open Office, OpenOffice, VBA
asked by:
5 pts.

Highlight Keywords in Access 2003 Forms

I have a searchable form in Access 2003. Users can type in a keyword or phrase to filter records. Is there a way of highlighting the keyword or phrase used in the set of filtered records?



Answer Question   |  June 27, 2012  2:15 AM
Access 2003, Database programming, Microsoft Access
asked by:
5 pts.

Align the datetimepicker to the cell

Can anyone tell me what is the logic behind gutter:=(Rect.Bottom-Rect.Top) div 5; the_rect.Top:=Rect.Top+gutter; the_rect.Left:=Rect.Left+(gutter-1); the_rect.Bottom:=Rect.Bottom-gutter; the_rect.Right:=(the_rect.Bottom-the_rect.Top)+the_rect.Left; But the above logic is not aligning the datetimepicker to the cell.Can anyone tell me how can i acheive that?Thanks in advance.



Answer Question   |  June 27, 2012  2:14 AM
DateTimePicker, Delphi, Delphi 5.0
asked by:
240 pts.

Web services for windows 7

Currently I have excel .xla addin with a macro that was created by the Microsoft Office 2003 Web Services Toolkit.  Works fine with XP and Excel 2003.  Now some users in office have Windows 7 and Excel 2003 and I have to remove the references to the mssoap30.dll and msxml6.dll in order to have the .xla…



Answer Question   |  June 27, 2012  2:12 AM
Office 2003, Visual Basic for Applications, WebServices, Windows 7, Windows 7 in 2010
asked by:
Smf
170 pts.

Access 2007 Query Help

I need some type of statement that will check my query results for a number in a field and then remove any instance of this item from my query. Example: I have multiple books in a table and I have an identifier field (1 = English, 2 = History, 3 = Science, etc…) where it…



Answer Question   |  June 27, 2012  2:08 AM
Access, Access 2007, Access query, SQL Query
asked by:
5 pts.

Copying CSV files to IFS

Hi! I have a Java application that creates a CSV file in the hard disk (C:), and I need to copy it to an AS400, in its IFS. I created a folder in the IFS, named /myfolder. I use this command to create the file to the IFS: ifs = new IFSFileOutputStream(AS400System, fileName + “.csv”);…



Answer Question   |  June 27, 2012  2:07 AM
AS/400 errors, IFS, Java
asked by:
20 pts.